Skip to content

Commit

Permalink
MPI: Add mpi_init_thread in test
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Sep 4, 2023
1 parent 458bcfa commit 4243161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/adios2/engine/staging-common/TestOnDemandMPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ TEST_F(TestOnDemandMPI, ADIOS2OnDemandMPI)

int main(int argc, char **argv)
{
MPI_Init(nullptr, nullptr);
MPI_Init_thread(NULL, NULL, MPI_THREAD_MULTIPLE, NULL);

int result;
::testing::InitGoogleTest(&argc, argv);
Expand Down

0 comments on commit 4243161

Please sign in to comment.