Changes between Initial Version and Version 1 of SIMEO/MPI


Ignore:
Timestamp:
Dec 13, 2009, 5:35:38 AM (14 years ago)
Author:
ghit.bogdan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SIMEO/MPI

    v1 v1  
     1= SIMEO - Message Passing Interface =
     2
     3System: Ubuntu 9.10
     4
     5Requirements:
     6 * libopenmpi-dev
     7 * openmpi-bin
     8
     9== Compilation Steps ==
     10
     11{{{
     12$ mpirun -n 80 ./Simulation
     13$ mpirun -H host1,user@host2 -n 160 ./Simulation
     14}}}
     15