wiki:SIMEO/MPI

SIMEO - Message Passing Interface

System: Ubuntu 9.10

Requirements:

  • libopenmpi-dev
  • openmpi-bin

Compiling and Testing

$ cmake -D CMAKE_CXX_COMPILER=mpic++ .
[...]
$ mpirun -n 80 ./Simulation
$ mpirun -H host1,user@host2 -n 160 ./Simulation
Last modified 14 years ago Last modified on Dec 13, 2009, 2:52:28 PM