Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/mpi/threads/spawn: initialize the thread package
th_taskmaster.c uses MTest thread functions for forking and joining threads, but the thread package is not initialized. This patch fixes it. Note that we cannot explicitly use MTest_Init_thread() since the corresponding MTest_Finalize() prints "No Errors" as many as spawned MPI processes, breaking this test.
- Loading branch information