Versions Compared

Key

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

...

Any implementation or version of MPI should work, as long as the same MPI is used for all instructions and the MPI devel packages are installed.. For example:

Code Block
languagebash
# load openmpi module or set it'sits path in your environment
module load mpi/openmpi3-x86_64
or
export LDexport LD_LIBRARY_PATH=<openmpi lib path>:$LD_LIBRARY_PATH
export PATHexport PATH=<openmpi bin path>:$PATH

...