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_vargas.ksh

    r651 r654  
    15631563#    echo $quota_volume 
    15641564    if [ ${quota_volume} -ge ${limit_quota} ] ; then 
    1565       IGCM_debug_Print 1 "Please, check your quota of inode on scratch" 
    1566       IGCM_debug_Print 1 "Use the ccc_quota command" 
     1565      IGCM_debug_Print 1 "Please, check your quota of volume on workgpfs" 
     1566      IGCM_debug_Print 1 "${quota_volume}% of your quota is used" 
     1567      IGCM_debug_Print 1 "Use the quota_u -w command to check" 
    15671568      IGCM_debug_Print 1 "You must have more than 10% available to run" 
    15681569      IGCM_debug_Exit "Not enough space to run ! STOP HERE" 
Note: See TracChangeset for help on using the changeset viewer.