Project

General

Profile

Feature #22014

Updated by Peter Amstutz about 1 month ago

In order to report the total compute hours used (as opposed to wall clock time) for a workflow, would like to have @runtime@ and @cumulative_runtime@ fields that work similarly to @cost@ and @cumulative_cost@.   

 Where: 

 @runtime@ is the single container execution time 

 @cumulative_runtime@ is the sum of execution time of the container and all its child containers. 

Back