Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude LocalVarying test from BP4 stream set because of heisenbug #2282

Merged
merged 13 commits into from
May 21, 2020
2 changes: 2 additions & 0 deletions testing/adios2/engine/staging-common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ if(NOT MSVC) # not on windows
list (FILTER BP4_STREAM_TESTS EXCLUDE REGEX ".*Local.BPS$")
# Fortran scalar reads don't work for BP4 streaming
list (FILTER BP4_STREAM_TESTS EXCLUDE REGEX "(FtoF|CtoF).*")
# Local Vars have a heisen failure for BP4 streaming
list (FILTER BP4_STREAM_TESTS EXCLUDE REGEX ".*LocalVarying$")
# The nobody-writes-data-in-a-timestep tests don't work for any BP file engine
list (FILTER BP4_STREAM_TESTS EXCLUDE REGEX ".*NoData.BPS$")
foreach(test ${BP4_STREAM_TESTS})
Expand Down