Skip to content
Snippets Groups Projects
Commit 24b7e905 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Merge branch 'hol0598-master-patch-35346' into 'master'

Hol0598 master patch 35346

See merge request !476
parents 8b1367fc 336a0e95
Branches
No related tags found
1 merge request!476Hol0598 master patch 35346
Pipeline #40383 passed with warnings
...@@ -130,6 +130,10 @@ Submit directory will be used as working directory for submitted job, ...@@ -130,6 +130,10 @@ Submit directory will be used as working directory for submitted job,
so there is no need to change directory in the job script. so there is no need to change directory in the job script.
Alternatively you can specify job working directory using the sbatch `--chdir` (or shortly `-D`) option. Alternatively you can specify job working directory using the sbatch `--chdir` (or shortly `-D`) option.
### Srun Over mpirun
While `mpirun` can be used to run parallel jobs on our Slurm-managed clusters, we recommend using `srun` for better integration with Slurm's scheduling and resource management. `srun` ensures more efficient job execution and resource control by leveraging Slurm’s features directly, and it simplifies the process by reducing the need for additional configurations often required with `mpirun`.
### Job Submit ### Job Submit
Submit batch job: Submit batch job:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment