mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Initialise meemory manager
This commit is contained in:
parent
e93e12b6a4
commit
fb559614ad
@ -286,7 +286,7 @@ void Grid_init(int *argc,char ***argv)
|
|||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
acceleratorInit(); // Must come first to set device prior to MPI init due to Omnipath Driver
|
acceleratorInit(); // Must come first to set device prior to MPI init due to Omnipath Driver
|
||||||
|
|
||||||
AllocationCache::Init();
|
MemoryManager::Init();
|
||||||
|
|
||||||
if( GridCmdOptionExists(*argv,*argv+*argc,"--shm") ){
|
if( GridCmdOptionExists(*argv,*argv+*argc,"--shm") ){
|
||||||
int MB;
|
int MB;
|
||||||
|
Loading…
Reference in New Issue
Block a user