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 3415 for branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/CONFIG/makenemo – NEMO

Ignore:
Timestamp:
2012-06-15T15:29:37+02:00 (12 years ago)
Author:
rblod
Message:

Changes for compilation and few code modifications for the new ioserver, see ticket #974

File:
1 edited

Legend:

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

    r3294 r3415  
    297297#- Compile --- 
    298298 
     299#IO server first as a library 
     300cd $MAIN_DIR/EXTERNAL/XIOS 
     301   fcm build -j 1 --ignore-lock || exit 
     302cd - 
     303  
     304 
     305 
    299306if [ "${NBR_PRC}" -gt 0 ]; then 
    300307    cd ${NEMO_TDIR}/${NEW_CONF} || cd - 
     
    307314    fcm build ${x_c} --ignore-lock -v ${x_v} -j ${NBR_PRC} ${COMPIL_DIR}/$USEBLD || cd - 
    308315    [ -f ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/nemo.exe ] && ln -sf ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/nemo.exe  ${CONFIG_DIR}/${NEW_CONF}/EXP00/opa 
    309     [ -f ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/server.exe ] && ln -sf ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/server.exe  ${CONFIG_DIR}/${NEW_CONF}/EXP00/server.exe 
     316    [ -f $MAIN_DIR/EXTERNAL/XIOS/bin/xios_server.exe ] && ln -sf $MAIN_DIR/EXTERNAL/XIOS/bin/xios_server.exe  ${CONFIG_DIR}/${NEW_CONF}/EXP00/xios_server.exe 
    310317 
    311318#add remove for clean option 
Note: See TracChangeset for help on using the changeset viewer.