Commit 4c28add
committed
pmix: hint pmix not to spawn threads
PMIx launches background thread to support nonblocking operation, e.g.
PMIx_Fence, and event notification. MPICH always to want to manage
threads explicitly. Since currently we only use blocking operations, it
should work without the background thread.1 parent 968d095 commit 4c28add
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
54 | 61 | | |
55 | 62 | | |
56 | 63 | | |
| |||
0 commit comments