1
1
openmpi/opal/mca/mpool/memkind
Howard Pritchard 824197f886 mpool/memkind: refactor to use the current API
The mpool/memkind component was using a deprecated "partitions" API.
This commit refactors the memkind component to make use of the
supported public API.

The public API uses 3 parameters to specify a mpool "kind":

- a memkind type (which for now is just default or HBM)
- a memkind policy
- a memkind_bits (partly to specify pagesize)

The MCA parameters were changed to reflect these memkind
parameters.

Add a make check test for sanity checking of the memkind component.

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2018-04-24 22:11:21 -06:00
..
configure.m4 mpool/memkind: refactor to use the current API 2018-04-24 22:11:21 -06:00
Makefile.am mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
mpool_memkind_component.c mpool/memkind: refactor to use the current API 2018-04-24 22:11:21 -06:00
mpool_memkind_module.c mpool/memkind: refactor to use the current API 2018-04-24 22:11:21 -06:00
mpool_memkind.h mpool/memkind: refactor to use the current API 2018-04-24 22:11:21 -06:00