Last change
on this file since 4077 was
3353,
checked in by knoop, 6 years ago
|
Implemented new palmtest including an extended initial set of test cases
|
File size:
887 bytes
|
Line | |
---|
1 | --- |
---|
2 | # this is a palmtest build configuration file |
---|
3 | |
---|
4 | compiler: |
---|
5 | id: Cray |
---|
6 | executable: "{{Cray.executable}}" |
---|
7 | mpi_wrapper: "{{Cray.mpi_wrapper}}" |
---|
8 | definitions: |
---|
9 | - "MPI_REAL=MPI_DOUBLE_PRECISION" |
---|
10 | - "MPI_2REAL=MPI_2DOUBLE_PRECISION" |
---|
11 | - "__parallel" |
---|
12 | - "__netcdf" |
---|
13 | - "__netcdf4" |
---|
14 | - "__netcdf4_parallel" |
---|
15 | - "__fftw" |
---|
16 | - "__rrtmg" |
---|
17 | options: |
---|
18 | default: |
---|
19 | - "-e Z" |
---|
20 | - "-em" |
---|
21 | - "-K trap=fp" |
---|
22 | - "-O3" |
---|
23 | - "-hfp3" |
---|
24 | - "-hdynamic" |
---|
25 | - "-hnoomp" |
---|
26 | - "-hnoacc" |
---|
27 | debug: |
---|
28 | - "-e Z" |
---|
29 | - "-eD" |
---|
30 | - "-em" |
---|
31 | - "-K trap=fp" |
---|
32 | - "-O0" |
---|
33 | - "-g" |
---|
34 | - "-R b" |
---|
35 | - "-hnoomp" |
---|
36 | - "-hnoacc" |
---|
37 | includes: |
---|
38 | - "{{Cray.include.netcdf}}" |
---|
39 | - "{{Cray.include.fftw}}" |
---|
40 | - "{{Cray.include.rrtmg}}" |
---|
41 | |
---|
42 | linker: |
---|
43 | options: |
---|
44 | - "-dynamic" |
---|
45 | - "{{Cray.lib.netcdf}}" |
---|
46 | - "{{Cray.lib.fftw}}" |
---|
47 | - "{{Cray.lib.rrtmg}}" |
---|
Note: See
TracBrowser
for help on using the repository browser.