Ignore:
Timestamp:
12/08/08 15:47:01 (16 years ago)
Author:
sdipsl
Message:

SD : - no more stack files everywhere when you have

DEBUG_debug=false in AA_job (default)

  • some corrections to have good continuity between rebuilds and post-processing in case of asynchronous rebuilds from archive.
File:
1 edited

Legend:

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

    r5 r36  
    128128#D- 
    129129function IGCM_debug_PopStack { 
    130     if ( ${ExitFlag} ) ; then 
    131         echo '!!! ExitFlag has been activated !!!' >> stack 
    132     fi 
    133130    if ( $DEBUG_debug ) ; then 
     131        if ( ${ExitFlag} ) ; then 
     132            echo '!!! ExitFlag has been activated !!!' >> stack 
     133        fi 
    134134        if [ "${IGCM_debug_Stack[0]}" = "${1}" ]; then 
    135135            let $(( IGCM_debug_LenStack = IGCM_debug_LenStack - 1 )) 
Note: See TracChangeset for help on using the changeset viewer.