sdss / lvmdrp

Local Volume Mapper (LVM) Data Reduction Pipeline
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Adds new cli for submitting utah cluster run #68

Closed havok2063 closed 3 months ago

havok2063 commented 3 months ago

This PR adds a new function, run_cluster, and new CLI drp cluster to submit a slurm job to the Utah cluster. it parallelizes the DRP run around MJDs, with the command drp run -m MJD. It accepts options for submitting only a list of MJDs or an MJD range. If not specified, will default to all MJDs in the LVM_DATA_S directory.

This has been tested at Utah without submitting. It still needs to be tested on the cluster to check things run properly.