From 108ffb2c335f5882999a9260b08d14c475a23e41 Mon Sep 17 00:00:00 2001 From: "LEGOLAS\\lenz" <lenz@irmb.tu-bs.de> Date: Thu, 18 Jul 2019 17:38:14 +0200 Subject: [PATCH] small changes to MultiGPU_nD target --- CMakeLists.txt | 2 +- targets/apps/GKS/MultiGPU_nD/MultiGPU_nD.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37aa443bc..65cfab6f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/targets/apps/GKS/MultiGPU_nD/MultiGPU_nD.cpp b/targets/apps/GKS/MultiGPU_nD/MultiGPU_nD.cpp index 2f4ff5e6c..b54445c4f 100644 --- a/targets/apps/GKS/MultiGPU_nD/MultiGPU_nD.cpp +++ b/targets/apps/GKS/MultiGPU_nD/MultiGPU_nD.cpp @@ -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; -- GitLab