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 10084 for utils/tools_AGRIF_CMEMS_2020/maketools – NEMO

Ignore:
Timestamp:
2018-09-05T11:31:24+02:00 (6 years ago)
Author:
rblod
Message:

Compilation for NESTING_AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools_AGRIF_CMEMS_2020/maketools

    r9598 r10084  
    164164#- 
    165165#- Compile --- 
    166  
    167166if [ "${NBR_PRC}" -gt 0 ]; then 
    168167cd ${NEMO_TDIR}/${NEW_CONF} || cd - 
    169168 
     169if [ "${NEW_CONF}" == NESTING_AGRIF ]; then 
     170AGRIFUSE=1 
     171. ${COMPIL_DIR}/Fprep_agrif.sh ${NEW_CONF} ${NEMO_TDIR} || exit 3 
     172fcm build --ignore-lock -j 1 ${COMPIL_DIR}/bld_preproagr_tools.cfg #||{ cd - ; exit 1 ;} 
     173fcm build ${x_c} --ignore-lock -v 1 -j ${NBR_PRC} ${COMPIL_DIR}/bld_nesting.cfg || cd - 
     174else 
    170175fcm build ${x_c} --ignore-lock -v 1 -j ${NBR_PRC} ${COMPIL_DIR}/bld_tools.cfg || cd - 
     176fi 
     177 
    171178if [ -n "$(ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe)" ]; then 
    172179for i in `ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe` 
Note: See TracChangeset for help on using the changeset viewer.