Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To reduce user impact and made make old job scripts compatible with the new Slurm, HPC support team has set SRUN_CPUS_PER_TASK environmental variable :

Code Block
export SRUN_CPUS_PER_TASK=${SLURM_CPUS_PER_TASK:-1}

in variable in the user profile. However, user profile is automatically loaded only in batch jobs (jobs with first line):

...