source: palm/trunk/TESTS/BUILDS/intel_default_debug/build_config.yml @ 3182

Last change on this file since 3182 was 3031, checked in by knoop, 6 years ago

Initial structure of the TESTS directory added (WIP).

File size: 929 bytes
Line 
1---
2# this is a palmtest build configuration file
3
4compiler:
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    - "-g"
16    - "-debug"
17    - "-traceback"
18    - "-fpe0"
19    - "-C"
20    - "-check nooutput_conversion"
21    - "-w"
22    - "-xT"
23    - "-O0"
24    - "-ftz"
25    - "-fno-alias"
26    - "-no-prec-div"
27    - "-no-prec-sqrt"
28    - "-ip"
29    - "-nbs"
30    - "-convert little_endian"
31    - "-diag-disable 8290,8291"
32  includes:
33    - "/muksoft/packages/mpich/3.1_ifc_icc/include"
34    - "/home/knoop/opt/netcdf-fortran/include"
35    - "/muksoft/packages/fftw/3.3.4/include"
36
37linker:
38  options:
39    - "/muksoft/packages/mpich/3.1_ifc_icc/lib64/libmpich.so"
40    - "/home/knoop/opt/netcdf-fortran/lib64/libnetcdff.so"
41    - "/muksoft/packages/fftw/3.3.4/lib64/libfftw3.so"
Note: See TracBrowser for help on using the repository browser.