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.