User Tools

Site Tools


c:mpi:makefile

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
c:mpi:makefile [2024/01/11 09:26] – created odeftac:mpi:makefile [2024/01/11 09:28] (current) odefta
Line 1: Line 1:
 ====== Makefile ====== ====== Makefile ======
- +<code make makefile>
-<note>Remove -pthread if the app does not use pthread.</note> +
-<note>Remove -Wall to disable warnings</note> +
-<note>Update nr of processors (8 in this example)</note> +
-<note>--oversubscribe - allow more processors than physically available</note> +
- +
-<code Makefile>+
 build: build:
  mpicc -o helloapp helloapp.c -pthread -Wall  mpicc -o helloapp helloapp.c -pthread -Wall
Line 13: Line 7:
 clean: clean:
  rm -f helloapp  rm -f helloapp
 +</code>
 +
 +<note>Remove -pthread if the app does not use pthread.</note>
 +<note>Remove -Wall to disable warnings</note>
 +<note>Update nr of processors (8 in this example)</note>
 +<note>--oversubscribe - allow more processors than physically available</note>
c/mpi/makefile.1704957975.txt.gz · Last modified: 2024/01/11 09:26 by odefta