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 @compute_time@ @runtime@ and @cumulative_compute_time@ @cumulative_runtime@ fields that work similarly to @cost@ and @cumulative_cost@.   

 Where: 

 @compute_time@ @runtime@ is the single container execution time. time 

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

Back