Set MPI threading mode for hyd-7c machine

[ROCm/rocshmem commit: 8b14d9f07d]
This commit is contained in:
Brandon Potter
2024-07-11 07:29:44 -07:00
rodzic 3465c887d4
commit 0d9e64d446
4 zmienionych plików z 6 dodań i 6 usunięć
@@ -55,7 +55,7 @@ class CommunicatorMPI {
MPI_Initialized(&initialized);
if (!initialized) {
int provided;
MPI_Init_thread(nullptr, nullptr, MPI_THREAD_SINGLE, &provided);
MPI_Init_thread(nullptr, nullptr, MPI_THREAD_MULTIPLE, &provided);
}
MPI_Comm_rank(comm_, &my_pe_);
MPI_Comm_size(comm_, &num_pes_);