New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
pwr7-xlf-meto.cfg in branches/2013/dev_UKMO_fcm_make/NEMOGCM/fcm-make – NEMO

source: branches/2013/dev_UKMO_fcm_make/NEMOGCM/fcm-make/pwr7-xlf-meto.cfg @ 4204

Last change on this file since 4204 was 4204, checked in by rfurner, 11 years ago

Added changes to enable extract and build with fcm-make

File size: 1.7 KB
Line 
1include = $HERE/inc/common.cfg
2
3$netcdf_path{?}     = /home/nwp/nm/frrj/lib/MTOOLS
4$netcdf_inc_path{?} = $netcdf_path/include
5$netcdf_lib_path{?} = $netcdf_path/lib
6$netcdf_lib{?}      = netcdf hdf5 hdf5_hl hdf5_fortran z
7
8$xios_path{?}     = /home/cr/ocean/hadcv/xios_r445
9$xios_inc_path{?} = $xios_path/inc
10$xios_lib_path{?} = $xios_path/lib
11$xios_lib{?}      = xios
12
13preprocess.prop{fpp.flags}         = -E -P -traditional
14preprocess.prop{fpp.include-paths} = /opt/ibmhpc/pecurrent/ppe.poe/include /usr/lpp/ppe.poe/include/thread64
15
16build.prop{fc}               = mpxlf90_r
17build.prop{fc.flags}         = -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -NS32768 -g -O3 -qnostrict
18build.prop{fc.flags-ld}      = -O3
19build.prop{fc.include-paths} = $netcdf_inc_path $xios_inc_path
20build.prop{fc.libs}          = xlf90 sig $netcdf_lib $xios_lib
21build.prop{fc.lib-paths}     = /projects/um1/lib $netcdf_lib_path $xios_lib_path
22build.prop{ld}               = mpCC_r
23# WEIGHTS needs a different NetCDF library at the moment
24build.prop{fc.include-paths}[nemo/TOOLS/WEIGHTS] = /home/nwp/ofrd/share/netcdf-3.6.0-p1_ec/include
25build.prop{fc.libs}[nemo/TOOLS/WEIGHTS]          = netcdf
26build.prop{fc.lib-paths}[nemo/TOOLS/WEIGHTS]     = /home/nwp/ofrd/share/netcdf-3.6.0-p1_ec/lib
27build.prop{ld}[nemo/TOOLS/WEIGHTS]               = mpxlf90_r
28
29build-tools.prop{fc}               = mpxlf90_r
30build-tools.prop{fc.flags}         = -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -NS32768 -g -O3 -qnostrict
31build-tools.prop{fc.flags-ld}      = -O3
32build-tools.prop{fc.include-paths} = $netcdf_inc_path
33build-tools.prop{fc.libs}          = xlf90 $netcdf_lib
34build-tools.prop{fc.lib-paths}     = $netcdf_lib_path
35build-tools.prop{ld}               = mpCC_r
Note: See TracBrowser for help on using the repository browser.