mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
Merge branch 'develop' into feature/feynman-rules
This commit is contained in:
commit
e90f8ac841
@ -48,7 +48,6 @@ void *CartesianCommunicator::ShmBufferMalloc(size_t bytes){
|
|||||||
void *ptr = (void *)heap_top;
|
void *ptr = (void *)heap_top;
|
||||||
heap_top += bytes;
|
heap_top += bytes;
|
||||||
heap_bytes+= bytes;
|
heap_bytes+= bytes;
|
||||||
std::cout <<"Shm alloc "<<ptr<<std::endl;
|
|
||||||
assert(heap_bytes < MAX_MPI_SHM_BYTES);
|
assert(heap_bytes < MAX_MPI_SHM_BYTES);
|
||||||
return ptr;
|
return ptr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user