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?
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.