Update Environment variable name
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.