[slurm-users] introduce short delay starting multiple parallel jobs with srun
Gennaro Oliva
oliva.g at na.icar.cnr.it
Fri Nov 10 02:51:57 MST 2017
Hi Renat,
On Fri, Nov 10, 2017 at 10:03:37AM +0100, Yakupov, Renat /DZNE wrote:
> slurm 2.5.0! seeing today's announcement about a double digit version
> release, that is... ancient!
according to the NEWS file, native jobarray support was introduced in
version 2.6.0pre1 ... bad luck.
You can still save the first SLURM_JOB_ID somehow and make the
following jobs compute their sleep time using:
$((SLURM_JOB_ID - FIRST_SLURM_JOB_ID))
Regards
--
Gennaro Oliva
More information about the slurm-users
mailing list