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

Relocate to fix build failure for comms none

This commit is contained in:
Peter Boyle
2019-07-20 16:37:03 +01:00
parent 1c096626cb
commit ce255ec359
2 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@ NAMESPACE_BEGIN(Grid);
// static data
int GlobalSharedMemory::HPEhypercube = 1;
uint64_t GlobalSharedMemory::MAX_MPI_SHM_BYTES = 1024LL*1024LL*1024LL;
int GlobalSharedMemory::Hugepages = 0;
int GlobalSharedMemory::_ShmSetup;