source: CIVL/examples/mpi-omp/Makefile@ bb03188

main test-branch
Last change on this file since bb03188 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
RevLine 
[d7270ab]1CIVL=civl
2VERIFY=$(CIVL) verify
3
[25a1d3a]4all: mat-pie3 mat-pie100
[d7270ab]5
[25a1d3a]6mat-pie3: mpi-omp-pie-calculation.c
[024a9eb]7 $(VERIFY) -DMATH_ELABORATE_ASSUMPTIONS -input_mpi_nprocs=2 -input_omp_thread_max=3 -ompLoopDecomp=ALL mpi-omp-pie-calculation.c
[25a1d3a]8
9mat-pie100: mpi-omp-pie-calculation100.c
[024a9eb]10 $(VERIFY) -DMATH_ELABORATE_ASSUMPTIONS -input_mpi_nprocs=2 -input_omp_thread_max=10 -ompLoopDecomp=ALL mpi-omp-pie-calculation100.c
[25a1d3a]11
12clean:
13 rm -f -r CIVLREP
14 rm -f *~
Note: See TracBrowser for help on using the repository browser.