Skip to content

Commit 7795037

Browse files
author
Rolf vandeVaart
committed
Merge pull request #695 from rolfv/pr/fix-previous-cuda-macro-change
Fix errors from previous commit
2 parents 099d741 + 1229dd3 commit 7795037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ompi/mpiext/cuda/c/mpiext_cuda.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
support. We may expand on this API to return more features in the future. */
2828
int MPIX_Query_cuda_support(void)
2929
{
30-
return OMPI_SUCCESS;
30+
return OPAL_SUCCESS;
3131
}

ompi/mpiext/cuda/c/mpiext_cuda_c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
*/
1414

1515
#define MPIX_CUDA_AWARE_SUPPORT 1
16-
OMPI_DECLSPEC int MPIx_CUDA_SUPPORT(void);
16+
OMPI_DECLSPEC int MPIX_Query_cuda_support(void);

0 commit comments

Comments
 (0)