Skip to content
Snippets Groups Projects
Commit 01c18722 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Revert "Merge branch 'exclude-fluctuating-mrt-test-optimize-localhost' into 'master'"

This reverts merge request !370
parent ce2bdaea
Branches
Tags
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment