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 2036 for branches – NEMO

Changeset 2036 for branches


Ignore:
Timestamp:
2010-07-31T17:29:33+02:00 (14 years ago)
Author:
rblod
Message:

Fix compilation issues on fcm branch

Location:
branches/DEV_r1879_FCM/NEMOGCM
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-IA64_PLATINE.fcm

    r2010 r2036  
    2525%ARFLAGS         rs 
    2626%MK              gmake 
    27 %USER_INC 
    28 %USER_LIB 
     27%USER_INC        %NCDF_INC 
     28%USER_LIB        %NCDF_LIB 
  • branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-PW6_VARGAS.fcm

    r2015 r2036  
    2525%ARFLAGS             rs 
    2626%MK                  gmake  
    27 %USER_INC 
    28 %USER_LIB 
     27%USER_INC            %NCDF_INC 
     28%USER_LIB            %NCDF_LIB  
  • branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-SX8_BRODIE.fcm

    r2010 r2036  
    2525%ARFLAGS            rs  
    2626%MK                 sxgmake 
    27 %USER_INC 
    28 %USER_LIB 
     27%USER_INC           %NCDF_INC 
     28%USER_LIB           %NCDF_LIB  
  • branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-SX8_MERCURE.fcm

    r2010 r2036  
    2525%ARFLAGS         rs 
    2626%MK              gmake 
    27 %USER_INC 
    28 %USER_LIB 
     27%USER_INC        %NCDF_INC 
     28%USER_LIB        %NCDF_LIB 
    2929 
  • branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-SX9_MERCURE.fcm

    r2010 r2036  
    2525%ARFLAGS         rs 
    2626%MK              gmake 
    27 %USER_INC 
    28 %USER_LIB 
     27%USER_INC        %NCDF_INC 
     28%USER_LIB        %NCDF_LIB 
    2929 
  • branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-X64_TITANE.fcm

    r2010 r2036  
    2525%ARFLAGS             rs 
    2626%MK                  gmake 
    27 %USER_INC 
    28 %USER_LIB 
     27%USER_INC            %NCDF_INC 
     28%USER_LIB            %NCDF_LIB  
  • branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-gfortran_osx.fcm

    r2010 r2036  
    2525%ARFLAGS             -c -s -o 
    2626%MK                  make 
    27 %USER_INC 
    28 %USER_LIB 
     27%USER_INC            %NCDF_INC 
     28%USER_LIB            %NCDF_LIB 
    2929 
  • branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-ifort_osx.fcm

    r2010 r2036  
    2525%ARFLAGS             -c -s -o 
    2626%MK                  make 
    27 %FFLAGS       -r8 -O3  -traceback  
    28 %USER_INC 
    29 %USER_LIB 
     27%USER_INC            %NCDF_INC 
     28%USER_LIB            %NCDF_LIB  
  • branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-xlf_aix.fcm

    r2015 r2036  
    2525%ARFLAGS             rs 
    2626%MK                  gmake 
    27 %USER_INC 
    28 %USER_LIB 
     27%USER_INC            %NCDF_INC 
     28%USER_LIB            %NCDF_LIB 
  • branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-xlf_osx.fcm

    r2015 r2036  
    2525%ARFLAGS       rs 
    2626%MK            make 
    27 %USER_INC 
    28 %USER_LIB 
     27%USER_INC      %NCDF_INC 
     28%USER_LIB      %NCDF_LIB  
  • branches/DEV_r1879_FCM/NEMOGCM/NEMO/OPA_SRC/OBC/obc_par.F90

    r2007 r2036  
    5252   LOGICAL ::     &  !: 
    5353      lp_obc_east = .FALSE.     !: to active or not the East open boundary 
    54    INTEGER ::     &  
     54     INTEGER   & 
     55#if !defined key_agrif 
     56     , PARAMETER   &  
     57#endif 
     58    ::     &  
    5559      jpieob  = jpiglo-2,    &  !: i-localization of the East open boundary (must be ocean U-point) 
    5660      jpjed   =        2,    &  !: j-starting indice of the East open boundary (must be land T-point) 
     
    6266   LOGICAL ::     &  !: 
    6367      lp_obc_west = .FALSE.     !: to active or not the West open boundary 
    64    INTEGER ::     &  !: 
     68     INTEGER   & 
     69#if !defined key_agrif 
     70     , PARAMETER   &  
     71#endif 
     72    ::     &  
    6573      jpiwob  =          2,    &  !: i-localization of the West open boundary (must be ocean U-point) 
    6674      jpjwd   =          2,    &  !: j-starting indice of the West open boundary (must be land T-point) 
     
    7280   LOGICAL ::     &  !: 
    7381      lp_obc_north = .FALSE.    !: to active or not the North open boundary 
    74    INTEGER ::     &  !: 
     82     INTEGER   & 
     83#if !defined key_agrif 
     84     , PARAMETER   &  
     85#endif 
     86    ::     &  
    7587      jpjnob  = jpjglo-2,    &  !: j-localization of the North open boundary (must be ocean V-point) 
    7688      jpind   =        2,    &  !: i-starting indice of the North open boundary (must be land T-point) 
     
    8294   LOGICAL ::     &  !: 
    8395      lp_obc_south = .FALSE.    !: to active or not the South open boundary 
    84    INTEGER ::     &  !: 
     96     INTEGER   & 
     97#if !defined key_agrif 
     98     , PARAMETER   &  
     99#endif 
     100    ::     &  
    85101      jpjsob  =        2,    &  !: j-localization of the South open boundary (must be ocean V-point) 
    86102      jpisd   =        2,    &  !: i-starting indice of the South open boundary (must be land T-point) 
  • branches/DEV_r1879_FCM/NEMOGCM/TOOLS/Fmake_bld.sh

    r1985 r2036  
    5858[ ! -d ${2}/${1} ] && \mkdir   ${2}/${1} 
    5959[ ! -d ${2}/${1}/BLD ] && \mkdir  ${2}/${1}/BLD 
    60 ln -sf ${2}/${1}/BLD ${CONFIG_DIR}/${1}/BLD 
     60[ ! -d ${CONFIG_DIR}/${1}/BLD ]   && ln -sf ${2}/${1}/BLD ${CONFIG_DIR}/${1}/BLD 
    6161ln -sf ${CONFIG_DIR}/${NEW_CONF}/cpp_${NEW_CONF}.fcm ${TOOLS_DIR}/cpp.fcm 
    6262rm -f  ${CONFIG_DIR}/${NEW_CONF}/BLD/fcm.bld.lock 
  • branches/DEV_r1879_FCM/NEMOGCM/TOOLS/bld.cfg

    r2014 r2036  
    1111inc $MAIN_DIR/TOOLS/cpp.fcm 
    1212 
    13 %FFLAGS                   %FFLAGS %NCDF_INC   
    14 %LD_FLAGS                 %NCDF_LIB 
    15  
    1613search_src           1 
    1714 
    18 src::xmlf90_cml           $MAIN_DIR/EXTERNAL/XMLF90/src/cml 
    19 src::xmlf90_dom           $MAIN_DIR/EXTERNAL/XMLF90/src/dom 
    20 src::xmlf90_sax           $MAIN_DIR/EXTERNAL/XMLF90/src/sax 
    21 src::xmlf90_strings       $MAIN_DIR/EXTERNAL/XMLF90/src/strings 
    22 src::xmlf90_wxml          $MAIN_DIR/EXTERNAL/XMLF90/src/wxml 
    23 src::xmlf90_xpath         $MAIN_DIR/EXTERNAL/XMLF90/src/xpath 
     15src::xmlf90::cml          $MAIN_DIR/EXTERNAL/XMLF90/src/cml 
     16src::xmlf90::dom          $MAIN_DIR/EXTERNAL/XMLF90/src/dom 
     17src::xmlf90::sax          $MAIN_DIR/EXTERNAL/XMLF90/src/sax 
     18src::xmlf90::strings      $MAIN_DIR/EXTERNAL/XMLF90/src/strings 
     19src::xmlf90::wxml         $MAIN_DIR/EXTERNAL/XMLF90/src/wxml 
     20src::xmlf90::xpath        $MAIN_DIR/EXTERNAL/XMLF90/src/xpath 
    2421src::xmlio                $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/XMLIO 
    2522src::ioserver             $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/IOSERVER 
     
    2825src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK 
    2926 
    30 bld::lib::xmlf90_cml           xmlf90 
    31 bld::lib::xmlf90_dom           xmlf90 
    32 bld::lib::xmlf90_sax           xmlf90 
    33 bld::lib::xmlf90_strings       xmlf90 
    34 bld::lib::xmlf90_wxml          xmlf90 
    35 bld::lib::xmlf90_xpath         xmlf90 
     27bld::lib::xmlf90           xmlf90 
     28bld::lib::xmlio            xmlio 
     29bld::lib::ioserver         ioserver 
    3630bld::lib::ioipsl           ioipsl 
    3731bld::lib::agrif            agrif 
    3832bld::lib::nemo             nemo 
    39 bld::lib                   xmlf90 
    40 bld::lib::ioserver         ioserver 
    41 bld::lib::xmlio            xmlio 
    4233bld::target libxmlf90.a libioserver.a libxmlio.a libioipsl.a libagrif.a libnemo.a server.exe nemo.exe 
    4334 
     
    4738 
    4839bld::tool::fc        %FC  
    49 bld::tool::fflags    %FCFLAGS %NCDF_INC %USER_INC 
    50 bld::tool::fflags::agrif   %FFLAGS %NCDF_INC %USER_INC 
     40bld::tool::fflags    %FCFLAGS %USER_INC 
     41bld::tool::fflags::agrif   %FFLAGS %USER_INC 
    5142bld::tool::ld        %LD 
    52 bld::tool::ldflags   %LDFLAGS %NCDF_LIB %USER_LIB 
     43bld::tool::ldflags   %LDFLAGS %USER_LIB 
    5344bld::tool::ar        %AR 
    5445bld::tool::arflags   %ARFLAGS 
Note: See TracChangeset for help on using the changeset viewer.