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
Since BoxLib supports MPI+OpenMP, should it not use MPI_Init_thread() in some form? Currently it only uses MPI_Init(). The highest level that Cray MPICH supports is MPI_THREAD_SERIALIZED.