source: palm/trunk/TESTS/BUILDS/gfortran_default/build_config.yml @ 3182

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

Initial structure of the TESTS directory added (WIP).

File size: 383 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    - "-O3"
16    - "-ffree-line-length-none"
17  includes: []
18
19linker:
20  options:
21    - "-lnetcdff"
22    - "-lfftw3"
23
Note: See TracBrowser for help on using the repository browser.