mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
ifdef guard ommitted
This commit is contained in:
parent
aa96f420c6
commit
3ef2a41518
@ -40,7 +40,9 @@ int GlobalSharedMemory::_ShmAlloc;
|
||||
uint64_t GlobalSharedMemory::_ShmAllocBytes;
|
||||
|
||||
std::vector<void *> GlobalSharedMemory::WorldShmCommBufs;
|
||||
#ifndef ACCELERATOR_AWARE_MPI
|
||||
void * GlobalSharedMemory::HostCommBuf;
|
||||
#endif
|
||||
|
||||
Grid_MPI_Comm GlobalSharedMemory::WorldShmComm;
|
||||
int GlobalSharedMemory::WorldShmRank;
|
||||
|
Loading…
x
Reference in New Issue
Block a user