Loading testing/adios2/engine/bp/operations/TestBPWriteReadMGARD.cpp 0 → 100644 +928 −0 File added.Preview size limit exceeded, changes collapsed. Show changes testing/adios2/engine/bp/operations/TestBPWriteReadSZ.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -51,10 +51,10 @@ void SZAccuracy1D(const double accuracy) const adios2::Dims start{static_cast<size_t>(Nx * mpiRank)}; const adios2::Dims count{Nx}; auto var_r32 = io.DefineVariable<float>("r32", shape, start, count, adios2::ConstantDims); auto var_r64 = io.DefineVariable<double>("r64", shape, start, count, adios2::ConstantDims); adios2::Variable<float> var_r32 = io.DefineVariable<float>( "r32", shape, start, count, adios2::ConstantDims); adios2::Variable<double> var_r64 = io.DefineVariable<double>( "r64", shape, start, count, adios2::ConstantDims); // add operations adios2::Operator szOp = adios.DefineOperator("szCompressor", "sz"); Loading Loading
testing/adios2/engine/bp/operations/TestBPWriteReadMGARD.cpp 0 → 100644 +928 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
testing/adios2/engine/bp/operations/TestBPWriteReadSZ.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -51,10 +51,10 @@ void SZAccuracy1D(const double accuracy) const adios2::Dims start{static_cast<size_t>(Nx * mpiRank)}; const adios2::Dims count{Nx}; auto var_r32 = io.DefineVariable<float>("r32", shape, start, count, adios2::ConstantDims); auto var_r64 = io.DefineVariable<double>("r64", shape, start, count, adios2::ConstantDims); adios2::Variable<float> var_r32 = io.DefineVariable<float>( "r32", shape, start, count, adios2::ConstantDims); adios2::Variable<double> var_r64 = io.DefineVariable<double>( "r64", shape, start, count, adios2::ConstantDims); // add operations adios2::Operator szOp = adios.DefineOperator("szCompressor", "sz"); Loading