Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ompi/mpiext/cuda/c/mpiext_cuda.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
support. We may expand on this API to return more features in the future. */
int MPIX_Query_cuda_support(void)
{
return OMPI_SUCCESS;
return OPAL_SUCCESS;
}
2 changes: 1 addition & 1 deletion ompi/mpiext/cuda/c/mpiext_cuda_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
*/

#define MPIX_CUDA_AWARE_SUPPORT 1
OMPI_DECLSPEC int MPIx_CUDA_SUPPORT(void);
OMPI_DECLSPEC int MPIX_Query_cuda_support(void);