IntelMPI

Intel Message Passing Interface (MPI) implementation.

Preparing the working environment

module load intel/intel-2013
intelInit

Executables

mpicc
mpirun
mpiexec

Usage instructions for the cluster

Task examples available here:

/opt/exp_soft/user_info/mpi
module load intel/intel-2013
intelInit
mpiicc MPItest.c -o MPItest.o
mpirun -np 2 ./MPItest.o