1
0
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:
paboyle
2017-06-22 18:53:11 +01:00
parent 5e4bea8f20
commit e504260f3d
8 changed files with 138 additions and 64 deletions

View File

@@ -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;