User Tools

Site Tools


c:mpi:makefile

This is an old revision of the document!


Makefile

Remove -pthread if the app does not use pthread.
Remove -Wall to disable warnings
Update nr of processors (8 in this example)
–oversubscribe - allow more processors than physically available

<code Makefile> build:

mpicc -o helloapp helloapp.c -pthread -Wall

run:

      mpirun -np 8 --oversubscribe helloapp

clean:

rm -f helloapp
c/mpi/makefile.1704957975.txt.gz · Last modified: 2024/01/11 09:26 by odefta