Ignore:
Timestamp:
05/22/15 17:29:08 (9 years ago)
Author:
sdipsl
Message:
  • add jobWarningDelay in seconds to supervision messages see #253 (threshold for heartbeat)
  • add accountingProject to supervision messages see #255 (may ease gencmip6 data production tracking)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ada.ksh

    r1195 r1201  
    6969# $hostname of the MASTER job 
    7070typeset MASTER=ada 
     71# project name 
     72typeset PROJECT=$(echo ${LOADL_STEP_GROUP:=NONE}) 
     73# jobWarningDelay in seconds 
     74typeset jobWarningDelay=$( TZ=utc date -d '1970-01-01 '${wall_clock_time} +%s ) 
    7175 
    7276#D- 
Note: See TracChangeset for help on using the changeset viewer.