Last change
on this file since 3259 was
3031,
checked in by knoop, 6 years ago
|
Initial structure of the TESTS directory added (WIP).
|
File size:
809 bytes
|
Line | |
---|
1 | --- |
---|
2 | # this is a palmtest build configuration file |
---|
3 | |
---|
4 | compiler: |
---|
5 | executable: ifort |
---|
6 | definitions: |
---|
7 | - "MPI_REAL=MPI_DOUBLE_PRECISION" |
---|
8 | - "MPI_2REAL=MPI_2DOUBLE_PRECISION" |
---|
9 | - "__parallel" |
---|
10 | - "__netcdf" |
---|
11 | - "__fftw" |
---|
12 | - "__intel_compiler" |
---|
13 | options: |
---|
14 | - "-cpp" |
---|
15 | - "-O3" |
---|
16 | - "-fp-model source" |
---|
17 | - "-fno-alias" |
---|
18 | - "-fpe0" |
---|
19 | - "-ftz" |
---|
20 | - "-no-prec-div" |
---|
21 | - "-no-prec-sqrt" |
---|
22 | - "-ip" |
---|
23 | - "-nbs" |
---|
24 | - "-diag-disable 8290,8291" |
---|
25 | includes: |
---|
26 | - "/muksoft/packages/mpich/3.1_ifc_icc/include" |
---|
27 | - "/home/knoop/opt/netcdf-fortran/include" |
---|
28 | - "/muksoft/packages/fftw/3.3.4/include" |
---|
29 | |
---|
30 | linker: |
---|
31 | options: |
---|
32 | - "/muksoft/packages/mpich/3.1_ifc_icc/lib64/libmpich.so" |
---|
33 | - "/home/knoop/opt/netcdf-fortran/lib64/libnetcdff.so" |
---|
34 | - "/muksoft/packages/fftw/3.3.4/lib64/libfftw3.so" |
---|
Note: See
TracBrowser
for help on using the repository browser.