Changes between Version 1 and Version 2 of SIMEO/MPI


Ignore:
Timestamp:
Dec 13, 2009, 2:52:28 PM (14 years ago)
Author:
ghit.bogdan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SIMEO/MPI

    v1 v2  
    77 * openmpi-bin
    88
    9 == Compilation Steps ==
     9== Compiling and Testing ==
    1010
    1111{{{
     12$ cmake -D CMAKE_CXX_COMPILER=mpic++ .
     13[...]
    1214$ mpirun -n 80 ./Simulation
    1315$ mpirun -H host1,user@host2 -n 160 ./Simulation