BTW2: during a hang, the 8 processes on all localities are still active. It is just that one has all cores on 100% and everything just hangs. The root locality is spending its time here: ``` #0 0x00002aaaabba19f5 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib64/libpthread.so.0 #1 0x00002aaaab498bac in boost::asio::detail::scheduler::run(boost::system::error_code&) () from /quanta1/home/jong0137/development/object/Release/lue/_deps/hpx-build/lib/libhpx.so.1 #2 0x00002aaaab5a16d1 in hpx::util::io_service_pool::thread_run(unsigned long, hpx::util::barrier*) () from /quanta1/home/jong0137/development/object/Release/lue/_deps/hpx-build/lib/libhpx.so.1 #3 0x00002aaaab479754 in hpx::runtime_distributed::wait() () from /quanta1/home/jong0137/development/object/Release/lue/_deps/hpx-build/lib/libhpx.so.1 #4 0x00002aaaab472345 in hpx::runtime_distributed::run(hpx::util::function const&) () from /quanta1/home/jong0137/development/object/Release/lue/_deps/hpx-build/lib/libhpx.so.1 #5 0x00002aaaab593c49 in hpx::detail::run(hpx::runtime&, hpx::util::function const&, boost::program_options::variables_map&, hpx::runtime_mode, hpx::util::unique_function, hpx::util::unique_function) () from /quanta1/home/jong0137/development/object/Release/lue/_deps/hpx-build/lib/libhpx.so.1 #6 0x00002aaaab593f9b in hpx::detail::run_or_start(bool, std::unique_ptr >, hpx::util::command_line_handling&, hpx::util::unique_function, hpx::util::unique_function) () from /quanta1/home/jong0137/development/object/Release/lue/_deps/hpx-build/lib/libhpx.so.1 #7 0x00002aaaab5945b2 in hpx::detail::run_or_start(hpx::util::function const&, int, char**, hpx::init_params const&, bool) () from /quanta1/home/jong0137/development/object/Release/lue/_deps/hpx-build/lib/libhpx.so.1 #8 0x00000000004312ab in main () ```