Changeset 1302 for trunk/libIGCM


Ignore:
Timestamp:
03/14/16 10:27:39 (8 years ago)
Author:
sdipsl
Message:
  • Bugfix
File:
1 edited

Legend:

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

    r1295 r1302  
    816816 
    817817    elif [ X${TaskType} = Xpost-processing ] ; then 
     818      StopAll=false 
    818819      # Test if we need to stop the computing job 
    819820      case ${postProcessingName} in 
     
    826827      esac 
    827828      # Notify the computing job that something wrong happened and stop it. 
    828       ( ${StopALL} ) && IGCM_card_WriteOption ${SUBMIT_DIR}/run.card Configuration PeriodState "Fatal.${Script_Post_Output}" 
     829      ( ${StopAll} ) && IGCM_card_WriteOption ${SUBMIT_DIR}/run.card Configuration PeriodState "Fatal.${Script_Post_Output}" 
    829830 
    830831      # If SpaceName is PROD we stop when post_processing failed 
Note: See TracChangeset for help on using the changeset viewer.