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

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

serial (non-MPI) test case added, several bugfixes for the serial mode

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