Skip to content

Commit

Permalink
Merge pull request open-mpi#11382 from jtamzn/v4.1.x
Browse files Browse the repository at this point in the history
v4.1.x: Fix compilation issue in OFI with CUDA
  • Loading branch information
bwbarrett authored Feb 13, 2023
2 parents a9a9d41 + 7676618 commit 1bebe3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ompi/mca/mtl/ofi/mtl_ofi_component.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,6 @@ ompi_mtl_ofi_component_query(mca_base_module_t **module, int *priority)
static int
ompi_mtl_ofi_component_close(void)
{
#if OPAL_CUDA_SUPPORT
mca_common_cuda_fini();
#endif
return opal_common_ofi_close();
}

Expand Down

0 comments on commit 1bebe3d

Please sign in to comment.