We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3956e96 commit d138b9fCopy full SHA for d138b9f
docs/running/jobreport.md
@@ -174,11 +174,11 @@ The job report generated contains sections for each `slurm` job step.
174
#SBATCH -t 5:00
175
#SBATCH --nodes=2
176
177
-srun ${JOBREPORT} -o report -- ${COMMAND}
178
+srun ./jobreport -o report -- my_command_1
179
180
-srun --nodes=1 ./jobreport -o report -- my_command_1 &
181
-srun --nodes=1 ./jobreport -o report -- my_command_2 &
+srun --nodes=1 ./jobreport -o report -- my_command_3 &
+srun --nodes=1 ./jobreport -o report -- my_command_4 &
182
183
wait
184
```
0 commit comments