GPUDirect was off, re-enabled

This commit is contained in:
jpekkila
2020-03-26 18:24:42 +02:00
parent 28792770f2
commit cc64968b9e

View File

@@ -10,7 +10,7 @@
#include "kernels/kernels.h"
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
#define MPI_GPUDIRECT_DISABLED (1)
#define MPI_GPUDIRECT_DISABLED (0)
AcResult
acDevicePrintInfo(const Device device)