source: palm/trunk/TESTS/BUILDS/gfortran_default_debug/build_config.yml @ 3031

Last change on this file since 3031 was 3031, checked in by knoop, 6 years ago

Initial structure of the TESTS directory added (WIP).

File size: 413 bytes
Line 
1---
2# this is a palmtest build configuration file
3
4compiler:
5  executable: mpif90
6  definitions:
7    - "MPI_REAL=MPI_DOUBLE_PRECISION"
8    - "MPI_2REAL=MPI_2DOUBLE_PRECISION"
9    - "__parallel"
10    - "__netcdf"
11    - "__fftw"
12    - "__gfortran"
13    options:
14      - "-cpp"
15      - "-Og"
16      - "-Wall"
17      - "-Wextra"
18      - "-fbacktrace"
19  includes: []
20
21linker:
22  options:
23    - "-lnetcdff"
24    - "-lfftw3"
25
Note: See TracBrowser for help on using the repository browser.