Skip to content
Snippets Groups Projects
Commit 108ffb2c authored by LEGOLAS\lenz's avatar LEGOLAS\lenz
Browse files

small changes to MultiGPU_nD target

parent ea8b3e98
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ IF (HULC.BUILD_VF_GKS)
#add_subdirectory(targets/apps/GKS/Candle)
add_subdirectory(targets/apps/GKS/MultiGPU)
add_subdirectory(targets/apps/GKS/MultiGPU_2D)
add_subdirectory(targets/apps/GKS/MultiGPU_nD)
ELSE()
MESSAGE( STATUS "exclude Virtual Fluids GKS." )
ENDIF()
......
......@@ -348,7 +348,7 @@ void performanceTest( std::string path, std::string simulationName, uint decompo
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
const uint numberOfIterations = 1000;
const uint numberOfIterations = 10000;
CupsAnalyzer cupsAnalyzer( dataBase, true, 30.0, true, numberOfIterations );
......@@ -410,7 +410,7 @@ int main( int argc, char* argv[])
//////////////////////////////////////////////////////////////////////////
bool strongScaling = true;
bool strongScaling = false;
uint nx = 64;
uint decompositionDimension = 3;
......
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