[aspect-devel] Aspect Timer
Eric Heien
emheien at ucdavis.edu
Thu May 3 17:51:56 PDT 2012
I tracked this issue down to the following line (core.cc:312):
DoFTools::count_dofs_per_block (dof_handler, system_dofs_per_block,
system_sub_blocks);
This seems to take a long time after each checkpoint. Any ideas?
-Eric
On May 3, 2012, at 4:21 PM, Wolfgang Bangerth wrote:
>
>> In case the formatting is messed up, basically it seems the total wall
>> time (429s) is about 13x greater than the sum of the sections. In other
>> words, 397 seconds of run time are unaccounted for out of 429 total
>> seconds. Are there any sections that could potentially account for this
>> that are not yet timed?
>
> I don't know, but you can probably find out by putting some coarse-scale
> timers into the run() function. run() should account for nearly 100% of
> the CPU time, so if you break that into individual groups you should be
> able to see where the time goes -- it sounds like it's a single untimed
> operation that is taking the entire time, and it should be relatively
> simple to track that place down.
>
> Cheers
> W.
>
> ------------------------------------------------------------------------
> Wolfgang Bangerth email: bangerth at math.tamu.edu
> www: http://www.math.tamu.edu/~bangerth/
>
> _______________________________________________
> Aspect-devel mailing list
> Aspect-devel at geodynamics.org
> http://geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel
More information about the Aspect-devel
mailing list