Changeset 6686


Ignore:
Timestamp:
12/01/23 17:08:43 (6 months ago)
Author:
aclsce
Message:

Added handling of error status with Oasis compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh

    r6677 r6686  
    260260echo make -f TopMakefileOasis3 >> $outfile 
    261261     make -f TopMakefileOasis3 >> $outfile 2>&1 
     262if [[ $? != 0 ]] ; then 
     263    echo "THERE IS A PROBLEM IN OASIS COMPILATION - STOP" 
     264    exit 
     265fi 
     266  
    262267 
    263268else 
Note: See TracChangeset for help on using the changeset viewer.