Ignore:
Timestamp:
Jun 11, 2020, 11:09:36 AM (4 years ago)
Author:
adurocher
Message:

Fixed compilation script : return non-zero on error, delete lock file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Optimisation_LMDZ/makelmdz_fcm

    r3647 r3704  
    700700fi
    701701
     702set +e
     703
    702704rm -f $LIBOGCM/${arch}${SUFF_NAME}/.config/fcm.bld.lock
    703705./build_gcm ${fcm_path} -j $job $full
     706build_status=$?
    704707
    705708err=$?
     
    720723  \rm -f $LIBFGCM/grid/dimensions.h
    721724fi
     725
     726exit $build_status
Note: See TracChangeset for help on using the changeset viewer.