Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 268 Bytes

File metadata and controls

10 lines (8 loc) · 268 Bytes

proto-MPI

A prototype to get to know the MPI basics

Manual

Enter the following commands:

  1. cd src/
  2. make
  3. mpirun -n [number of processes] [optional:-default-hostfile host_file] ./MPI_dummy

Note:mpirun refers to /usr/local/bin/mpirun binary