Ignore:
Timestamp:
Mar 12, 2020, 1:18:21 PM (4 years ago)
Author:
Laurent Fairhead
Message:

Modifications suggested by Arnaud to stop the compiling script
compile_icolmdzor.sh when/if LMDZ doesn't compile properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r3491 r3647  
    703703./build_gcm ${fcm_path} -j $job $full
    704704
     705err=$?
     706# Check error message from fcm build
     707if [ $err != 0 ] ; then
     708  exit 1
     709fi
     710
    705711rm -rf tmp_src
    706712rm -rf config
Note: See TracChangeset for help on using the changeset viewer.