Changeset 1183 for trunk


Ignore:
Timestamp:
04/01/15 17:28:36 (9 years ago)
Author:
sdipsl
Message:

cosmetics

Location:
trunk/libIGCM/libIGCM_sys
Files:
4 edited

Legend:

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

    r1181 r1183  
    462462  if ( $DEBUG_sys ) ; then 
    463463    echo "IGCM_sys_RmRunDir :" $@ 
    464     echo "Dummy call, let the scheduler do that." 
     464    IGCM_debug_Print 1 "Dummy call, let the scheduler do that." 
    465465  fi 
    466466  IGCM_debug_PopStack "IGCM_sys_RmRunDir" 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r1181 r1183  
    471471 
    472472  if [ ${status} -gt 0 ] ; then 
    473     echo "IGCM_sys_RmRunDir : rm error code is ${status}." 
     473    IGCM_debug_Print 1 "IGCM_sys_RmRunDir : rm error code is ${status}." 
    474474    cat ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 
    475475    IGCM_debug_Exit "IGCM_sys_RmRunDir" 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_default.ksh

    r1181 r1183  
    389389  if ( $DEBUG_sys ) ; then 
    390390    echo "IGCM_sys_RmRunDir :" $@ 
    391     echo "Dummy call, let the user do that." 
     391    IGCM_debug_Print 1 "Dummy call, let the user do that." 
    392392#    IGCM_sys_Rm -rf ${RUN_DIR} 
    393393  fi 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_iitm.ksh

    r1181 r1183  
    418418 
    419419  if [ ${status} -gt 0 ] ; then 
    420     echo "IGCM_sys_RmRunDir : rm error code is ${status}." 
     420    IGCM_debug_Print 1 "IGCM_sys_RmRunDir : rm error code is ${status}." 
    421421    cat ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 
    422422    IGCM_debug_Exit "IGCM_sys_RmRunDir" 
Note: See TracChangeset for help on using the changeset viewer.