Hello, I have a code that works well with multi-threading class in v9.2.0, but once I upgrade to 9.3.0 the code runs very slow and CPU usage was only 20%. The output of MultithreadInfo::n_threads() is 8 and I could see threads opened, but the speed was about 8x times slower than my previous runs.
Running the example in Step-9 also shows the same issue. Setting MultithreadInfo::set_thread_limit() to 1 or 8 does not change the running time at all. I tried to revert back to v9.2.0, but the multi-threading still did not work...looks like I've messed up something irreversible. Could you help me on this? Thank you! Best Elyn -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to dealii+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/1045e5c3-81e3-47b3-9421-ffae2da13e2dn%40googlegroups.com.