User Tools

Site Tools


c:mpi

This is an old revision of the document!


MPI

Compile an application:

mpicc -o helloapp helloapp.c -pthread -W

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.1704957644.txt.gz · Last modified: 2024/01/11 09:20 by odefta