Skip to content
Snippets Groups Projects
Commit 1d885896 authored by Morris Jette's avatar Morris Jette
Browse files

Add sbatch file movement note

parent 23273823
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@ jobs for some time before its required resources become available.
By default both standard output and standard error are directed to a file of
the name "slurm\-%j.out", where the "%j" is replaced with the job allocation
number.
number. The file will be generated on the first node of the job allocation.
Other than the batch script itself, Slurm does no movement of user files.
When the job allocation is finally granted for the batch script, SLURM
runs a single copy of the batch script on the first node in the set of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment