Ignore:
Timestamp:
08/31/12 16:22:55 (12 years ago)
Author:
cholod
Message:

Update of the trunk with the vendor v3.4_r_3459_dev_r3406_LOCEAN4_XIOS

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/NEMOGCM/CONFIG/makenemo

    r15 r46  
    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# 
     
    298298#- Compile --- 
    299299 
     300#IO server first as a library 
     301cd $MAIN_DIR/EXTERNAL/XIOS 
     302   fcm build -j 1 --ignore-lock || exit 
     303cd - 
     304  
     305 
     306 
    300307if [ "${NBR_PRC}" -gt 0 ]; then 
    301308    cd ${NEMO_TDIR}/${NEW_CONF} || cd - 
     
    308315    fcm build ${x_c} --ignore-lock -v ${x_v} -j ${NBR_PRC} ${COMPIL_DIR}/$USEBLD || cd - 
    309316    [ -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 
    310     [ -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 
     317    [ -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 
    311318 
    312319#add remove for clean option 
Note: See TracChangeset for help on using the changeset viewer.