Ignore:
Timestamp:
03/05/19 16:30:16 (5 years ago)
Author:
mafoipsl
Message:

Consolidation of AA_pack_restart and AA_pack_debug to stop when tar failed.
Consolidation of libIGCM_debug IGCM_debug_Verif_Exit : initialisation of !postProcessingName added.

File:
1 edited

Legend:

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

    r1418 r1478  
    875875    elif [ X${TaskType} = Xpost-processing ] ; then 
    876876      StopAll=false 
     877      typeset postProcessingName 
     878      postProcessingName=$( echo "${Script_Post_Output}" | gawk -F. '{print $1}' ) 
    877879      # Test if we need to stop the computing job 
    878880      case ${postProcessingName} in 
Note: See TracChangeset for help on using the changeset viewer.