PolarGeospatialCenter / imagery_utils

Other
34 stars 10 forks source link

GDAL program calls in pgc_ortho.py and other scripts only use 1 thread in cluster jobs #69

Open ehusby opened 1 year ago

ehusby commented 1 year ago

Rework the handling of the --threads argument to allow GDAL programs to call -co NUM_THREADS=ALL_CPUS or -co NUM_THREADS=N with appropriate N to utilize all threads available to the cluster job.