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

Update slurmtopbs.md

parent b6ec993f
No related branches found
No related tags found
No related merge requests found
Pipeline #29211 passed with warnings
# Migrating From SLURM # Migrating From SLURM
SLURM-optimized parallel jobs will not under PBS out of the box. SLURM-optimized parallel jobs will not run under PBS out of the box.
Conversion to PBS standards is necessary. Here we provide hints on how to proceed. Conversion to PBS standards is necessary. Here we provide hints on how to proceed.
It is important to notice that `mpirun` is used here as an alternative to the `srun` in SLURM. The `-n` flag is used to regulate the number of tasks spawned by the MPI. The path to the script being run by MPI must be absolute. The script rights should be set to allow execution and reading. It is important to notice that `mpirun` is used here as an alternative to the `srun` in SLURM. The `-n` flag is used to regulate the number of tasks spawned by the MPI. The path to the script being run by MPI must be absolute. The script rights should be set to allow execution and reading.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment