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