[cig-commits] [commit] master: Added description to Timing output frequency, which explains the behavoir when the paramter is set to 0. (861d78f)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 21 08:55:21 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/dda1edd743a39bfe5b21db0f612927a420cf25c5...450a04072c3e64be3c5b43c961481ad07c80df06

>---------------------------------------------------------------

commit 861d78f01d23c1e2b1b93bc3531286e5b8f2a546
Author: MFraters <menno.fraters at hotmail.com>
Date:   Wed May 21 17:26:26 2014 +0200

    Added description to Timing output frequency, which explains the behavoir when the paramter is set to 0.


>---------------------------------------------------------------

861d78f01d23c1e2b1b93bc3531286e5b8f2a546
 source/simulator/parameters.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/source/simulator/parameters.cc b/source/simulator/parameters.cc
index 5cb6726..bfec36c 100644
--- a/source/simulator/parameters.cc
+++ b/source/simulator/parameters.cc
@@ -83,7 +83,9 @@ namespace aspect
     prm.declare_entry ("Timing output frequency", "100",
                        Patterns::Integer(0),
                        "How frequently in timesteps to output timing information. This is "
-                       "generally adjusted only for debugging and timing purposes.");
+                       "generally adjusted only for debugging and timing purposes. If the "
+					   "value is set to zero it will also output timing information at the "
+					   "initiation timesteps.");
 
     prm.declare_entry ("Use years in output instead of seconds", "true",
                        Patterns::Bool (),



More information about the CIG-COMMITS mailing list