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

2019-10-20 Thread Uemoto, Tomoki
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@lists.schedmd.com Subject: All job steps are not displayed even if 'allsteps' is specified. Hi, all Is the ssta

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

2019-10-20 Thread Uemoto, Tomoki
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 b