Ignore:
Timestamp:
02/28/24 15:26:43 (4 months ago)
Author:
jgipsl
Message:

Set jobWarningDelay so that the accounting mail can be done now also for obelix.

Correction in conversion from min to sec in sys_mesoipsl and sys_jeanzay since previous commit [1631].

File:
1 edited

Legend:

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

    r1631 r1632  
    8181# jobWarningDelay in seconds 
    8282typeset jobWarningDelayMin=$(squeue -j $SLURM_JOB_ID -h --Format TimeLimit | awk -F: '{print $1}') 
    83 typeset jobWarningDelay=$( echo "scale=6;${jobWarningDelayMin=}*3600" | bc ) 
     83typeset jobWarningDelay=$( echo "scale=6;${jobWarningDelayMin=}*60" | bc ) 
    8484 
    8585#D- 
Note: See TracChangeset for help on using the changeset viewer.