...
> salloc -N2 -n8 -p mpi > module load openmpi > srun ...srun options... yourcode |
---|
This will submit your code executable to the slurm partition using openmpi. See the slurm section of the wiki for further examples.
...
...
> salloc -N2 -n8 -p mpi > module load openmpi > srun ...srun options... yourcode |
---|
This will submit your code executable to the slurm partition using openmpi. See the slurm section of the wiki for further examples.
...