Ignore:
Timestamp:
06/19/17 15:44:03 (7 years ago)
Author:
sdipsl
Message:
  • Add a LightRestartPack? option. Section [Post] in config.card. If TRUE will save only the latest restart files set. See #302

It is false by default for ascendant compatibility

File:
1 edited

Legend:

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

    r1392 r1395  
    169169  if ( [ X${config_Post_IgnoreNonMonotonic} = X${NULL_STR} ] || [ X${config_Post_IgnoreNonMonotonic} = X ] ) ; then 
    170170    config_Post_IgnoreNonMonotonic=FALSE 
     171  fi 
     172 
     173  #==================================================== 
     174  # LightRestartPack : apply default value if not defined 
     175  if ( [ X${config_Post_LightRestartPack} = X${NULL_STR} ] || [ X${config_Post_LightRestartPack} = X ] ) ; then 
     176    config_Post_LightRestartPack=FALSE 
    171177  fi 
    172178 
Note: See TracChangeset for help on using the changeset viewer.