Re: [slurm-users] Can I get the original sbatch command, after the fact?

2021-07-17 Thread Pablo Escobar Lopez
You can check the sarchive tool. https://archive.fosdem.org/2020/schedule/event/job_script_archival/ https://github.com/itkovian/sarchive Regards, Pablo. On Fri, Jul 16, 2021 at 8:29 PM Paul Edmon wrote: > Not in the current version of Slurm. In the next major version long > term storage of j

Re: [slurm-users] Can I get the original sbatch command, after the fact?

2021-07-17 Thread Brian Andrus
It is possible to store the script sent off to run, however, if your script is using arguments, you can only get those from the 'scontrol show job ' while it is still in the list. You can capture both in a PrologSlurmctld script. Brian Andrus On 7/16/2021 11:16 AM, David Henkemeyer wrote: If

Re: [slurm-users] release resources of suspended jobs

2021-07-17 Thread Brian Andrus
You want to cancel them instead then (scancel ). Brian Andrus On 7/16/2021 12:27 PM, Rodrigo Santibáñez wrote: Hello SLURM community, Is it possible to release the resources of manually suspended jobs? I suspended jobs, but the whole queue is paused because the resources are still assigned.