source: palm/trunk/TESTS/builds/intel_default/build_config.yml @ 3916

Last change on this file since 3916 was 3353, checked in by knoop, 5 years ago

Implemented new palmtest including an extended initial set of test cases

File size: 1.2 KB
Line 
1---
2# this is a palmtest build configuration file
3
4compiler:
5  id: Intel
6  executable: "{{Intel.executable}}"
7  mpi_wrapper: "{{Intel.mpi_wrapper}}"
8  definitions:
9    - "MPI_REAL=MPI_DOUBLE_PRECISION"
10    - "MPI_2REAL=MPI_2DOUBLE_PRECISION"
11    - "__parallel"
12    - "__netcdf"
13    - "__netcdf4"
14    - "__netcdf4_parallel"
15    - "__fftw"
16    - "__rrtmg"
17    - "__intel_compiler"
18  options:
19    default:
20      - "-cpp"
21      - "-O3"
22      - "-fp-model source"
23      - "-fno-alias"
24      - "-fpe0"
25      - "-ftz"
26      - "-no-prec-div"
27      - "-no-prec-sqrt"
28      - "-ip"
29      - "-nbs"
30      - "-diag-disable 8290,8291"
31    debug:
32      - "-cpp"
33      - "-g"
34      - "-debug"
35      - "-traceback"
36      - "-fpe0"
37      - "-C"
38      - "-check nooutput_conversion"
39      - "-w"
40      - "-xT"
41      - "-O0"
42      - "-ftz"
43      - "-fno-alias"
44      - "-no-prec-div"
45      - "-no-prec-sqrt"
46      - "-ip"
47      - "-nbs"
48      - "-convert little_endian"
49      - "-diag-disable 8290,8291"
50  includes:
51    - "{{Intel.include.netcdf}}"
52    - "{{Intel.include.fftw}}"
53    - "{{Intel.include.rrtmg}}"
54
55linker:
56  options:
57    - "{{Intel.lib.netcdf}}"
58    - "{{Intel.lib.fftw}}"
59    - "{{Intel.lib.rrtmg}}"
Note: See TracBrowser for help on using the repository browser.