1
1
openmpi/opal/mca/mpool
Nathan Hjelm 59aa93e1b6 opal/mpool: add support for passing access flags to register
This commit adds a access_flags argument to the mpool registration
function. This flag indicates what kind of access is being requested:
local write, remote read, remote write, and remote atomic. The values
of the registration access flags in the btl are tied to the new flags
in the mpool. All mpools have been updated to include the new argument
but only the grdma and udreg mpools have been updated to make use of
the access flags. In both mpools existing registrations are checked
for sufficient access before being returned. If a registration does
not contain sufficient access it is marked as invalid and a new
registration is generated.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-10-05 13:53:55 -06:00
..
base opal/mpool: add support for passing access flags to register 2015-10-05 13:53:55 -06:00
gpusm opal/mpool: add support for passing access flags to register 2015-10-05 13:53:55 -06:00
grdma opal/mpool: add support for passing access flags to register 2015-10-05 13:53:55 -06:00
rgpusm opal/mpool: add support for passing access flags to register 2015-10-05 13:53:55 -06:00
sm Remove OPAL_HAVE_HWLOC qualifier and error out if --without-hwloc is given 2015-09-04 16:54:40 -07:00
udreg opal/mpool: add support for passing access flags to register 2015-10-05 13:53:55 -06:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mpool.h opal/mpool: add support for passing access flags to register 2015-10-05 13:53:55 -06:00