source: palm/trunk/TESTS/builds/gfortran_default/build_config.yml @ 3646

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

Implemented new palmtest including an extended initial set of test cases

File size: 910 bytes
Line 
1---
2# this is a palmtest build configuration file
3
4compiler:
5  id: GNU
6  executable: "{{GNU.executable}}"
7  mpi_wrapper: "{{GNU.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    - "__gfortran"
18  options:
19    default:
20      - "-cpp"
21      - "-Ofast"
22      - "-ffree-line-length-none"
23    debug:
24      - "-cpp"
25      - "-O0"
26      - "-Wall"
27      - "-Wextra"
28      - "-pedantic"
29      - "-fcheck=all"
30      - "-fbacktrace"
31      - "-Wno-conversion"
32      - "-Wno-compare-reals"
33      - "-finit-real=nan"
34      - "-ffree-line-length-none"
35  includes:
36    - "{{GNU.include.netcdf}}"
37    - "{{GNU.include.fftw}}"
38    - "{{GNU.include.rrtmg}}"
39
40linker:
41  options:
42    - "{{GNU.lib.netcdf}}"
43    - "{{GNU.lib.fftw}}"
44    - "{{GNU.lib.rrtmg}}"
Note: See TracBrowser for help on using the repository browser.