Set MPI threading mode for hyd-7c machine

This commit is contained in:
Brandon Potter
2024-07-11 07:29:44 -07:00
parent a9f2eff207
commit 8b14d9f07d
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ MPIInitSingleton::MPIInitSingleton() {
if (!pre_init_done) {
int provided;
MPI_Init_thread(nullptr, nullptr, MPI_THREAD_SINGLE, &provided);
MPI_Init_thread(nullptr, nullptr, MPI_THREAD_MULTIPLE, &provided);
}
MPI_Comm_size(MPI_COMM_WORLD, &nprocs_);