Skip to content
Snippets Groups Projects
Commit 336a0e95 authored by Pavel Holba's avatar Pavel Holba Committed by Jan Siwiec
Browse files

Hol0598 master patch 35346

parent 8b1367fc
No related branches found
No related tags found
1 merge request!476Hol0598 master patch 35346
......@@ -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.
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
Submit batch job:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment