OpenMPI

Message Passing Interface (MPI) implementation.

Preparing the working environment

module load openmpi

Executables

mpic++
mpicc
mpifort
mpirun
mpiexec

Usage instructions for the cluster

Task examples available here:

/opt/exp_soft/user_info/mpi
module load openmpi
mpic++ MPItest.c -o MPItest.o
mpirun -np 2 ./MPItest.o