1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-02 16:34:12 +01:00

Merge branch 'develop' into feature/dirichlet

This commit is contained in:
Peter Boyle
2023-03-27 21:33:50 -07:00
13 changed files with 413 additions and 42 deletions
-3
View File
@@ -400,9 +400,6 @@ double CartesianCommunicator::StencilSendToRecvFromBegin(std::vector<CommsReques
}
void CartesianCommunicator::StencilSendToRecvFromComplete(std::vector<CommsRequest_t> &list,int dir)
{
acceleratorCopySynchronise();
StencilBarrier();// Synch shared memory on a single nodes
int nreq=list.size();
if (nreq==0) return;
+3 -1
View File
@@ -37,9 +37,11 @@ Author: Christoph Lehner <christoph@lhnr.de>
#ifdef GRID_HIP
#include <hip/hip_runtime_api.h>
#endif
#ifdef GRID_SYCl
#ifdef GRID_SYCL
#endif
#define GRID_SYCL_LEVEL_ZERO_IPC
NAMESPACE_BEGIN(Grid);
#define header "SharedMemoryMpi: "