We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31953c1 commit d8c1471Copy full SHA for d8c1471
opal/mca/rcache/grdma/rcache_grdma_module.c
@@ -540,7 +540,7 @@ static bool mca_rcache_accelerator_previously_freed_memory(mca_rcache_base_regis
540
int res;
541
opal_accelerator_buffer_id_t buf_id;
542
unsigned char *dbuf = reg->base;
543
- opal_accelerator.get_buffer_id(MCA_ACCELERATOR_NO_DEVICE_ID, dbuf, &buf_id);
+ res = opal_accelerator.get_buffer_id(MCA_ACCELERATOR_NO_DEVICE_ID, dbuf, &buf_id);
544
if (OPAL_UNLIKELY(res != OPAL_SUCCESS)) {
545
return true;
546
}
0 commit comments