1
1

Fix errors from previous commit

Этот коммит содержится в:
Rolf vandeVaart 2015-07-08 11:46:52 -04:00
родитель 6372baa7b9
Коммит 1229dd3ed6
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;
}

Просмотреть файл

@ -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);