JeanleeRoy / mpi-norm-calculation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Norm computing with MPI

Dependencies

For this project we need the mpic++ wrapper compiler. You can install it with:

sudo apt install openmpi-bin

Compiles

mpic++ <mpi_code.cpp>

Run

mpirun [-np <N_CORES>] ./a.out

Profiling

Here we are using valgrind

valgrind --leak-check=yes ./a.out

About


Languages

Language:C++ 100.0%