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

Changeset 3713


Ignore:
Timestamp:
2012-11-28T14:29:42+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: update arch files for XIOS

Location:
branches/2012/dev_MERGE_2012/NEMOGCM/ARCH/CNRS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/ARCH/CNRS/arch-PW6_VARGAS.fcm

    r3314 r3713  
    1313# USER_INC    additional include files for the compiler,  e.g. -I<include dir>  
    1414# USER_LIB    additional libraries to pass to the linker, e.g. -l<library> 
    15  
    16  
    17 %NCDF_INC            -I/usr/local/pub/NetCDF/3.6.2/include 
    18 %NCDF_LIB            -L /usr/local/pub/NetCDF/3.6.2/lib -lnetcdf 
     15# 
     16# use /workgpfs/rech/tij/rtij004/wd/pub/XIOS/XIOS_r391_netcdf_4.1.3-par_phdf5_1.8.7_fortran_13.1.0.7 
     17# module load netcdf/4.1.3-par 
     18# module load phdf5/1.8.7 
     19# 
     20%NCDF_INC             
     21%NCDF_LIB     
     22%XIOS_ROOT           /workgpfs/rech/tij/rtij004/wd/pub/XIOS/XIOS_r391_netcdf_4.1.3-par_phdf5_1.8.7_fortran_13.1.0.7       
    1923%FC                  mpxlf90_r 
    2024%FCFLAGS             -qfree=f90 -O3 -qstrict -qrealsize=8 -qextname=flush -qsource -q64 -qlargepage -qmaxmem=-1 -qsource 
    2125%FFLAGS              -qfixed -O3 -qstrict -qrealsize=8 -qextname=flush -qsource -q64 -qlargepage -qmaxmem=-1 -qsource 
    22 %LD                  mpxlf90_r 
     26%LD                  mpCC_r 
    2327%LDFLAGS     
    2428%FPPFLAGS            -P -C 
     
    2630%ARFLAGS             rs 
    2731%MK                  gmake  
    28 %USER_INC            %NCDF_INC 
    29 %USER_LIB            %NCDF_LIB  
     32%USER_INC            %NCDF_INC -I%XIOS_ROOT/inc 
     33%USER_LIB            -L%XIOS_ROOT/lib -lxios %NCDF_LIB  
  • branches/2012/dev_MERGE_2012/NEMOGCM/ARCH/CNRS/arch-X64_VAYU.fcm

    r3696 r3713  
    1616%NCDF_INC            -I/short/e14/szm552/util/include 
    1717%NCDF_LIB            -L/short/e14/szm552/util/lib -lnetcdff -lnetcdf  -lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl -lstdc++ 
     18%XIOS_ROOT           /short/e14/szm552/now/models/xios 
    1819%FC                  mpif90 -c -cpp 
    1920%FCFLAGS             -i4 -r8 
     
    2526%ARFLAGS             rs 
    2627%MK                  gmake 
    27 %USER_INC            %NCDF_INC -I/short/e14/szm552/now/models/xios/inc  
    28 %USER_LIB            -L/short/e14/szm552/now/models/xios/lib -lxios %NCDF_LIB  
     28%USER_INC            %NCDF_INC -I%XIOS_ROOT/inc 
     29%USER_LIB            -L%XIOS_ROOT/lib -lxios %NCDF_LIB  
Note: See TracChangeset for help on using the changeset viewer.