Ignore:
Timestamp:
03/29/12 10:56:09 (12 years ago)
Author:
sdipsl
Message:
  • Merge libIGCM_MPI_OpenMP branch within the trunk
  • trunk will shortly be tagged libIGCM_2.0_beta
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercure.ksh

    r615 r616  
    135135#==================================================== 
    136136#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    137 #typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${CSCRATCHDIR}/TMPDIR_IGCM/${JOBID}} 
    138137typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${TMPDIR}} 
    139138 
     
    721720#D-* Purpose: rm tmpdir (dummy function most of the time batch 
    722721#D-                      scheduler will do the job) 
     722#D-           Dummy function on mercure front-end 
    723723#D-* Examples: 
    724724#D- 
    725725function IGCM_sys_RmRunDir { 
    726   IGCM_debug_PushStack "IGCM_sys_RmRunDir" -- $@ 
    727   if ( $DEBUG_sys ) ; then 
    728     echo "IGCM_sys_RmRunDir :" $@ 
    729   fi 
    730  
    731   typeset RET 
    732  
    733   echo rm $@ > out_rsync 2>&1 
    734   \rm $@ >> out_rsync 2>&1 
    735   RET=$? 
    736  
    737   if [ ${RET} -gt 0 ] ; then 
    738     echo "IGCM_sys_RmRunDir : error." 
    739     cat out_rsync 
    740     IGCM_debug_Exit "IGCM_sys_RmRunDir" 
    741   else 
    742     \rm out_rsync 
    743   fi 
    744   IGCM_debug_PopStack "IGCM_sys_RmRunDir" 
     726    IGCM_debug_PushStack "IGCM_sys_RmRunDir" -- $@ 
     727    if ( $DEBUG_sys ) ; then 
     728        echo "IGCM_sys_RmRunDir :" $@ 
     729        echo "Dummy call, let the scheduler do that." 
     730    fi 
     731    IGCM_debug_PopStack "IGCM_sys_RmRunDir" 
    745732} 
    746733 
Note: See TracChangeset for help on using the changeset viewer.