<div dir="ltr">Hi everyone,<div><br></div><div>I was wondering if there is a way to prevent users from updating their jobs with "scontrol update job". </div><div><br></div><div>Here is the justification.</div><div><br></div><div>A hypothetical user submits a job requesting a regular node, but he/she realises that the large memory nodes or the GPU nodes are idle. Using the previous command, users can request the job to use one of those resources to avoid waiting without a real need for using them.</div><div><br></div><div>Any suggestions to prevent that?</div><div><br></div><div>Cheers,</div><div><br></div><div>Jordi</div><div><br></div><div><font face="monospace">sbatch --mem=1G -t 0:10:00 --wrap="srun -n 1 sleep 360"<br>scontrol update job 791 Features=smp<br><br></font></div><div><font face="monospace">[user01@slurm-simulator ~]$ sacct -j 791 -o "jobid,nodelist,user"<br>       JobID        NodeList      User<br>------------ --------------- ---------<br>791                    smp-1    user01</font><br></div></div>