IBAMR / IBSAMRAI2

SAMRAI 2.4.4 fork and associated patches.
Other
1 stars 1 forks source link

Avoid synchronization in timers outside of printing #7

Open drwells opened 1 year ago

drwells commented 1 year ago

Possibly a breaking change but trying to log some basic statistics with TimerManager results in us spending 25% of our total time doing a max reduction.

we should only synchronize timer data right before we print it to avoid such problems.