PolarGeospatialCenter / imagery_utils

Other
34 stars 10 forks source link

Add slurm queue arg to ortho and pansharpen scripts #84

Closed bakkerbakker closed 2 months ago

bakkerbakker commented 2 months ago

pgc_ortho and pgc_pansharpen had --queue args for specifying PBS queues for processing. This PR adds the same functionality for running jobs on a slurm cluster. If the current cluster partitions (the slurm equivalent of PBS queues) change, update the slurm_partitions variable in lib/ortho_functions.py to match the slurm cluster configuration.