Changeset 10082
- Timestamp:
- 2018-09-04T17:04:24+02:00 (5 years ago)
- Files:
-
- 4 deleted
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2018/dev_r10077_Agrif
- Property svn:externals
-
old new 1 ^/utils/build/arch arch2 ^/utils/build/makenemo makenemo3 ^/utils/build/mk 4 ^/utils/tools 5 ^/vendors/AGRIF/ devext/AGRIF6 ^/vendors/FCM ext/FCM7 ^/vendors/IOIPSL ext/IOIPSL1 ^/utils/build/arch arch 2 ^/utils/build/makenemo makenemo 3 ^/utils/build/mk_AGRIF_CMEMS_2020 mk 4 ^/utils/tools_AGRIF_CMEMS_2020 tools 5 ^/vendors/AGRIF/CMEMS_2020 ext/AGRIF 6 ^/vendors/FCM ext/FCM 7 ^/vendors/IOIPSL ext/IOIPSL
-
- Property svn:externals
-
utils/tools/maketools
r10081 r10082 164 164 #- 165 165 #- Compile --- 166 166 167 if [ "${NBR_PRC}" -gt 0 ]; then 167 168 cd ${NEMO_TDIR}/${NEW_CONF} || cd - 168 169 169 if [ "${NEW_CONF}" == NESTING_AGRIF ]; then170 AGRIFUSE=1171 . ${COMPIL_DIR}/Fprep_agrif.sh ${NEW_CONF} ${NEMO_TDIR} || exit 3172 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 else179 170 fcm build ${x_c} --ignore-lock -v 1 -j ${NBR_PRC} ${COMPIL_DIR}/bld_tools.cfg || cd - 180 fi181 182 171 if [ -n "$(ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe)" ]; then 183 172 for i in `ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe`
Note: See TracChangeset
for help on using the changeset viewer.