Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 200 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 200 Bytes

Open MPI

Installation

MacOS

brew update
brew install open-mpi

Running the code

mpicc -o <file_path>
mpirun -np <number_of_processes> <file_path>

Ashwin Narayanan S