Skip to content
Snippets Groups Projects
Commit 27f0a30d authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Fix bug in sphere setup for 8 GPUs

parent 92ddc713
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
......@@ -470,7 +470,7 @@ void multipleLevel(const std::string& configPath)
if (scalingType == "weak"){
if (useLevels) {
gridBuilder->addGeometry(new Sphere(0.0, sideLengthCube, sideLengthCube, dSphere));
gridBuilder->addGeometry(new Sphere(sideLengthCube, sideLengthCube, sideLengthCube, dSphere));
}else{
TriangularMesh *sphereSTL = TriangularMesh::make(stlPath + "Spheres_8GPU.stl");
gridBuilder->addGeometry(sphereSTL);
......
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