You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The buffer front_comm (src_mpi/scc_core.cpp:88) is initialized with thread_count, but should be initialized with world_size. This bug, of course, only causes a segfault if more MPI nodes are used than OpenMP threads.