Skip to content

Commit 7c58fb1

Browse files
jsquyreshjelmn
authored andcommitted
usnic: specify the cache name
Signed-off-by: Jeff Squyres <[email protected]>
1 parent afa3513 commit 7c58fb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/mca/btl/usnic/btl_usnic_module.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,6 +2123,7 @@ static int init_mpool(opal_btl_usnic_module_t *module)
21232123
mpool_resources.register_mem = usnic_reg_mr;
21242124
mpool_resources.deregister_mem = usnic_dereg_mr;
21252125
#if RCACHE_VERSION == 30
2126+
mpool_resources.cache_name = mca_btl_usnic_component.usnic_rcache_name;
21262127
module->rcache =
21272128
mca_rcache_base_module_create (mca_btl_usnic_component.usnic_rcache_name,
21282129
&module->super, &mpool_resources);

0 commit comments

Comments
 (0)