From 01c187223030ceea15290adc6cf679b0bd2a95e7 Mon Sep 17 00:00:00 2001 From: Michael Kuron <mkuron@icp.uni-stuttgart.de> Date: Thu, 11 Feb 2021 14:52:41 +0100 Subject: [PATCH] Revert "Merge branch 'exclude-fluctuating-mrt-test-optimize-localhost' into 'master'" This reverts merge request !370 --- tests/lbm/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/lbm/CMakeLists.txt b/tests/lbm/CMakeLists.txt index ff0f7ef48..b17f65cfa 100644 --- a/tests/lbm/CMakeLists.txt +++ b/tests/lbm/CMakeLists.txt @@ -84,12 +84,9 @@ waLBerla_generate_target_from_python(NAME LbCodeGenerationExampleGenerated LbCodeGenerationExample_UBB.cpp LbCodeGenerationExample_UBB.h ) waLBerla_compile_test( FILES codegen/LbCodeGenerationExample.cpp DEPENDS LbCodeGenerationExampleGenerated) -# FluctuatingMRT test does not work with WALBERLA_OPTIMIZE_FOR_LOCALHOST since the random number generator is not implemented with SIMD -if ( NOT WALBERLA_OPTIMIZE_FOR_LOCALHOST ) waLBerla_generate_target_from_python(NAME FluctuatingMRTGenerated FILE codegen/FluctuatingMRT.py OUT_FILES FluctuatingMRT_LatticeModel.cpp FluctuatingMRT_LatticeModel.h ) waLBerla_compile_test( FILES codegen/FluctuatingMRT.cpp DEPENDS FluctuatingMRTGenerated) -endif() waLBerla_generate_target_from_python(NAME FieldLayoutAndVectorizationTestGenerated FILE codegen/FieldLayoutAndVectorizationTest.py OUT_FILES FieldLayoutAndVectorizationTest_FZYX_Vec_LatticeModel.cpp FieldLayoutAndVectorizationTest_FZYX_Vec_LatticeModel.h @@ -98,4 +95,4 @@ waLBerla_generate_target_from_python(NAME FieldLayoutAndVectorizationTestGenerat FieldLayoutAndVectorizationTest_ZYXF_NoVec_LatticeModel.cpp FieldLayoutAndVectorizationTest_ZYXF_NoVec_LatticeModel.h ) waLBerla_compile_test( FILES codegen/FieldLayoutAndVectorizationTest.cpp DEPENDS FieldLayoutAndVectorizationTestGenerated) -endif() +endif() \ No newline at end of file -- GitLab