proto-MPI
A prototype to get to know the MPI basics
Manual
Enter the following commands:
- cd src/
- make
- mpirun -n [number of processes] [optional:-default-hostfile host_file] ./MPI_dummy
Note:mpirun refers to /usr/local/bin/mpirun binary
A prototype to get to know the MPI basics
Enter the following commands:
Note:mpirun refers to /usr/local/bin/mpirun binary