Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Podhorszki, Norbert
ADIOS2
Commits
33a8ba0f
Commit
33a8ba0f
authored
7 years ago
by
Atkins, Charles Vernon
Browse files
Options
Downloads
Patches
Plain Diff
Add read validation with ADIOS1 for BPFileWriter engine
parent
637e5c9e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!95
Add read validation to engine tests
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/adios2/engine/bp/CMakeLists.txt
+9
-3
9 additions, 3 deletions
testing/adios2/engine/bp/CMakeLists.txt
testing/adios2/engine/bp/TestBPWriteRead.cpp
+368
-35
368 additions, 35 deletions
testing/adios2/engine/bp/TestBPWriteRead.cpp
with
377 additions
and
38 deletions
testing/adios2/engine/bp/CMakeLists.txt
+
9
−
3
View file @
33a8ba0f
...
...
@@ -3,6 +3,12 @@
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#
add_executable
(
TestBPWriteRead TestBPWriteRead.cpp
)
target_link_libraries
(
TestBPWriteRead adios2 gtest
)
add_test
(
NAME adios2::engine::bp::write_read COMMAND TestBPWriteRead
)
# MPI versions of the test are not properly implemented at the moment
if
(
NOT ADIOS_USE_MPI
)
find_package
(
ADIOS1 COMPONENTS sequential REQUIRED
)
add_executable
(
TestBPWriteRead TestBPWriteRead.cpp
)
target_link_libraries
(
TestBPWriteRead adios2 gtest adios1::adios
)
add_test
(
NAME adios2::engine::bp::write_read COMMAND TestBPWriteRead
)
endif
()
This diff is collapsed.
Click to expand it.
testing/adios2/engine/bp/TestBPWriteRead.cpp
+
368
−
35
View file @
33a8ba0f
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment