Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
cd731db8
Commit
cd731db8
authored
Mar 09, 2020
by
Ruonan Wang
Browse files
fixed a bug in ssc reader and added more common staging tests
parent
aa0af807
Changes
2
Hide whitespace changes
Inline
Side-by-side
source/adios2/engine/ssc/SscReader.cpp
View file @
cd731db8
...
...
@@ -439,10 +439,6 @@ void SscReader::CalculatePosition(ssc::BlockVecVec &bvv,
allRanks
[
rank
].
second
=
currentRankTotalSize
+
1
;
bufferPosition
+=
currentRankTotalSize
+
1
;
}
else
{
bvv
[
rank
].
clear
();
}
}
}
...
...
testing/adios2/engine/staging-common/CMakeLists.txt
View file @
cd731db8
...
...
@@ -236,7 +236,7 @@ if(ADIOS2_HAVE_MPI)
endif
()
if
(
ADIOS2_HAVE_SSC
)
set
(
SSC_TESTS
"1x1;TimeoutOnOpen;
1x1.Attrs;2x1;1x2
;2x1ZeroDataVar;2x1ZeroDataR64"
)
set
(
SSC_TESTS
"1x1;
1x1.Attrs;
TimeoutOnOpen;
2x1;1x2;3x5;5x3;3x5LockGeometry
;2x1ZeroDataVar;2x1ZeroDataR64"
)
foreach
(
test
${
SSC_TESTS
}
)
add_common_test
(
${
test
}
SSC
)
endforeach
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment