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.
Changeset 4339 – NEMO

Changeset 4339


Ignore:
Timestamp:
2013-12-18T15:11:51+01:00 (10 years ago)
Author:
rfurner
Message:

change due to changes to local libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_UKMO_fcm_make/NEMOGCM/fcm-make/pwr7-xlf-meto.cfg

    r4204 r4339  
    11include = $HERE/inc/common.cfg 
    22 
    3 $netcdf_path{?}     = /home/nwp/nm/frrj/lib/MTOOLS 
     3$netcdf_path{?}     = /home/cr/ocean/hadcv/netcdf/4.1.3_seq 
    44$netcdf_inc_path{?} = $netcdf_path/include 
    55$netcdf_lib_path{?} = $netcdf_path/lib 
    6 $netcdf_lib{?}      = netcdf hdf5 hdf5_hl hdf5_fortran z 
     6$netcdf_lib{?}      = netcdff netcdf hdf5 hdf5_hl hdf5_fortran z 
    77 
    8 $xios_path{?}     = /home/cr/ocean/hadcv/xios_r445 
     8$xios_path{?}     = /data/nwp/ofrd/share/NEMO/xios_lib/seq/xios_r445 
    99$xios_inc_path{?} = $xios_path/inc 
    1010$xios_lib_path{?} = $xios_path/lib 
     
    1414preprocess.prop{fpp.include-paths} = /opt/ibmhpc/pecurrent/ppe.poe/include /usr/lpp/ppe.poe/include/thread64 
    1515 
    16 build.prop{fc}               = mpxlf90_r 
    17 build.prop{fc.flags}         = -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -NS32768 -g -O3 -qnostrict 
    18 build.prop{fc.flags-ld}      = -O3 
    19 build.prop{fc.include-paths} = $netcdf_inc_path $xios_inc_path 
    20 build.prop{fc.libs}          = xlf90 sig $netcdf_lib $xios_lib 
    21 build.prop{fc.lib-paths}     = /projects/um1/lib $netcdf_lib_path $xios_lib_path 
    22 build.prop{ld}               = mpCC_r 
     16build.prop{class,fc}               = mpxlf90_r 
     17build.prop{class,fc.flags}         = -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -NS32768 -g -O3 -qnostrict 
     18build.prop{class,fc.flags-ld}      = -O3 
     19build.prop{class,fc.include-paths} = $netcdf_inc_path $xios_inc_path 
     20build.prop{class,fc.libs}          = xlf90 sig $netcdf_lib $xios_lib 
     21build.prop{class,fc.lib-paths}     = /projects/um1/lib $netcdf_lib_path $xios_lib_path 
     22build.prop{class,ld}               = mpCC_r 
     23 
    2324# WEIGHTS needs a different NetCDF library at the moment 
    2425build.prop{fc.include-paths}[nemo/TOOLS/WEIGHTS] = /home/nwp/ofrd/share/netcdf-3.6.0-p1_ec/include 
     
    2627build.prop{fc.lib-paths}[nemo/TOOLS/WEIGHTS]     = /home/nwp/ofrd/share/netcdf-3.6.0-p1_ec/lib 
    2728build.prop{ld}[nemo/TOOLS/WEIGHTS]               = mpxlf90_r 
    28  
    29 build-tools.prop{fc}               = mpxlf90_r 
    30 build-tools.prop{fc.flags}         = -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -NS32768 -g -O3 -qnostrict 
    31 build-tools.prop{fc.flags-ld}      = -O3 
    32 build-tools.prop{fc.include-paths} = $netcdf_inc_path 
    33 build-tools.prop{fc.libs}          = xlf90 $netcdf_lib 
    34 build-tools.prop{fc.lib-paths}     = $netcdf_lib_path 
    35 build-tools.prop{ld}               = mpCC_r 
Note: See TracChangeset for help on using the changeset viewer.