source: CIVL/examples/omp/shtns/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: 620 bytes
RevLine 
[f2eb077]1CIVL=civl
2INCLUDES=-userIncludePath=./
3SHOW=${CIVL} show -ompNoSimplify -ompLoopDecomp=ROUND_ROBIN -inputTHREAD_MAX=3 -enablePrintf=false
4VERIFY=${CIVL} verify -ompNoSimplify -ompLoopDecomp=ROUND_ROBIN -inputTHREAD_MAX=3 -enablePrintf=false
5VERIFYALL=${CIVL} verify -ompNoSimplify -ompLoopDecomp=ALL -inputTHREAD_MAX=3 -enablePrintf=false
6SIMPLIFY=${CIVL} verify -ompLoopDecomp=ALL -inputTHREAD_MAX=3 -enablePrintf=false
7
8SOURCE= sht_com.c sht_dct.c sht_fly.c sht_func.c sht_init.c sht_legendre.c sht_mem.c sht_mic.c sht_omp.c
9
10all: time_SHT
11
12time_SHT: time_SHT.c
13 ${SHOW} ${INCLUDES} time_SHT.c ${SOURCE}
14
15clean:
Note: See TracBrowser for help on using the repository browser.