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.
2 parents 099d741 + 1229dd3 commit 7795037Copy full SHA for 7795037
ompi/mpiext/cuda/c/mpiext_cuda.c
@@ -27,5 +27,5 @@
27
support. We may expand on this API to return more features in the future. */
28
int MPIX_Query_cuda_support(void)
29
{
30
- return OMPI_SUCCESS;
+ return OPAL_SUCCESS;
31
}
ompi/mpiext/cuda/c/mpiext_cuda_c.h
@@ -13,4 +13,4 @@
13
*/
14
15
#define MPIX_CUDA_AWARE_SUPPORT 1
16
-OMPI_DECLSPEC int MPIx_CUDA_SUPPORT(void);
+OMPI_DECLSPEC int MPIX_Query_cuda_support(void);
0 commit comments