Changeset 943


Ignore:
Timestamp:
08/28/13 17:53:00 (11 years ago)
Author:
mafoipsl
Message:

In libIGCM_config, IGCM_config_Finalize, use RmRunDir? to have a dummy call at IDRIS. TMPDIR has to be deleted by the system.

File:
1 edited

Legend:

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

    r939 r943  
    13151315  # and command sent from .. directory. 
    13161316  IGCM_sys_Cd .. 
    1317   [ X${JobType} = XRUN ] && IGCM_sys_Rm -rf ${RUN_DIR_PATH} 
     1317  [ X${JobType} = XRUN ] && IGCM_sys_RmRunDir -rf ${RUN_DIR_PATH} 
    13181318 
    13191319  IGCM_debug_PopStack "IGCM_config_Finalize" 
Note: See TracChangeset for help on using the changeset viewer.