Ignore:
Timestamp:
09/03/15 15:55:27 (9 years ago)
Author:
sdipsl
Message:
  • Accounting information will now be valid whatever the Wall clock limit specified in the job header
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r1230 r1232  
    11361136    consumeHoursPerWholeSimulation=$( echo "scale=6;${consumeHoursPerPeriod}/${PeriodLengthInDays}*${ExperienceLengthInDays}" | bc ) 
    11371137 
    1138     recommendedPeriodNb=$( echo "scale=6;24/${consumeHoursPerPeriod}*${PROCESSUS_NUMBER}" | bc ) 
     1138    recommendedPeriodNb=$( echo "scale=6;${jobWarningDelay}/3600/${consumeHoursPerPeriod}*${PROCESSUS_NUMBER}" | bc ) 
    11391139 
    11401140    IGCM_sys_SendMail Accounting 
Note: See TracChangeset for help on using the changeset viewer.