Added stuff for the device layer for testing GPU-GPU MPI. This is a quick and dirty solution which is primarily meant for benchmarking/verification. Figuring out what the MPI interface should look like is more challenging and is not the priority right now

This commit is contained in:
jpekkila
2019-10-17 14:40:53 +03:00
parent bb9e65a741
commit f1e988ba6a
6 changed files with 191 additions and 15 deletions

View File

@@ -144,7 +144,7 @@ AcResult acDeviceReduceVec(const Device device, const Stream stream_type, const
const VertexBufferHandle vtxbuf2, AcReal* result);
/** */
AcResult acDeviceCommunicateHalosMPI(const Device device);
AcResult acDeviceRunMPITest(void);
#ifdef __cplusplus
} // extern "C"