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 3736 – NEMO

Changeset 3736


Ignore:
Timestamp:
2012-12-13T16:40:43+01:00 (11 years ago)
Author:
acc
Message:

Branch dev_MERGE_2012. Update arch files for NOC/ALTIX system

Location:
branches/2012/dev_MERGE_2012/NEMOGCM
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/ARCH/NOC/arch-ALTIX_NAUTILUS_MPT.fcm

    r3680 r3736  
    22# NCDF_HOME   root directory containing lib and include subdirectories for netcdf4 
    33# HDF5_HOME   root directory containing lib and include subdirectories for HDF5 
     4# XIOS_HOME   root directory containing lib for XIOS 
    45# NCDF_INC    netcdf include file 
    56# NCDF_LIB    netcdf library 
     7# XIOS_LIB    XIOS library 
    68# FC          Fortran compiler command 
    79# FCFLAGS     Fortran compiler flags 
     
    1719 
    1820 
    19 %NCDF_HOME           /noc/users/jeff/packages/netcdf4/netcdf-4.1.3/xSSE2/intel11.1 
    20 %HDF5_HOME           /noc/users/jeff/packages/hdf5/hdf5-1.8.7/xSSE2/intel11.1 
     21%NCDF_HOME           /fibre/omfman/NETCDF_PAR 
     22%HDF5_HOME           /fibre/omfman/NETCDF_PAR 
     23%XIOS_HOME           /fibre/omfman/XIOS 
    2124%NCDF_INC            -I%NCDF_HOME/include -I%HDF5_HOME/include 
    22 # Note use of -Bstatic because the library root directories are not accessible to the back-end compute nodes 
    23 %NCDF_LIB            -L%HDF5_HOME/lib -L%NCDF_HOME/lib -Bstatic -lnetcdff -lnetcdf -lhdf5_fortran -lhdf5_hl -lhdf5 -Bdynamic -lz 
     25%XIOS_INC            -I%XIOS_HOME/inc  
     26%XIOS_LIB            -L%XIOS_HOME/lib -lxios 
     27# Note use of -Bstatic because the library root directories may not be accessible to the back-end compute nodes 
     28%NCDF_LIB            -L%HDF5_HOME/lib -L%NCDF_HOME/lib -Bstatic -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -Bdynamic -lz 
    2429%FC                  ifort 
    2530%FCFLAGS             -r8 -O3 -fp-model precise -xT -ip -vec-report0 
     
    2732%LD                  ifort 
    2833%FPPFLAGS            -P -C -traditional 
    29 %LDFLAGS             -lmpi 
     34%LDFLAGS             -lmpi -lstdc++ 
    3035%AR                  ar  
    3136%ARFLAGS             -r 
    3237%MK                  gmake 
    33 %USER_INC            %NCDF_INC 
    34 %USER_LIB            %NCDF_LIB 
     38%USER_INC            %NCDF_INC %XIOS_INC 
     39%USER_LIB            %XIOS_LIB %NCDF_LIB 
    3540 
    3641# - if debugging use these flags 
Note: See TracChangeset for help on using the changeset viewer.