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