Skip to main content

–cpus-per-task – Fix implemented

Following LUMI upgrade, we informed you that Slurm update introduced a breaking change for hybrid MPI+OpenMP jobs and srun no longer read in the value of –cpus-per-task (or -c) from the job script.
LUMI system administrators have implemented a fix. Therefore, it is not necessary anymore to specify the number of CPUs per task as suggested in the initial message such as srun –cpus-per-task=$SLURM_CPUS_PER_TASK <your_app> or export SRUN_CPUS_PER_TASK=$SLURM_CPUS_PER_TASK followed by srun <your_app>.