From 4438ae6f842f66936fb99ede109a82b31e8b8b3b Mon Sep 17 00:00:00 2001 From: Jason Wang Date: Thu, 24 Mar 2022 04:39:04 -0400 Subject: [PATCH] more attempt --- testing/adios2/engine/bp/operations/TestBPWriteReadSZ.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/adios2/engine/bp/operations/TestBPWriteReadSZ.cpp b/testing/adios2/engine/bp/operations/TestBPWriteReadSZ.cpp index e583560ed5..d2dcf4ebc9 100644 --- a/testing/adios2/engine/bp/operations/TestBPWriteReadSZ.cpp +++ b/testing/adios2/engine/bp/operations/TestBPWriteReadSZ.cpp @@ -881,7 +881,7 @@ void SZAccuracy2DSmallSel(const std::string accuracy) const size_t Ny = 5; // Number of steps - const size_t NSteps = 1; + const size_t NSteps = 5000; std::vector r32s = {0.00, 0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.10, 0.11, 0.12, 0.13,