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 3742 for branches/2012/dev_MERGE_2012/NEMOGCM – NEMO

Ignore:
Timestamp:
2013-01-10T14:58:11+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: remove old part of makenemo related to the compilation of the old ioserver

File:
1 edited

Legend:

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

    r3695 r3742  
    287287. ${COMPIL_DIR}/Fprep_agrif.sh ${NEW_CONF} ${NEMO_TDIR} || exit 
    288288 
    289 #- and test whether we need to build the ioserver 
    290 grep key_iomput ${COMPIL_DIR}/cpp.fcm  
    291  
    292289#- 
    293290#_ END OF CONFIGURATION PHASE 
     
    313310    fcm build ${x_c} --ignore-lock -v ${x_v} -j ${NBR_PRC} ${COMPIL_DIR}/$USEBLD || cd - 
    314311    [ -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 
    315     [ -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 
    316312 
    317313#add remove for clean option 
     
    321317        rm -rf ${NEMO_TDIR}/${NEW_CONF}/BLD 
    322318        rm -rf ${NEMO_TDIR}/${NEW_CONF}/EXP00/opa 
    323         rm -rf ${NEMO_TDIR}/${NEW_CONF}/EXP00/server.exe 
    324319        echo "cleaning ${NEW_CONF} WORK, BLD" 
    325320    fi 
Note: See TracChangeset for help on using the changeset viewer.