Skip to content

Commit d138b9f

Browse files
committed
typo
1 parent 3956e96 commit d138b9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/running/jobreport.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ The job report generated contains sections for each `slurm` job step.
174174
#SBATCH -t 5:00
175175
#SBATCH --nodes=2
176176

177-
srun ${JOBREPORT} -o report -- ${COMMAND}
178-
srun ${JOBREPORT} -o report -- ${COMMAND}
177+
srun ./jobreport -o report -- my_command_1
178+
srun ./jobreport -o report -- my_command_1
179179

180-
srun --nodes=1 ./jobreport -o report -- my_command_1 &
181-
srun --nodes=1 ./jobreport -o report -- my_command_2 &
180+
srun --nodes=1 ./jobreport -o report -- my_command_3 &
181+
srun --nodes=1 ./jobreport -o report -- my_command_4 &
182182

183183
wait
184184
```

0 commit comments

Comments
 (0)