Merge branch 'rnou/cpu_hog' into 'main'
CPU Hog removal This MR removes a CPU hog (100%) on the MPI threads. Using thallium::thread::sleep produces it, we changed to a self::thread::wait_for to remove the extra CPU usage. See merge request !29
Please register or sign in to comment