Last change
on this file since 4068 was
3353,
checked in by knoop, 6 years ago
|
Implemented new palmtest including an extended initial set of test cases
|
File size:
1.2 KB
|
Line | |
---|
1 | --- |
---|
2 | # this is a palmtest environments file |
---|
3 | |
---|
4 | palm_config_template: |
---|
5 | |
---|
6 | environments: |
---|
7 | |
---|
8 | GNU: |
---|
9 | executable: gfortran |
---|
10 | mpi_wrapper: mpif90 |
---|
11 | include: |
---|
12 | netcdf: "-I /path/to/netcdf/gnu/include/" |
---|
13 | fftw: "-I /path/to/fftw/gnu/include/" |
---|
14 | rrtmg: "-I /path/to/rrtmg/gnu/include" |
---|
15 | lib: |
---|
16 | netcdf: "/path/to/netcdf/gnu/lib/libnetcdff.so" |
---|
17 | fftw: "/path/to/fftw/gnu/lib/libfftw3.so" |
---|
18 | rrtmg: "/path/to/rrtmg/gnu/lib/librrtmg.so" |
---|
19 | |
---|
20 | Intel: |
---|
21 | executable: ifort |
---|
22 | mpi_wrapper: mpif90 |
---|
23 | include: |
---|
24 | netcdf: "-I /path/to/netcdf/intel/include/" |
---|
25 | fftw: "-I /path/to/fftw/intel/include/" |
---|
26 | rrtmg: "-I /path/to/rrtmg/intel/include" |
---|
27 | lib: |
---|
28 | netcdf: "/path/to/netcdf/intel/lib/libnetcdff.so" |
---|
29 | fftw: "/path/to/fftw/intel/lib/libfftw3.so" |
---|
30 | rrtmg: "/path/to/rrtmg/intel/lib/librrtmg.so" |
---|
31 | |
---|
32 | Cray: |
---|
33 | executable: crayftn |
---|
34 | mpi_wrapper: mpif90 |
---|
35 | include: |
---|
36 | netcdf: "-I /path/to/netcdf/cray/include/" |
---|
37 | fftw: "-I /path/to/fftw/cray/include/" |
---|
38 | rrtmg: "-I /path/to/rrtmg/cray/include" |
---|
39 | lib: |
---|
40 | netcdf: "/path/to/netcdf/cray/lib/libnetcdff.so" |
---|
41 | fftw: "/path/to/fftw/cray/lib/libfftw3.so" |
---|
42 | rrtmg: "/path/to/rrtmg/cray/lib/librrtmg.so" |
---|
Note: See
TracBrowser
for help on using the repository browser.