Ignore:
Timestamp:
04/16/12 13:58:08 (12 years ago)
Author:
aclsce
Message:

Added the print of quota values when the quota limit is reached.

File:
1 edited

Legend:

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

    r651 r654  
    20222022    if [ ${quota_volume} -ge ${limit_quota} ] ; then 
    20232023      IGCM_debug_Print 1 "Please, check your quota of volume on scratch" 
    2024       IGCM_debug_Print 1 "Use the ccc_quota command" 
     2024      IGCM_debug_Print 1 "${quota_volume}% of your quota is used" 
     2025      IGCM_debug_Print 1 "Use the ccc_quota command to check" 
    20252026      IGCM_debug_Print 1 "You must have more than 10% available to run" 
    20262027      IGCM_debug_Exit "Not enough space to run ! STOP HERE" 
     
    20752076    if [ ${quota_inode} -ge ${limit_quota} ] ; then 
    20762077      IGCM_debug_Print 1 "Please, check your quota of inode on scratch" 
    2077       IGCM_debug_Print 1 "Use the ccc_quota command" 
     2078      IGCM_debug_Print 1 "${quota_inode}% of your quota is used" 
     2079      IGCM_debug_Print 1 "Use the ccc_quota command to check" 
    20782080      IGCM_debug_Print 1 "You must have more than 10% available to run" 
    20792081      IGCM_debug_Exit "Not enough space to run ! STOP HERE" 
Note: See TracChangeset for help on using the changeset viewer.