[slurm-users] All job steps are not displayed even if 'allsteps' is specified.
Uemoto, Tomoki
fj2770fj at aa.jp.fujitsu.com
Mon Oct 21 02:53:41 UTC 2019
Hi, all
Is the sstat allsteps option working?
$ sstat --version
slurm 18.08.6
$
I ran the following job script for test reason.
$ cat sleep_60.sh
#!/bin/bash
#SBATCH -J sleep_60
#SBATCH -o job.%j.out
srun sleep 60 &
srun sleep 60 &
srun sleep 60
$
$ sbatch sleep_60.sh
Submitted batch job 554
$
The result of sstat was as follows.
$ sstat --format=JobID -j 554
JobID
------------
554.2
$ sstat --format=JobID -j 554 --allsteps
JobID
------------
554.2
※ Only one step is displayed.
More information about the slurm-users
mailing list