I apologize in advance if this is a naïve question as I'm still fairly new to using commands like qstat
to manage jobs on a queue.
I have several hundred jobs that I want to run but vary in how long the processes take to completion. My cluster will be going into a period of maintenance for an 8 hour period at a specific date, and I am curious if there is a way to "pause" the jobs still running at a particular timepoint, then once maintenance on my cluster is done, restart it again.
Some commands I have found include qmod
, and qhold
then qrls
.
Is there anything I am missing that can allow me to do this?
Thanks in advance!