User Tools

Site Tools


c:mpi

This is an old revision of the document!


MPI

Compile an application:

mpicc -o helloapp helloapp.c

Compile an application with pthread (-Wall to enable warnings):

mpicc -o helloapp helloapp.c -pthread -Wall  

Run an application (8 - nr of processors):

mpirun -np 8 --oversubscribe helloapp  
c/mpi.1705144566.txt.gz · Last modified: (external edit)