Ignore:
Timestamp:
03/30/12 16:27:29 (12 years ago)
Author:
sdipsl
Message:
  • Hopefully end of the merge story
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh

    r615 r622  
    857857    eval ExeNameOut=\${config_Executable_${comp}[1]} 
    858858 
    859     # If missing executable then stop! 
    860     #if [ ! X${ExeNameIn} = X ] && [ ! -f ${R_EXE}/${ExeNameIn} ] ; then 
    861       IGCM_debug_Exit "IGCM_comp_Update missing executable ${ExeNameIn}" 
    862     #fi  
     859    # If missing executable and DRYRUN is set to 0 or 1  then stop! 
     860    if [ ${DRYRUN} -le 1 ] && [ X${ExeNameIn} != X\"\" ] && [ ! -f ${R_EXE}/${ExeNameIn} ] ; then 
     861      IGCM_debug_Exit "IGCM_comp_Update missing executable ${ExeNameIn}" 
     862    fi  
    863863 
    864864    if [ ${Period} -eq 1 ] && [ -f ${R_EXE}/${ExeNameIn} ] ; then 
Note: See TracChangeset for help on using the changeset viewer.