Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Safe to alter SLURM batch file after submission? [duplicate]

Tags:

slurm

After I submit a batch file to slurm (e.g. qsub FILENAME) can I alter the file without altering the submitted job?

like image 516
Richard Avatar asked Nov 16 '25 13:11

Richard


1 Answers

Yes. Slurm makes a copy of the submission script at the time of submission. See this other question.

like image 166
damienfrancois Avatar answered Nov 18 '25 11:11

damienfrancois