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_sys/libIGCM_sys_platine.ksh

    r645 r651  
    14721472   
    14731473} 
     1474 
     1475############################################################ 
     1476# Check of space available on temporary filesytems 
     1477function IGCM_sys_check_quota { 
     1478    IGCM_debug_PushStack "IGCM_sys_check_quota" 
     1479    if ( $DEBUG_sys ) ; then 
     1480        echo "IGCM_sys_check_quota" 
     1481    fi 
     1482    IGCM_debug_PopStack "IGCM_sys_check_quota" 
     1483} 
Note: See TracChangeset for help on using the changeset viewer.