Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

> 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.

...