This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Interpretation of list_timings output

0 votes

I want to determine the order and the current state of the program when the different parts, listed in the list_timings output are called. Especially "Init MPI", "Init PETSc" and "Init dofmap".
Do you have more information about these timers?

asked Sep 5, 2014 by tombo FEniCS Novice (260 points)

Have you tried changing the set_log_level()?
eg:
set_log_level(PROGRESS)
or
set_log_level(DEBUG)

Thanks!! The output of set_log_level will help me.

...