Ignore:
Timestamp:
08/31/12 15:41:37 (12 years ago)
Author:
cholod
Message:

Load NEMO_TMP into vendor/nemo/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/nemo/current/NEMOGCM/CONFIG/makenemo

    r4 r44  
    6969# ========== 
    7070# 
    71 # $Id: makenemo 3294 2012-01-28 16:44:18Z rblod $ 
     71# $Id: makenemo 3415 2012-06-15 13:29:37Z rblod $ 
    7272# 
    7373# 
     
    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.