cc_staff
153
edits
m (Add links to Boost MPI and mpi4py.) |
(Marked this version for translation) |
||
Line 452: | Line 452: | ||
[~]$ mpic++ --std=c++11 phello1.cpp -lboost_mpi-mt -lboost_serialization-mt -o phello1 | [~]$ mpic++ --std=c++11 phello1.cpp -lboost_mpi-mt -lboost_serialization-mt -o phello1 | ||
<!--T:53--> | |||
If you are using the Python version, you don't need to compile but can run with: | If you are using the Python version, you don't need to compile but can run with: | ||
[~]$ mpirun -np 4 python phello1.py | [~]$ mpirun -np 4 python phello1.py |