diff --git a/common/ScaLBL.cpp b/common/ScaLBL.cpp index f105ea5f..37409c57 100644 --- a/common/ScaLBL.cpp +++ b/common/ScaLBL.cpp @@ -2435,69 +2435,16 @@ int ScaLBL_Communicator::MemoryOptimizedLayoutAA(IntArray &Map, int *neighborLis // Local index (regular layout) n = k*Nx*Ny + j*Nx + i; if (id[n] != 0 ){ - Map(n) = idx; - neighborList[idx++] = n; // index of self in regular layout + Map(n) = idx++; + //neighborList[idx++] = n; // index of self in regular layout } } } } last_interior=idx; - - /* - int MemBlockSize=32; - k=2; - while (k Np ){ -// ERROR("ScaLBL_Communicator::MemoryOptimizedLayout: Failed to create memory efficient layout!\n"); -// } - /* - for (k=1;k