- apt-get install openmpi-bin openmpi-doc libopenmpi-dev
- reference: http://www.cs.ucsb.edu/~hnielsen/cs140/openmpi-install.html
Then execute the following commands:
mpicc -o testMPI testMPI.c
mpirun -np 4 testMPI
reference:
http://wiki.eclipse.org/PTP/release_notes/4.0
No comments:
Post a Comment