Ignore:
Timestamp:
02/22/13 16:01:21 (11 years ago)
Author:
sdipsl
Message:
  • Files waiting for rebuild are stored within the relevant simulation tree. see #87

--> /IGCM_OUT/TagName/SpaceName/ExperiementName/JobName/REBUILD

  • Using only 1 proc and having RebuildFrequency? != NONE won't be an issue. see #88
  • Homogenize RUN_DIR PATH during computing and post-processing. see #92
  • Save text files before restarts and outputs. (more chance to have a clue of what went wrong) see #103
  • Remove useless variable BIG_DIR
  • Cosmectics
File:
1 edited

Legend:

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

    r799 r804  
    7676  # Define default value to keep compatibility with previous card: means before changes due to TGCC 
    7777  # Apply some overrules to ensure proper usage of computing centres resources 
     78  # 
    7879  if [ X${PackDefault} = Xtrue ] ; then 
    7980    # If we DO apply pack in this computing center 
     
    129130  # Define REBUILD_DIR : where we store files needing rebuild process 
    130131  if [ X${config_Post_RebuildFromArchive} = Xtrue ] ; then 
    131     REBUILD_DIR=${R_SAVE}/TMP 
     132    REBUILD_DIR=${R_SAVE}/REBUILD 
    132133    IGCM_sys_MkdirArchive ${REBUILD_DIR} 
    133134  else 
    134     REBUILD_DIR=${BIG_DIR}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     135    REBUILD_DIR=${R_BUFR}/REBUILD 
    135136    IGCM_sys_MkdirWork ${REBUILD_DIR} 
    136137  fi 
     
    12081209 
    12091210  # Supress Non Deleted Boundary files 
    1210   if [ ${DRYRUN} -le 2 ] ; then 
    1211     IGCM_comp_DelFixeBoundaryFiles 
    1212     ls -la 
    1213   fi 
    1214  
    1215   # Clean ${RUN_DIR}=${RUN_DIR_PATH}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     1211  #if [ ${DRYRUN} -le 2 ] ; then 
     1212  #  IGCM_comp_DelFixeBoundaryFiles 
     1213  #  ls -la 
     1214  #fi 
     1215 
     1216  # Clean ${RUN_DIR}=${RUN_DIR_PATH}/${config_UserChoices_JobName}.${$} 
    12161217  # Only for production run (No clean up in DEV or DEB mode) 
    12171218  # and command sent from .. directory. 
Note: See TracChangeset for help on using the changeset viewer.