1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-08 23:47:06 +01:00

Updates for shmem

This commit is contained in:
paboyle
2016-02-10 16:50:32 -08:00
parent 6371676a75
commit e2f73e3ead
4 changed files with 202 additions and 2 deletions

View File

@@ -34,6 +34,9 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
#ifdef GRID_COMMS_MPI
#include <mpi.h>
#endif
#ifdef GRID_COMMS_SHMEM
#include <mpp/shmem.h>
#endif
namespace Grid {
class CartesianCommunicator {
public: