Changeset 654


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.

Location:
trunk/libIGCM/libIGCM_sys
Files:
3 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" 
  • 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" 
  • 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.