Set MPI threading mode for hyd-7c machine
[ROCm/rocshmem commit: 8b14d9f07d]
This commit is contained in:
@@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user