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 4429c98 commit 8fd5765Copy full SHA for 8fd5765
docs/running/jobreport.md
@@ -175,7 +175,7 @@ The job report generated contains sections for each `slurm` job step.
175
#SBATCH --nodes=2
176
177
srun ./jobreport -o report -- my_command_1
178
-srun ./jobreport -o report -- my_command_1
+srun ./jobreport -o report -- my_command_2
179
180
srun --nodes=1 ./jobreport -o report -- my_command_3 &
181
srun --nodes=1 ./jobreport -o report -- my_command_4 &
0 commit comments