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

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