[slurm-users] All job steps are not displayed even if 'allsteps' is specified.

Uemoto, Tomoki fj2770fj at aa.jp.fujitsu.com
Mon Oct 21 05:47:06 UTC 2019


Hi, all

Sorry, it's my mistake. Please forget about it. 

Regards,
Tomo


-----Original Message-----
From: Uemoto, Tomoki/上本 友樹 
Sent: Monday, October 21, 2019 11:54 AM
To: slurm-users at lists.schedmd.com
Subject: All job steps are not displayed even if 'allsteps' is specified.

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