GEOS-Chem 1-month benchmark timing results: Difference between revisions

From Geos-chem
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
__FORCETOC__
== Overview ==
'''''[[GEOS-Chem 7-day timing tests|Previous]] | [[Profiling GEOS-Chem with the TAU performance system|Next]] | [[Guide to GEOS-Chem performance]]'''''
 
#[[Parallelizing GEOS-Chem]]
#[[GEOS-Chem 7-day timing tests]]
#[[GEOS-Chem scalability]]
#<span style="color:blue">'''GEOS-Chem 1-month benchmark timing results'''</span>
#[[Profiling GEOS-Chem with the TAU performance system]]
#[[Speeding up GEOS-Chem]]
 


== Overview ==
On this page, we provide timing results obtained from 1-month benchmark GEOS-Chem simualtions.
On this page, we provide timing results obtained from 1-month benchmark GEOS-Chem simualtions.


Line 21: Line 11:
[[Image:GEOS-Chem Timers from 1-month benchmarks.png|1200px]]
[[Image:GEOS-Chem Timers from 1-month benchmarks.png|1200px]]


The above plot displays the "wall clock" time spent in each model component as observed in the [[GEOS-Chem timers]] output from recent public and internal 1-month benchmark simulations (Credit: [[User:Melissa Payer|Melissa Sulprizio]]). This type of plot can be very helpful in determining if updates made to GEOS-Chem cause significant computational bottlenecks.
The above plot displays the "wall clock" time spent in each model component as observed in the GEOS-Chem timers output from 1-month benchmark simulations. This type of plot can be very helpful in determining if updates made to GEOS-Chem cause significant computational bottlenecks. Timers output is activated by setting <tt>use_gcclassic_timers: true</tt> in geoschem_config.yml and is printed to the log file.
 
Timing information is obtained from the GEOS-Chem "Timers" output, which is printed to the log file.  Timers output is activated by setting <tt>use_gcclassic_timers: true</tt> in geoschem_config.yml.
 
== For more information ==
#[[GEOS-Chem versions]]
 
----
'''''[[GEOS-Chem 7-day timing tests|Previous]] | [[Profiling GEOS-Chem with the TAU performance system|Next]] | [[Guide to GEOS-Chem performance]]'''''

Latest revision as of 17:32, 25 March 2024

Overview

On this page, we provide timing results obtained from 1-month benchmark GEOS-Chem simualtions.

Timing results from 1-month benchmarks

To access the entire history of GEOS-Chem benchmarks, please see our GEOS-Chem versions page.

Wall time spent in model components

GEOS-Chem Timers from 1-month benchmarks.png

The above plot displays the "wall clock" time spent in each model component as observed in the GEOS-Chem timers output from 1-month benchmark simulations. This type of plot can be very helpful in determining if updates made to GEOS-Chem cause significant computational bottlenecks. Timers output is activated by setting use_gcclassic_timers: true in geoschem_config.yml and is printed to the log file.