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

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

further gfortran warnings activated on testserver, unused variables removed

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