Skip to content
Snippets Groups Projects
Commit 0c4b5dfc authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding factor on ghost for scalability

parent 395501bf
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ void Test2D(const Box<2,float> & domain, long int k)
float factor = pow(global_v_cluster->getProcessingUnits()/2.0f,1.0f/2.0f);
// Ghost
Ghost<2,float> g(0.01);
Ghost<2,float> g(0.01 / factor);
// Distributed grid with id decomposition
grid_dist_id<2, float, scalar<float>, CartDecomposition<2,float>> g_dist(sz,domain,g);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment