File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,14 @@ Possible issues which may affect usage:
128128* If the job dies due to time or memory exceeded, the same as above
129129 will happen: your job will die and there is no time to save.
130130
131+ * If you ``srun `` from within the job, then it gets messed up because
132+ the environment variable ``SLURM_JOB_ID `` is set from the
133+ interactive job that got started. It's hard for us to unset this,
134+ so if you are using the terminal to ``srun `` or ``sbatch ``, you
135+ should ``unset SLURM_JOB_ID `` first. (Note there are many other
136+ variables set by Slurm. Make sure that they don't interfere with
137+ jobs you may run from this vscode session).
138+
131139* If you request a GPU node or other high resources, this is reserved
132140 the whole time even if you aren't using them. Consider this before
133141 reserving large resources (unless you close the jobs soon), or you
You can’t perform that action at this time.
0 commit comments