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 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-XC_ARCHER_INTEL.fcm – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-XC_ARCHER_INTEL.fcm

    r4865 r6808  
    2424# USER_INC    complete list of include files 
    2525# USER_LIB    complete list of libraries to pass to the linker 
     26# CC          C compiler used to compile conv for AGRIF 
     27# CFLAGS      compiler flags used with CC 
    2628# 
    2729# Note that: 
     
    3133%NCDF_HOME           $NETCDF_DIR 
    3234%HDF5_HOME           $HDF5_DIR 
    33 %XIOS_HOME           /work/n01/n01/acc/XIOS_r484 
     35%XIOS_HOME           /work/n01/n01/jdha/ST/xios-1.0 
    3436#OASIS_HOME           
    3537 
     
    4345%CPP               cpp 
    4446%FC                  ftn 
    45 %FCFLAGS             -integer-size 32 -real-size 64 -O3 -fp-model source -zero -fpp -warn all 
    46 %FFLAGS              -integer-size 32 -real-size 64 -O3 -fp-model source -zero -fpp -warn all 
     47%FCFLAGS             -integer-size 32 -real-size 64 -O0 -g -fp-model source -zero -fpp -warn all 
     48%FFLAGS              -integer-size 32 -real-size 64 -O0 -g -fp-model source -zero -fpp -warn all 
    4749%LD                  CC -Wl,"--allow-multiple-definition" 
    4850%FPPFLAGS            -P -C -traditional 
     
    5153%ARFLAGS             -r 
    5254%MK                  gmake 
     55#%USER_INC             %NCDF_INC 
     56#%USER_LIB             %NCDF_LIB 
    5357%USER_INC            %XIOS_INC %NCDF_INC 
    5458%USER_LIB            %XIOS_LIB %NCDF_LIB 
    5559#USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5660#USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     61 
     62%CC                  cc 
     63%CFLAGS              -O0 
Note: See TracChangeset for help on using the changeset viewer.