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

    r645 r651  
    14871487  IGCM_debug_PopStack "IGCM_sys_build_run_file" 
    14881488} 
     1489 
     1490############################################################ 
     1491# Check of space available on temporary filesytems 
     1492function IGCM_sys_check_quota { 
     1493    IGCM_debug_PushStack "IGCM_sys_check_quota" 
     1494    if ( $DEBUG_sys ) ; then 
     1495        echo "IGCM_sys_check_quota" 
     1496    fi 
     1497    IGCM_debug_PopStack "IGCM_sys_check_quota" 
     1498} 
Note: See TracChangeset for help on using the changeset viewer.