Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] how to build sdm for juno

Hi again,

I believe there is a conflict with my version of slurm and the arguments used by SLURM-Generic-batch, for instance if i run :

sbatch --ntasks_per_node='2'
sbatch: unrecognized option '--ntasks_per_node=2'

A workaround is to replace --ntasks_per_node with --ntasks-per-node.
My sbatch --version is : slurm 2.3.4

Is there a way to change that in ptp ?
Or is eclipse already converting ntasks_per_node in ntasks-per-node ?

--
Jean-Guillaume Piccinali
National Supercomputing Service Group
CSCS - Swiss National Supercomputing Centre


Back to the top