1
1

Fix compilation of cuda extensions

Fix compilation
Этот коммит содержится в:
Rolf vandeVaart 2015-06-25 17:14:20 -04:00
родитель c78b8e9b8e
Коммит 995723ca6f
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -20,6 +20,9 @@
#include <stdio.h>
#include <string.h>
#include "opal/constants.h"
#include "ompi/mpiext/cuda/c/mpiext_cuda_c.h"
int MPIx_CUDA_SUPPORT(void)
{
return OPAL_ERR_NOT_SUPPORTED;

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