Home
last modified time | relevance | path

Searched refs:bpShorts (Results 1 – 25 of 31) sorted by relevance

12

/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/ssc/
H A DTestSscReaderMultiblock.cpp49 auto bpShorts = in Writer() local
87 bpShorts.SetSelection({startTmp, count}); in Writer()
98 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
123 bpShorts.SetSelection({startTmp, count}); in Writer()
134 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
186 adios2::Variable<short> bpShorts = in Reader() local
214 bpShorts.SetSelection({startTmp, countTmp}); in Reader()
224 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
257 bpShorts.SetSelection({startTmp, countTmp}); in Reader()
267 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscWriterMultiblock.cpp49 auto bpShorts = in Writer() local
87 bpShorts.SetSelection({start, count}); in Writer()
98 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
123 bpShorts.SetSelection({start, count}); in Writer()
134 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
186 adios2::Variable<short> bpShorts = in Reader() local
206 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscOneSidedPostPush.cpp49 auto bpShorts = in Writer() local
83 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
134 adios2::Variable<short> bpShorts = in Reader() local
154 bpShorts.SetSelection({start, count}); in Reader()
165 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscNoAttributes.cpp49 auto bpShorts = in Writer() local
81 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
132 adios2::Variable<short> bpShorts = in Reader() local
151 bpShorts.SetSelection({start, count}); in Reader()
162 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscOneSidedFencePull.cpp49 auto bpShorts = in Writer() local
83 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
134 adios2::Variable<short> bpShorts = in Reader() local
154 bpShorts.SetSelection({start, count}); in Reader()
165 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscOneSidedFencePush.cpp49 auto bpShorts = in Writer() local
83 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
134 adios2::Variable<short> bpShorts = in Reader() local
154 bpShorts.SetSelection({start, count}); in Reader()
165 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscUnbalanced.cpp49 auto bpShorts = in Writer() local
83 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
134 adios2::Variable<short> bpShorts = in Reader() local
154 bpShorts.SetSelection({start, count}); in Reader()
165 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscOneSidedPostPull.cpp49 auto bpShorts = in Writer() local
83 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
134 adios2::Variable<short> bpShorts = in Reader() local
154 bpShorts.SetSelection({start, count}); in Reader()
165 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscVaryingSteps.cpp49 auto bpShorts = in Writer() local
83 bpShorts.SetShape(vshape); in Writer()
84 bpShorts.SetSelection({vstart, vcount}); in Writer()
113 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
178 adios2::Variable<short> bpShorts = in Reader() local
231 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscOnlyTwoSteps.cpp49 auto bpShorts = in Writer() local
84 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
149 adios2::Variable<short> bpShorts = in Reader() local
170 bpShorts.SetSelection({start, count}); in Reader()
181 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscBaseUnlocked.cpp49 auto bpShorts = in Writer() local
83 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
147 adios2::Variable<short> bpShorts = in Reader() local
168 bpShorts.SetSelection({start, count}); in Reader()
179 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscLockBeforeEndStep.cpp49 auto bpShorts = in Writer() local
83 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
148 adios2::Variable<short> bpShorts = in Reader() local
169 bpShorts.SetSelection({start, count}); in Reader()
180 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
H A DTestSscBase.cpp49 auto bpShorts = in Writer() local
84 engine.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
150 adios2::Variable<short> bpShorts = in Reader() local
171 bpShorts.SetSelection({start, count}); in Reader()
182 engine.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/table/
H A DTestTableSingleRank.cpp101 adios2::Variable<short> bpShorts = in Reader() local
119 bpShorts.SetSelection({start, shape}); in Reader()
130 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
181 auto bpShorts = in Writer() local
204 bpShorts.SetSelection({startRow, count}); in Writer()
224 tableWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
H A DTestTableMultiRank.cpp103 adios2::Variable<short> bpShorts = in Reader() local
121 bpShorts.SetSelection({start, shape}); in Reader()
132 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in Reader()
183 auto bpShorts = in Writer() local
206 bpShorts.SetSelection({startRow, count}); in Writer()
226 tableWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in Writer()
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/dataman/
H A DTestDataMan2DMemSelect.cpp126 auto bpShorts = in DataManWriterP2PMemSelect() local
159 dataManWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManWriterP2PMemSelect()
221 adios2::Variable<short> bpShorts = in DataManReaderP2PMemSelect() local
241 bpShorts.SetSelection({start, count}); in DataManReaderP2PMemSelect()
252 bpShorts.SetMemorySelection({memStart, memCount}); in DataManReaderP2PMemSelect()
263 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManReaderP2PMemSelect()
H A DTestDataMan2DBzip2.cpp123 auto bpShorts = in DataManWriterP2PMemSelect() local
159 dataManWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManWriterP2PMemSelect()
221 adios2::Variable<short> bpShorts = in DataManReaderP2PMemSelect() local
241 bpShorts.SetSelection({start, count}); in DataManReaderP2PMemSelect()
252 bpShorts.SetMemorySelection({memStart, memCount}); in DataManReaderP2PMemSelect()
263 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManReaderP2PMemSelect()
H A DTestDataMan1D.cpp110 auto bpShorts = in DataManWriter() local
144 dataManWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManWriter()
195 adios2::Variable<short> bpShorts = in DataManReader() local
216 bpShorts.SetSelection({start, count}); in DataManReader()
226 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManReader()
H A DTestDataManReaderDoubleBuffer.cpp105 auto bpShorts = in DataManWriter() local
139 dataManWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManWriter()
190 adios2::Variable<short> bpShorts = in DataManReader() local
211 bpShorts.SetSelection({start, count}); in DataManReader()
221 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManReader()
H A DTestDataManReliable.cpp105 auto bpShorts = in DataManWriter() local
139 dataManWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManWriter()
190 adios2::Variable<short> bpShorts = in DataManReader() local
211 bpShorts.SetSelection({start, count}); in DataManReader()
221 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManReader()
H A DTestDataManWriterSingleBuffer.cpp108 auto bpShorts = in DataManWriter() local
142 dataManWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManWriter()
193 adios2::Variable<short> bpShorts = in DataManReader() local
214 bpShorts.SetSelection({start, count}); in DataManReader()
224 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManReader()
H A DTestDataMan2DSz.cpp124 auto bpShorts = in DataManWriterP2PMemSelect() local
160 dataManWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManWriterP2PMemSelect()
222 adios2::Variable<short> bpShorts = in DataManReaderP2PMemSelect() local
242 bpShorts.SetSelection({start, count}); in DataManReaderP2PMemSelect()
253 bpShorts.SetMemorySelection({memStart, memCount}); in DataManReaderP2PMemSelect()
264 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManReaderP2PMemSelect()
H A DTestDataMan2DZfp.cpp124 auto bpShorts = in DataManWriterP2PMemSelect() local
160 dataManWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManWriterP2PMemSelect()
222 adios2::Variable<short> bpShorts = in DataManReaderP2PMemSelect() local
242 bpShorts.SetSelection({start, count}); in DataManReaderP2PMemSelect()
253 bpShorts.SetMemorySelection({memStart, memCount}); in DataManReaderP2PMemSelect()
264 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManReaderP2PMemSelect()
H A DTestDataManReaderSingleBuffer.cpp109 auto bpShorts = in DataManWriter() local
143 dataManWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManWriter()
198 adios2::Variable<short> bpShorts = in DataManReader() local
219 bpShorts.SetSelection({start, count}); in DataManReader()
229 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManReader()
H A DTestDataManWriterDoubleBuffer.cpp114 auto bpShorts = in DataManWriter() local
148 dataManWriter.Put(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManWriter()
203 adios2::Variable<short> bpShorts = in DataManReader() local
224 bpShorts.SetSelection({start, count}); in DataManReader()
234 dataManReader.Get(bpShorts, myShorts.data(), adios2::Mode::Sync); in DataManReader()

12