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 2136 for branches/DEV_r1879_FCM/NEMOGCM/TOOLS/COMPILE/Fmake_bld.sh – NEMO

Ignore:
Timestamp:
2010-09-29T22:56:44+02:00 (14 years ago)
Author:
rblod
Message:

add compilation of tools like rebuild or nesting tools

Location:
branches/DEV_r1879_FCM/NEMOGCM/TOOLS/COMPILE
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1879_FCM/NEMOGCM/TOOLS/COMPILE/Fmake_bld.sh

    r2135 r2136  
    3636# :: 
    3737# 
    38 #  $ ./Fmake_bld.sh CONFIG_NAME  TMP_DIR 
     38#  $ ./Fmake_bld.sh CONFIG_DIR CONFIG_NAME  TMP_DIR 
    3939# 
    4040# 
     
    5656# 
    5757#- 
    58 [ ! -d ${2}/${1} ] && \mkdir   ${2}/${1} 
    59 [ ! -d ${2}/${1}/BLD ] && \mkdir  ${2}/${1}/BLD 
    60 [ ! -d ${CONFIG_DIR}/${1}/BLD ]   && ln -sf ${2}/${1}/BLD ${CONFIG_DIR}/${1}/BLD 
    61 ln -sf ${CONFIG_DIR}/${NEW_CONF}/cpp_${NEW_CONF}.fcm ${TOOLS_DIR}/cpp.fcm 
    62 rm -f  ${CONFIG_DIR}/${NEW_CONF}/BLD/fcm.bld.lock 
     58[ ! -d ${3}/${2} ] && \mkdir   ${3}/${2} 
     59[ ! -d ${3}/${2}/BLD ] && \mkdir  ${3}/${2}/BLD 
     60[ ! -d ${1}/${2}/BLD ]   && ln -sf ${3}/${2}/BLD ${1}/${2}/BLD 
     61[ -f ${1}/${NEW_CONF}/cpp_${NEW_CONF}.fcm ] && ln -sf ${1}/${NEW_CONF}/cpp_${NEW_CONF}.fcm ${COMPIL_DIR}/cpp.fcm 
     62rm -f  ${1}/${NEW_CONF}/BLD/fcm.bld.lock 
Note: See TracChangeset for help on using the changeset viewer.