Re: [slurm-users] unable to Hold and release the job using scontrol

2021-05-23 Thread Brian Andrus
Yep, job 28 is already running. If you want it to be on hold to start, use 'sbatch -h test.sh' and it will start out in a hold state. Brian Andrus On 5/22/2021 11:36 PM, Chris Samuel wrote: On Saturday, 22 May 2021 11:05:54 PM PDT Zainul Abiddin wrote: i am trying to hold the job from Scon

Re: [slurm-users] unable to Hold and release the job using scontrol

2021-05-22 Thread Chris Samuel
On Saturday, 22 May 2021 11:05:54 PM PDT Zainul Abiddin wrote: > i am trying to hold the job from Scontol but not able to hold the job. It looks like you're trying to hold a running job, which isn't possible. I see from the Slurm FAQ that you should be able to use "scontrol requeuehold" for wha

[slurm-users] unable to Hold and release the job using scontrol

2021-05-22 Thread Zainul Abiddin
Hi All, i am trying to hold the job from Scontol but not able to hold the job. i am not able to understand..can any one please explain the concept of Hold and Release, Suspend and Resume. Please find the below steps which i have tried. [root@master ~]# cat test.sh #!/bin/bash #SBATCH -N 1 #SBATC