Skip to content

Commit 7676618

Browse files
committed
Fix compilation issue in OFI with CUDA
Signed-off-by: Jingyin Tang <[email protected]>
1 parent a9a9d41 commit 7676618

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ompi/mca/mtl/ofi/mtl_ofi_component.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,6 @@ ompi_mtl_ofi_component_query(mca_base_module_t **module, int *priority)
294294
static int
295295
ompi_mtl_ofi_component_close(void)
296296
{
297-
#if OPAL_CUDA_SUPPORT
298-
mca_common_cuda_fini();
299-
#endif
300297
return opal_common_ofi_close();
301298
}
302299

0 commit comments

Comments
 (0)