Ignore:
Timestamp:
02/01/13 18:01:11 (11 years ago)
Author:
labetoulle
Message:
  • Move REBUILD_DIR initialization into IGCM_config_CommonConfiguration function ;
  • Delete not used variable R_OUT_POST.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_RunChecker

    r775 r782  
    445445  CWORK_DIR=${R_FIGR} 
    446446  if [ X${config_Post_RebuildFromArchive} = Xtrue ] ; then 
    447     REBUILD_DIR=${R_SAVE}/TMP 
    448447    RebuildJob="rebuild_fromArchive" 
    449448  else 
    450     REBUILD_DIR=${BIG_DIR}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    451449    RebuildJob="rebuild_fromWorkdir" 
    452450  fi 
Note: See TracChangeset for help on using the changeset viewer.