Changeset 1232


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
Location:
trunk/libIGCM
Files:
2 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 
  • trunk/libIGCM/libIGCM_sys/jobAccounting.mail

    r1059 r1232  
    11Dear ${LOGIN}, 
    22 
    3 this mail will be sent once for the simulation ${config_UserChoices_JobName} you recently submitted 
     3this mail will be sent once for the simulation ${config_UserChoices_JobName} you recently submitted. 
    44 
    55The whole simulation will consume around ${consumeHoursPerWholeSimulation} hours. To be compared with your project allocation. 
    66 
    7 The recommended PeriodNb for a 24 hours job seems to be around ${recommendedPeriodNb}. To be compare with the current setting \(Job_${config_UserChoices_JobName} parameter\) : PeriodNb=${PeriodNb} 
     7For your case (a job duration of ${jobWarningDelay} seconds) the recommended PeriodNb is around ${recommendedPeriodNb}. To be compare with the current setting \(Job_${config_UserChoices_JobName} parameter\) : PeriodNb=${PeriodNb} 
    88 
    99Greetings! 
Note: See TracChangeset for help on using the changeset viewer.