Skip to content

Update Environment variable name

Raphael Leu requested to merge update_env_var_name into master

According to https://slurm.schedmd.com/sbatch.html, the environment variable SLURM_NPROCS set by slurm:

  • is old
  • "Included for backwards compatibility" only
  • the new name is given by SLURM_NTASKS

I would like to update the naming conventions in the batch scripts we produce.

Merge request reports