/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/ssc/ |
H A D | TestSscReaderMultiblock.cpp | 49 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 D | TestSscWriterMultiblock.cpp | 49 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 D | TestSscOneSidedPostPush.cpp | 49 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 D | TestSscNoAttributes.cpp | 49 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 D | TestSscOneSidedFencePull.cpp | 49 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 D | TestSscOneSidedFencePush.cpp | 49 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 D | TestSscUnbalanced.cpp | 49 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 D | TestSscOneSidedPostPull.cpp | 49 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 D | TestSscVaryingSteps.cpp | 49 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 D | TestSscOnlyTwoSteps.cpp | 49 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 D | TestSscBaseUnlocked.cpp | 49 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 D | TestSscLockBeforeEndStep.cpp | 49 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 D | TestSscBase.cpp | 49 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 D | TestTableSingleRank.cpp | 101 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 D | TestTableMultiRank.cpp | 103 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 D | TestDataMan2DMemSelect.cpp | 126 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 D | TestDataMan2DBzip2.cpp | 123 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 D | TestDataMan1D.cpp | 110 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 D | TestDataManReaderDoubleBuffer.cpp | 105 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 D | TestDataManReliable.cpp | 105 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 D | TestDataManWriterSingleBuffer.cpp | 108 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 D | TestDataMan2DSz.cpp | 124 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 D | TestDataMan2DZfp.cpp | 124 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 D | TestDataManReaderSingleBuffer.cpp | 109 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 D | TestDataManWriterDoubleBuffer.cpp | 114 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()
|