Ignore:
Timestamp:
04/14/12 19:52:40 (12 years ago)
Author:
aclsce
Message:

Added check to be sure there is enough space on temporary filesystems (only on vargas, titane and mercure sx9).
If there is not enough space, we stop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r638 r651  
    420420  done 
    421421 
     422  #check to be sure there is enough space on temporary filesystems to run 
     423  IGCM_debug_Print 1 "Check if there is enough space on temporary filesystem" 
     424  IGCM_sys_check_quota 
     425 
    422426  IGCM_debug_PopStack "IGCM_config_Check" 
    423427} 
Note: See TracChangeset for help on using the changeset viewer.