1
1
openmpi/opal/mca/btl
Nathan Hjelm b0ac6276a6 btl/ugni: improve multi-threaded RDMA performance
This commit improves the injection rate and latency for RDMA
operations. This is done by the following improvements:

 - If C11's _Thread_local keyword is available then always use the
   same virtual device index for the same thread when using RDMA. If
   the keyword is not available then attempt to use any device that
   isn't already in use. The binding support is enabled by default but
   can be disabled via the btl_ugni_bind_devices MCA variable.

 - When posting FMA and RDMA operations always attempt to reap
   completions after posting the operation. This allows us to
   better balance the work of reaping completions across all
   application threads.

 - Limit the total number of outstanding BTE transactions. This
   fixes a performance bug when using many threads.

 - Split out RDMA and local SMSG completion queue sizes. The RDMA
   queue size is better tuned for performance with RMA-MT.

 - Split out put and get FMA limits. The old btl_ugni_fma_limit MCA
   variable is deprecated. The new variable names are:
   btl_ugni_fma_put_limit and btl_ugni_fma_get_limit.

 - Change how post descriptors are handled. They are no longer
   allocated seperately from the RDMA endpoints.

 - Some cleanup to move error code out of the critical path.

 - Disable the FMA sharing flag on the CDM when we detect that there
   should be enough FMA descriptors for the number of virtual devices
   we plan will create. If the user sets this flag we will not unset
   it. This change should improve the small-message RMA performance by
   ~ 10%.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2018-06-26 11:31:35 -06:00
..
base opal/btl: add support for flushing RDMA/atomic operations 2018-02-13 12:49:51 -07:00
ofi btl/ofi: add scalable endpoint support. 2018-06-14 15:44:29 -07:00
openib btl: openib: Add support for Broadcom Cumulus RoCE HCA 2018-06-07 15:16:58 +02:00
portals4 btl-portals4: don't free module resources when proc count goes to zero 2018-04-10 14:20:22 -05:00
scif mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
self mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
sm btl/sm: fix CID 1415105 2018-03-26 14:21:21 -07:00
smcuda Fix typo 2018-04-11 10:29:43 +08:00
tcp Merge pull request #4930 from kizill/fix-ipv6 2018-06-26 09:13:53 -07:00
template mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
uct btl/uct: remove debug code 2018-06-26 16:03:16 +09:00
ugni btl/ugni: improve multi-threaded RDMA performance 2018-06-26 11:31:35 -06:00
usnic btl/usnic: missed a preprocessor check in d36648b 2018-02-19 07:03:05 -08:00
vader topo/treematch - quash compiler warning 2018-06-13 16:34:17 -05:00
btl.h opal/btl: add support for flushing RDMA/atomic operations 2018-02-13 12:49:51 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00