source:
branches/UKMO/r6232_sst_landsea_cpl/NEMOGCM/fcm-make/pwr7-xlf-meto.cfg
@
8743
Last change on this file since 8743 was 4339, checked in by rfurner, 11 years ago | |
---|---|
File size: 1.4 KB |
Line | |
---|---|
1 | include = $HERE/inc/common.cfg |
2 | |
3 | $netcdf_path{?} = /home/cr/ocean/hadcv/netcdf/4.1.3_seq |
4 | $netcdf_inc_path{?} = $netcdf_path/include |
5 | $netcdf_lib_path{?} = $netcdf_path/lib |
6 | $netcdf_lib{?} = netcdff netcdf hdf5 hdf5_hl hdf5_fortran z |
7 | |
8 | $xios_path{?} = /data/nwp/ofrd/share/NEMO/xios_lib/seq/xios_r445 |
9 | $xios_inc_path{?} = $xios_path/inc |
10 | $xios_lib_path{?} = $xios_path/lib |
11 | $xios_lib{?} = xios |
12 | |
13 | preprocess.prop{fpp.flags} = -E -P -traditional |
14 | preprocess.prop{fpp.include-paths} = /opt/ibmhpc/pecurrent/ppe.poe/include /usr/lpp/ppe.poe/include/thread64 |
15 | |
16 | build.prop{class,fc} = mpxlf90_r |
17 | build.prop{class,fc.flags} = -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -NS32768 -g -O3 -qnostrict |
18 | build.prop{class,fc.flags-ld} = -O3 |
19 | build.prop{class,fc.include-paths} = $netcdf_inc_path $xios_inc_path |
20 | build.prop{class,fc.libs} = xlf90 sig $netcdf_lib $xios_lib |
21 | build.prop{class,fc.lib-paths} = /projects/um1/lib $netcdf_lib_path $xios_lib_path |
22 | build.prop{class,ld} = mpCC_r |
23 | |
24 | # WEIGHTS needs a different NetCDF library at the moment |
25 | build.prop{fc.include-paths}[nemo/TOOLS/WEIGHTS] = /home/nwp/ofrd/share/netcdf-3.6.0-p1_ec/include |
26 | build.prop{fc.libs}[nemo/TOOLS/WEIGHTS] = netcdf |
27 | build.prop{fc.lib-paths}[nemo/TOOLS/WEIGHTS] = /home/nwp/ofrd/share/netcdf-3.6.0-p1_ec/lib |
28 | build.prop{ld}[nemo/TOOLS/WEIGHTS] = mpxlf90_r |
Note: See TracBrowser
for help on using the repository browser.