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

    r652 r654  
    15961596  fi 
    15971597  # Limit of quota (in %) 
    1598   limit_quota=30 
     1598  limit_quota=90 
    15991599 
    16001600  # Check of the volume (use of RshMaster waiting for ccc_quota command available on SX9 nodes) 
     
    16451645    if [ ${quota_volume} -ge ${limit_quota} ] ; then 
    16461646      IGCM_debug_Print 1 "Please, check your quota of volume on scratch" 
    1647       IGCM_debug_Print 1 "Use the ccc_quota command" 
     1647      IGCM_debug_Print 1 "${quota_volume}% of your quota is used" 
     1648      IGCM_debug_Print 1 "Use the ccc_quota command to check" 
    16481649      IGCM_debug_Print 1 "You must have more than 10% available to run" 
    16491650      IGCM_debug_Exit "Not enough space to run ! STOP HERE" 
Note: See TracChangeset for help on using the changeset viewer.