per process output from --osh-time sorted function is mixed together on stdout #92
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Running with more than one rank and
--osh-time
producesTOP FUNCTIONS
output from each rank that gets mixed together on stdout making the results hard to read.It appears that building with
-DOmega_h_DBG=on
may resolve this as theTASK_0_cout
macro gets defined:omega_h/src/Omega_h_dbg.hpp
Line 33 in 630e4ed
But, for collecting performance data, specifically with a run using GPUs, enabling that build option may not work, and, if it does, it may increase runtime. This needs to be tested.
omega_h/src/Omega_h_profile.cpp
Lines 320 to 334 in 630e4ed
The text was updated successfully, but these errors were encountered: