Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 331 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 331 Bytes

OpenMPISample_Jacobi

Runs jacobi iterations using both OpenMP and OpenMPI in combination. Written to run on a BCCD cluster.

Run

Commands used to run on a BCCD cluster:

mpicxx Driver.cpp -openmp
bccd-syncdir ~ ~/machines-openmpi
mpirun -machinefile ~/machines-openmpi /tmp/node000-bccd/jacobi/a.out > Jacobi.ppm