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
Critter cannot currently support multi-threaded MPI programs. The reason is that critter uses global variables that would need to be privatized per thread.