DLR-SC / googletest_mpi

Googletest-mpi - Extension of the Google Test library to support MPI parallel tests
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Stress test with MPI - multithreading + MPI #6

Open holke opened 3 years ago

holke commented 3 years ago

The stress test possibly uses multiple pthreads. MPI collectives are possibly not correctly matched. Not sure if this is fixable...

One idea would be to use an own communicator for all threads, but I don't know if this is possible...

holke commented 3 years ago

Might using MPI_Init_thread help here? Just guessing, we need to investigate.