1
1
openmpi/ompi/mca/pml
George Bosilca bf190671e9 Make the request lock recursive.
If during the request completion callback we post another request that
completes right away (such a small send or a match for an unexpected
short message) we will try to complete the second request while holding
the lock for the completion of the first. For performance reasons
(mainly to avoid unlocking and locking the request mutex several times)
we have made the request lock recursive.
2016-04-26 16:16:07 -04:00
..
base opal: rework mpool and rcache frameworks 2016-03-14 10:50:41 -06:00
bfo Make CUDA 4.1 a requirement for CUDA-aware support. 2015-10-29 11:24:02 -04:00
cm pml/cm: add missing #include <alloca.h> 2015-12-24 14:33:58 +09:00
crcpw ownership: update ownership files 2015-06-25 10:04:42 -06:00
example Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
monitoring sentinel: use type uintptr_t for sentinel 2016-02-10 11:28:56 +09:00
ob1 Make the request lock recursive. 2016-04-26 16:16:07 -04:00
ucx Fix two annoying warnings in our UCX support. 2016-02-14 00:02:16 -05:00
v ompi: always enable MPI_THREAD_MULTIPLE support 2016-02-23 10:02:14 -07:00
yalla Fixing MXM Yalla and MTL add procs behavior. MXM cannot support dynamic add procs, so propaget this info to the MTL and PML layers. 2016-03-08 01:46:24 +02:00
configure.m4 Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
pml_constants.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
pml.h Add support for detecting when dynamic add_procs is not possible 2015-09-23 16:22:05 -06:00