- Timestamp:
- Oct 24, 2024, 1:10:51 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/makelmdz_fcm
r3475 r3481 802 802 803 803 # cleanup before compiling 804 rm -f bin/${code}${SUFF_NAME} 804 if [[ $libphy != "true" ]]; then 805 rm -f bin/${code}${SUFF_NAME} 806 fi 805 807 rm -f $LIBOGCM/${arch}${SUFF_NAME}/.config/fcm.bld.lock 806 808 ./build_gcm ${fcm_path} -j $job $full
Note: See TracChangeset
for help on using the changeset viewer.