Ignore:
Timestamp:
08/12/09 17:15:58 (15 years ago)
Author:
sdipsl
Message:
  • Do the correct pop Stack
  • ADD variable MASTER n list of argument
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromWorkdir

    r135 r147  
    142142    # Function define in rebuild.ksh has not been closed yet. Do it now 
    143143    # -------------------------------------------------------------------- 
    144     echo IGCM_debug_PopStack "IGCM_post_Submit" >> rebuild.ksh 
    145     echo }                                      >> rebuild.ksh 
     144    echo IGCM_debug_PopStack "IGCM_FlushRebuild" >> rebuild.ksh 
     145    echo }                                       >> rebuild.ksh 
    146146 
     147    IGCM_sys_Put_Out rebuild.ksh ${directory} 
    147148    # -------------------------------------------------------------------- 
    148149    # Source function include in the REBUILD ksh and rebuild 
     
    152153    # 
    153154    IGCM_sys_Cd ${RUN_DIR} 
    154     if [ ${RebuildFromArchive} = true ] ; then 
    155         IGCM_sys_RshArchive IGCM_sys_Rm -rf ${directory} 
    156     else 
    157         IGCM_sys_Rm -rf ${directory} 
    158     fi 
     155    # Clean Up 
     156    IGCM_sys_Rm -rf ${directory} 
    159157done 
Note: See TracChangeset for help on using the changeset viewer.