mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-17 03:04:41 +00:00
Able to run a test job splitting into multiple MPI subdomains.
This commit is contained in:
@@ -211,9 +211,6 @@ public:
|
||||
assert(lidx<lSites());
|
||||
Lexicographic::CoorFromIndex(lcoor,lidx,_ldimensions);
|
||||
}
|
||||
|
||||
|
||||
|
||||
void GlobalCoorToGlobalIndex(const std::vector<int> & gcoor,int & gidx){
|
||||
gidx=0;
|
||||
int mult=1;
|
||||
|
||||
Reference in New Issue
Block a user