From 3ef2a41518c0819867e1d83e97e427998ccd10cd Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 26 Mar 2024 14:50:32 +0000 Subject: [PATCH] ifdef guard ommitted --- Grid/communicator/SharedMemory.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Grid/communicator/SharedMemory.cc b/Grid/communicator/SharedMemory.cc index 7f2bd324..3445b077 100644 --- a/Grid/communicator/SharedMemory.cc +++ b/Grid/communicator/SharedMemory.cc @@ -40,7 +40,9 @@ int GlobalSharedMemory::_ShmAlloc; uint64_t GlobalSharedMemory::_ShmAllocBytes; std::vector GlobalSharedMemory::WorldShmCommBufs; +#ifndef ACCELERATOR_AWARE_MPI void * GlobalSharedMemory::HostCommBuf; +#endif Grid_MPI_Comm GlobalSharedMemory::WorldShmComm; int GlobalSharedMemory::WorldShmRank;