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

Last change on this file since 3823 was 3823, checked in by raasch, 5 years ago

warnings will be interpreted as errors from now on in case of gfortran on the testserver

File size: 946 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      - "-Werror"
22      - "-Ofast"
23      - "-ffree-line-length-none"
24    debug:
25      - "-cpp"
26      - "-O0"
27      - "-Wall"
28      - "-Werror"
29      - "-Wextra"
30      - "-pedantic"
31      - "-fcheck=all"
32      - "-fbacktrace"
33      - "-Wno-conversion"
34      - "-Wno-compare-reals"
35      - "-finit-real=nan"
36      - "-ffree-line-length-none"
37  includes:
38    - "{{GNU.include.netcdf}}"
39    - "{{GNU.include.fftw}}"
40    - "{{GNU.include.rrtmg}}"
41
42linker:
43  options:
44    - "{{GNU.lib.netcdf}}"
45    - "{{GNU.lib.fftw}}"
46    - "{{GNU.lib.rrtmg}}"
Note: See TracBrowser for help on using the repository browser.