Skip to content
Snippets Groups Projects
Commit 629b2ba2 authored by Roman Sliva's avatar Roman Sliva
Browse files

Update slurm-job-submission-and-execution.md

parent bbd9052b
No related branches found
No related tags found
No related merge requests found
Pipeline #33204 passed with warnings
...@@ -124,7 +124,7 @@ Notice that Slurm spread our job across 2 different nodes; by default, Slurm sel ...@@ -124,7 +124,7 @@ Notice that Slurm spread our job across 2 different nodes; by default, Slurm sel
* Beginning with 22.05, `srun` will not inherit the `--cpus-per-task` value requested by `salloc` or `sbatch`. It must be requested again with the call to `srun` or set with the `SRUN_CPUS_PER_TASK` environment variable if desired for the task(s). * Beginning with 22.05, `srun` will not inherit the `--cpus-per-task` value requested by `salloc` or `sbatch`. It must be requested again with the call to `srun` or set with the `SRUN_CPUS_PER_TASK` environment variable if desired for the task(s).
#### Job environment_variables #### Job Environment Variables
Slurm exposes useful information about job to job main process (usually shell) via environment variables. Slurm exposes useful information about job to job main process (usually shell) via environment variables.
To view all of the Slurm's environment variables, use the command: To view all of the Slurm's environment variables, use the command:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment