Changeset 1127 for trunk


Ignore:
Timestamp:
10/27/14 16:06:49 (10 years ago)
Author:
sdipsl
Message:
  • Easier for now not to fill the stack for checking tasks. see #232
File:
1 edited

Legend:

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

    r1115 r1127  
    175175    # This boolean will trigger the filling of the stack 
    176176    # Only now we know where things should be ... 
    177     ActivateStackFilling=true 
     177    # We don't fill the stack when we perform checking task 
     178    if [ ! X${TaskType} = Xchecking ] ; then 
     179      ActivateStackFilling=true 
     180    fi 
    178181  fi 
    179182 
Note: See TracChangeset for help on using the changeset viewer.