source: CIVL/examples/mpi-omp/Makefile

main
Last change on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 438 bytes
Line 
1CIVL=civl
2VERIFY=$(CIVL) verify
3
4all: mat-pie3 mat-pie100
5
6mat-pie3: mpi-omp-pie-calculation.c
7 $(VERIFY) -DMATH_ELABORATE_ASSUMPTIONS -input_mpi_nprocs=2 -input_omp_thread_max=3 -ompLoopDecomp=ALL mpi-omp-pie-calculation.c
8
9mat-pie100: mpi-omp-pie-calculation100.c
10 $(VERIFY) -DMATH_ELABORATE_ASSUMPTIONS -input_mpi_nprocs=2 -input_omp_thread_max=10 -ompLoopDecomp=ALL mpi-omp-pie-calculation100.c
11
12clean:
13 rm -f -r CIVLREP
14 rm -f *~
Note: See TracBrowser for help on using the repository browser.