forked from pmodels/mpich
-
Notifications
You must be signed in to change notification settings - Fork 1
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: insert MTest_thread_yield() in busy loops
This patch adds MTest_thread_yield() to tests that I missed in pmodels#4421. Note this does not affect the program behavior if OS-level threads (Pthreads) are used because MTest_thread_yield() is mapped to no-op.
- Loading branch information
1 parent
b7dcb8a
commit c7d1520
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters