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 10082 for utils/tools – NEMO

Changeset 10082 for utils/tools


Ignore:
Timestamp:
2018-09-04T17:04:24+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Revert previous commits shared with other branches and set up dev organisation for AGRIF CMEMS #2129

Location:
utils/tools
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/maketools

    r10081 r10082  
    164164#- 
    165165#- Compile --- 
     166 
    166167if [ "${NBR_PRC}" -gt 0 ]; then 
    167168cd ${NEMO_TDIR}/${NEW_CONF} || cd - 
    168169 
    169 if [ "${NEW_CONF}" == NESTING_AGRIF ]; then 
    170 AGRIFUSE=1 
    171 . ${COMPIL_DIR}/Fprep_agrif.sh ${NEW_CONF} ${NEMO_TDIR} || exit 3 
    172  
    173  
    174 fcm build --ignore-lock -j 1 ${COMPIL_DIR}/bld_preproagr_tools.cfg ||{ cd - ; exit 1 ;} 
    175  
    176  
    177 fcm build ${x_c} --ignore-lock -v 1 -j ${NBR_PRC} ${COMPIL_DIR}/bld_nesting.cfg || cd - 
    178 else 
    179170fcm build ${x_c} --ignore-lock -v 1 -j ${NBR_PRC} ${COMPIL_DIR}/bld_tools.cfg || cd - 
    180 fi 
    181  
    182171if [ -n "$(ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe)" ]; then 
    183172for i in `ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe` 
Note: See TracChangeset for help on using the changeset viewer.