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
637e5c9e
Commit
637e5c9e
authored
7 years ago
by
Atkins, Charles Vernon
Browse files
Options
Downloads
Patches
Plain Diff
Add read validation for ADIOS1 engine
parent
80417507
No related branches found
No related tags found
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/adios1/CMakeLists.txt
+8
-3
8 additions, 3 deletions
testing/adios2/engine/adios1/CMakeLists.txt
testing/adios2/engine/adios1/TestADIOS1WriteRead.cpp
+365
-36
365 additions, 36 deletions
testing/adios2/engine/adios1/TestADIOS1WriteRead.cpp
with
373 additions
and
39 deletions
testing/adios2/engine/adios1/CMakeLists.txt
+
8
−
3
View file @
637e5c9e
...
...
@@ -3,7 +3,12 @@
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#
add_executable
(
TestADIOS1WriteRead TestADIOS1WriteRead.cpp
)
target_link_libraries
(
TestADIOS1WriteRead adios2 gtest
)
# MPI versions of the test are not properly implemented at the moment
if
(
NOT ADIOS_USE_MPI
)
find_package
(
ADIOS1 COMPONENTS sequential REQUIRED
)
add_test
(
NAME adios2::engine::adios1::write_read COMMAND TestADIOS1WriteRead
)
add_executable
(
TestADIOS1WriteRead TestADIOS1WriteRead.cpp
)
target_link_libraries
(
TestADIOS1WriteRead adios2 gtest adios1::adios
)
add_test
(
NAME adios2::engine::adios1::write_read COMMAND TestADIOS1WriteRead
)
endif
()
This diff is collapsed.
Click to expand it.
testing/adios2/engine/adios1/TestADIOS1WriteRead.cpp
+
365
−
36
View file @
637e5c9e
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