mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Relocate to fix build failure for comms none
This commit is contained in:
parent
1c096626cb
commit
ce255ec359
@ -32,6 +32,7 @@ NAMESPACE_BEGIN(Grid);
|
|||||||
|
|
||||||
// static data
|
// static data
|
||||||
|
|
||||||
|
int GlobalSharedMemory::HPEhypercube = 1;
|
||||||
uint64_t GlobalSharedMemory::MAX_MPI_SHM_BYTES = 1024LL*1024LL*1024LL;
|
uint64_t GlobalSharedMemory::MAX_MPI_SHM_BYTES = 1024LL*1024LL*1024LL;
|
||||||
int GlobalSharedMemory::Hugepages = 0;
|
int GlobalSharedMemory::Hugepages = 0;
|
||||||
int GlobalSharedMemory::_ShmSetup;
|
int GlobalSharedMemory::_ShmSetup;
|
||||||
|
@ -36,7 +36,6 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
|
|||||||
NAMESPACE_BEGIN(Grid);
|
NAMESPACE_BEGIN(Grid);
|
||||||
#define header "SharedMemoryMpi: "
|
#define header "SharedMemoryMpi: "
|
||||||
/*Construct from an MPI communicator*/
|
/*Construct from an MPI communicator*/
|
||||||
int GlobalSharedMemory::HPEhypercube = 1;
|
|
||||||
void GlobalSharedMemory::Init(Grid_MPI_Comm comm)
|
void GlobalSharedMemory::Init(Grid_MPI_Comm comm)
|
||||||
{
|
{
|
||||||
assert(_ShmSetup==0);
|
assert(_ShmSetup==0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user