options 1.05 KB
Newer Older
shunbo's avatar
shunbo committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/gpufiniteVolume/lnInclude \
    -I$(LIB_SRC)/gpuOpenFOAM/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels-GPU/turbulenceModels/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels-GPU/compressible/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/specie/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/reactionThermo/lnInclude \
    -I$(LIB_SRC)/transportModels-GPU/compressible/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/basic/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels-GPU/chemistryModel/lnInclude \
    -I$(LIB_SRC)/combustionModels-GPU/lnInclude

EXE_LIBS = \
    -lgpufiniteVolume \
    -lgpuOpenFOAM \
    -lmeshTools \
    -lsampling \
    -lturbulenceModels-GPU \
    -lcompressibleTurbulenceModels-GPU \
    -lreactionThermophysicalModels-GPU \
    -lspecie-GPU \
    -lcompressibleTransportModels-GPU \
    -lfluidThermophysicalModels-GPU \
    -lchemistryModel-GPU \
    -lcombustionModels-GPU