source: palm/trunk/TESTS/builds/gfortran_serial_default/build_config.yml @ 4445

Last change on this file since 4445 was 4445, checked in by raasch, 4 years ago

config update for serial build

File size: 955 bytes
Line 
1---
2# this is a palmtest build configuration file
3
4compiler:
5  id: GNU
6  executable: "{{GNU.executable}}"
7  mpi_wrapper: "gfortran"
8  definitions:
9    - "__netcdf"
10    - "__netcdf4"
11    - "__fftw"
12    - "__rrtmg"
13    - "__gfortran"
14  options:
15    default:
16      - "-cpp"
17      - "-Wall"
18      - "-Werror"
19      - "-Wextra"
20      - "-pedantic"
21      - "-Wno-maybe-uninitialized"
22      - "-Wno-conversion"
23      - "-Wno-compare-reals"
24      - "-Ofast"
25      - "-ffree-line-length-none"
26    debug:
27      - "-cpp"
28      - "-O0"
29      - "-Wall"
30      - "-Werror"
31      - "-Wextra"
32      - "-pedantic"
33      - "-fcheck=all"
34      - "-fbacktrace"
35      - "-Wno-conversion"
36      - "-Wno-compare-reals"
37      - "-finit-real=nan"
38      - "-ffree-line-length-none"
39  includes:
40    - "{{GNU.include.netcdf}}"
41    - "{{GNU.include.fftw}}"
42    - "{{GNU.include.rrtmg}}"
43
44linker:
45  options:
46    - "{{GNU.lib.netcdf}}"
47    - "{{GNU.lib.fftw}}"
48    - "{{GNU.lib.rrtmg}}"
Note: See TracBrowser for help on using the repository browser.