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 3499 for branches/2012/dev_r3406_LOCEAN4_XIOS – NEMO

Ignore:
Timestamp:
2012-10-15T03:15:23+02:00 (12 years ago)
Author:
rblod
Message:

branch dev_r3406_LOCEAN4_XIOS_r35474 : complete previous modification

Location:
branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/CONFIG/makenemo

    r3415 r3499  
    298298 
    299299#IO server first as a library 
    300 cd $MAIN_DIR/EXTERNAL/XIOS 
    301    fcm build -j 1 --ignore-lock || exit 
    302 cd - 
     300#cd $MAIN_DIR/EXTERNAL/XIOS 
     301#   fcm build -j 1 --ignore-lock || exit 
     302#cd - 
    303303  
    304304 
  • branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/TOOLS/COMPILE/bldxag.cfg

    r3415 r3499  
    2323 
    2424bld::tool::fc        %FC  
    25 bld::tool::fflags    %FCFLAGS %USER_INC -I$MAIN_DIR/EXTERNAL/XIOS/inc 
     25bld::tool::fflags    %FCFLAGS %USER_INC  
    2626bld::tool::ld        %LD 
    27 bld::tool::ldflags   %LDFLAGS %USER_LIB -L$MAIN_DIR/EXTERNAL/XIOS/lib  -lxios  -lstdc++ 
     27bld::tool::ldflags   %LDFLAGS %USER_LIB  
    2828bld::tool::ar        %AR 
    2929bld::tool::arflags   %ARFLAGS 
Note: See TracChangeset for help on using the changeset viewer.