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

Changeset 10080 for utils/tools


Ignore:
Timestamp:
2018-09-04T14:57:47+02:00 (6 years ago)
Author:
rblod
Message:

The irst step of many

Location:
utils/tools
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/maketools

    r9598 r10080  
    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 
     172 
     173fcm build --ignore-lock -j 1 ${COMPIL_DIR}/bld_preproagr_tools.cfg ||{ cd - ; exit 1 ;} 
     174 
     175exit 
     176 
     177fcm build ${x_c} --ignore-lock -v 1 -j ${NBR_PRC} ${COMPIL_DIR}/bld_nesting.cfg || cd - 
     178else 
    170179fcm build ${x_c} --ignore-lock -v 1 -j ${NBR_PRC} ${COMPIL_DIR}/bld_tools.cfg || cd - 
     180fi 
     181 
    171182if [ -n "$(ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe)" ]; then 
    172183for i in `ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe` 
Note: See TracChangeset for help on using the changeset viewer.