Home
last modified time | relevance | path

Searched refs:ioRead (Results 1 – 25 of 66) sorted by relevance

123

/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/bindings/fortran/
H A DTestBPWriteReadAttributes.F908 type(adios2_io) :: ioWrite, ioRead variable
106 call adios2_declare_io(ioRead, adios, "ioRead", ierr)
108 call adios2_open(bpReader, ioRead, 'fattr_types.bp', adios2_mode_read, ierr)
110 call adios2_inquire_attribute(attributes_in(1), ioRead, 'att_String', ierr)
111 call adios2_inquire_attribute(attributes_in(2), ioRead, 'att_i8', ierr)
112 call adios2_inquire_attribute(attributes_in(3), ioRead, 'att_i16', ierr)
113 call adios2_inquire_attribute(attributes_in(4), ioRead, 'att_i32', ierr)
114 call adios2_inquire_attribute(attributes_in(5), ioRead, 'att_i64', ierr)
115 call adios2_inquire_attribute(attributes_in(6), ioRead, 'att_r32', ierr)
116 call adios2_inquire_attribute(attributes_in(7), ioRead, 'att_r64', ierr)
[all …]
H A DTestBPWriteTypesLocal.F9011 type(adios2_io) :: ioWrite, ioRead, ioDummy variable
171 call adios2_declare_io(ioRead, adios, "ioRead", ierr)
183 call adios2_inquire_variable(variables(7), ioRead, "gvar_I8", ierr)
189 call adios2_inquire_variable(variables(8), ioRead, "gvar_I16", ierr)
195 call adios2_inquire_variable(variables(9), ioRead, "gvar_I32", ierr)
220 call adios2_inquire_variable(variables(1), ioRead, "var_I8", ierr)
226 call adios2_inquire_variable(variables(2), ioRead, "var_I16", ierr)
232 call adios2_inquire_variable(variables(3), ioRead, "var_I32", ierr)
238 call adios2_inquire_variable(variables(4), ioRead, "var_I64", ierr)
244 call adios2_inquire_variable(variables(5), ioRead, "var_R32", ierr)
[all …]
H A DTestBPWriteTypesByName.F9011 type(adios2_io) :: ioWrite, ioRead variable
120 call adios2_declare_io(ioRead, adios, "ioRead", ierr)
122 call adios2_open(bpReader, ioRead, "ftypes.bp", adios2_mode_read, ierr)
124 call adios2_inquire_variable(variables(1), ioRead, "var_I8", ierr)
131 call adios2_inquire_variable(variables(2), ioRead, "var_I16", ierr)
138 call adios2_inquire_variable(variables(3), ioRead, "var_I32", ierr)
145 call adios2_inquire_variable(variables(4), ioRead, "var_I64", ierr)
152 call adios2_inquire_variable(variables(5), ioRead, "var_R32", ierr)
159 call adios2_inquire_variable(variables(6), ioRead, "var_R64", ierr)
H A DTestBPWriteTypes.F9014 type(adios2_io) :: ioWrite, ioRead variable
229 call adios2_declare_io(ioRead, adios, "ioRead", ierr)
231 call adios2_open(bpReader, ioRead, "ftypes.bp", adios2_mode_read, ierr)
236 call adios2_inquire_variable(variables(1), ioRead, "var_I8", ierr)
243 call adios2_inquire_variable(variables(2), ioRead, "var_I16", ierr)
250 call adios2_inquire_variable(variables(3), ioRead, "var_I32", ierr)
257 call adios2_inquire_variable(variables(4), ioRead, "var_I64", ierr)
264 call adios2_inquire_variable(variables(5), ioRead, "var_R32", ierr)
271 call adios2_inquire_variable(variables(6), ioRead, "var_R64", ierr)
278 call adios2_inquire_variable(variables(13), ioRead, "gvar_Str", ierr)
[all …]
H A DTestNullEngine.F9010 type(adios2_io) :: ioWrite, ioRead variable
60 call adios2_declare_io(ioRead, adios, "nullReader", ierr)
61 call adios2_set_engine(ioRead, "null", ierr)
64 call adios2_open(nullReader, ioRead, "fnull.bp", adios2_mode_read, ierr)
73 call adios2_inquire_variable(varIn, ioRead, "var_R64", ierr)
H A DTestBPReadGlobalsByName.F9012 type(adios2_io):: ioWrite, ioRead variable
42 call adios2_declare_io(ioRead, adios, "FReader", ierr)
43 call adios2_open(reader, ioRead, "f0analysis_static.bp", adios2_mode_read, ierr)
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/hdf5/
H A DTestHDF5WriteReadAttributesADIOS2.cpp89 adios2::IO ioRead = adios.DeclareIO("ioRead"); in TEST_F() local
90 ioRead.SetEngine("HDF5"); in TEST_F()
98 auto attr_i8 = ioRead.InquireAttribute<int8_t>(i8_Single); in TEST_F()
264 adios2::IO ioRead = adios.DeclareIO("ioRead"); in TEST_F() local
265 ioRead.SetEngine("HDF5"); in TEST_F()
437 adios2::IO ioRead = adios.DeclareIO("ioRead"); in TEST_F() local
438 ioRead.SetEngine("HDF5"); in TEST_F()
442 auto var = ioRead.InquireVariable<int>("myVar"); in TEST_F()
612 adios2::IO ioRead = adios.DeclareIO("ioRead"); in TEST_F() local
613 ioRead.SetEngine("HDF5"); in TEST_F()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/staging-common/
H A DTestCommonReadF.F9038 type(adios2_io)::ioRead variable
87 call adios2_declare_io(ioRead, adios, "ioRead", ierr)
90 call adios2_set_parameters(ioRead, params, ierr)
92 call adios2_set_engine(ioRead, engine, ierr)
103 call adios2_inquire_variable(variables(1), ioRead, "i8", ierr)
112 call adios2_inquire_variable(variables(2), ioRead, "i16", ierr)
120 call adios2_inquire_variable(variables(3), ioRead, "i32", ierr)
128 call adios2_inquire_variable(variables(4), ioRead, "i64", ierr)
136 call adios2_inquire_variable(variables(5), ioRead, "r32", ierr)
144 call adios2_inquire_variable(variables(6), ioRead, "r64", ierr)
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/bp/
H A DTestBPWriteReadAttributes.cpp109 adios2::IO ioRead = adios.DeclareIO("ioRead"); in TEST_F() local
114 ioRead.SetEngine(engineName); in TEST_F()
121 auto attr_i8 = ioRead.InquireAttribute<int8_t>(i8_Single); in TEST_F()
330 adios2::IO ioRead = adios.DeclareIO("ioRead"); in TEST_F() local
334 ioRead.SetEngine(engineName); in TEST_F()
541 adios2::IO ioRead = adios.DeclareIO("ioRead"); in TEST_F() local
544 ioRead.SetEngine(engineName); in TEST_F()
549 auto var = ioRead.InquireVariable<int>("myVar"); in TEST_F()
764 adios2::IO ioRead = adios.DeclareIO("ioRead"); in TEST_F() local
767 ioRead.SetEngine(engineName); in TEST_F()
[all …]
H A DTestBPWriteReadAttributesMultirank.cpp84 adios2::IO ioRead = adios.DeclareIO("ioRead"); in TEST_F() local
88 ioRead.SetEngine(engineName); in TEST_F()
91 adios2::Engine bpRead = ioRead.Open(fName, adios2::Mode::Read); in TEST_F()
93 auto var = ioRead.InquireVariable<int>(varpath); in TEST_F()
103 auto attr = ioRead.InquireAttribute<std::string>(attrpath); in TEST_F()
H A DTestBPSelectSteps.cpp79 adios2::IO ioRead = adios.DeclareIO("TestIORead"); in TEST_F() local
80 ioRead.SetEngine("Filestream"); in TEST_F()
81 ioRead.SetParameter(filename, "1,3"); in TEST_F()
82 ioRead.SetParameter("StreamReader", "On"); in TEST_F()
83 adios2::Engine engine_s = ioRead.Open(filename, adios2::Mode::Read); in TEST_F()
91 ioRead.InquireVariable<int>("variable0"); in TEST_F()
93 ioRead.InquireVariable<int>("variable1"); in TEST_F()
95 ioRead.InquireVariable<int>("variable2"); in TEST_F()
97 ioRead.InquireVariable<int>("variable3"); in TEST_F()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DioTest.c283 TEST_RESULT_UINT(ioRead(read, buffer), 2, " read 2 bytes"); in testRun()
300 TEST_RESULT_UINT(ioRead(bufferRead, buffer), 0, " read 0 bytes"); in testRun()
332 TEST_RESULT_UINT(ioRead(bufferRead, buffer), 2, " read 2 bytes"); in testRun()
339 TEST_RESULT_UINT(ioRead(bufferRead, buffer), 2, " read 2 bytes"); in testRun()
343 TEST_RESULT_UINT(ioRead(bufferRead, buffer), 3, " read 3 bytes"); in testRun()
418 TEST_RESULT_UINT(ioRead(read, buffer), 0, "read buffer"); in testRun()
433 TEST_RESULT_UINT(ioRead(read, buffer), 2, "read buffer"); in testRun()
437 TEST_RESULT_UINT(ioRead(read, buffer), 1, "read buffer"); in testRun()
442 TEST_RESULT_UINT(ioRead(read, buffer), 0, "read buffer"); in testRun()
594 TEST_RESULT_UINT(ioRead(read, buffer), 12, "read buffer"); in testRun()
[all …]
H A DioTlsTest.c425 TEST_RESULT_UINT(ioRead(ioSessionIoRead(session), output), 12, "read output"); in testRun()
430 TEST_RESULT_UINT(ioRead(ioSessionIoRead(session), output), 8, "read output"); in testRun()
442 ioRead(ioSessionIoRead(session), output), FileReadError, in testRun()
459 TEST_RESULT_UINT(ioRead(ioSessionIoRead(session), output), 12, "read output"); in testRun()
464 … TEST_RESULT_UINT(ioRead(ioSessionIoRead(session), output), 0, "read no output after eof"); in testRun()
481 … TEST_ERROR(ioRead(ioSessionIoRead(session), output), KernelError, "TLS syscall error"); in testRun()
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/bindings/python/
H A DTestNullEngine.py57 ioRead = adios.DeclareIO("ioReader") variable
58 ioRead.SetEngine("null")
59 nullReader = ioRead.Open('NULL_py.bp', adios2.Mode.Read, MPI.COMM_SELF)
68 var_inTemperature = ioRead.InquireVariable("temperature2D")
H A DTestBPBlocksInfo.py50 ioRead = adios.DeclareIO("ioReader") variable
51 ibpStream = ioRead.Open('HeatMap2D_py.bp', adios2.Mode.Read, MPI.COMM_SELF)
52 var_inTemperature = ioRead.InquireVariable("temperature2D")
H A DTestBPWriteRead2D.py51 ioRead = adios.DeclareIO("ioReader") variable
52 ibpStream = ioRead.Open('HeatMap2D_py.bp', adios2.Mode.Read, MPI.COMM_SELF)
53 var_inTemperature = ioRead.InquireVariable("temperature2D")
H A DTestBPWriteReadString.py34 ioRead = adios.DeclareIO('ioReader')
35 adEngine = ioRead.Open(bpFilename, adios2.Mode.Read)
38 varReadMyString = ioRead.InquireVariable(varname)
/dports/misc/adios2/ADIOS2-2.7.1/examples/hello/bpReader/
H A DhelloBPReaderHeatMap2D.py53 ioRead = adios.DeclareIO("ioReader") variable
55 ibpStream = ioRead.Open('HeatMap2D_py.bp', adios2.Mode.Read, MPI.COMM_SELF)
57 var_inTemperature = ioRead.InquireVariable("temperature2D")
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/
H A Dio.c85 ioRead(read, result); in ioReadBuf()
119 ioRead(read, bufNew(1)); in ioReadDrain()
H A Dsession.intern.h25 IoRead *(*ioRead)(void *driver); member
/dports/science/jmol/jmol-14.32.7/src/javajs/util/
H A DBinaryDocument.java140 int n = ioRead(b, off, len); in readByteArray()
145 private int ioRead(byte[] b, int off, int len) throws IOException { in ioRead() method in BinaryDocument
255 ioRead(t8, 0, 4); in readLEInt()
/dports/misc/clpbar/bar-1.11.1/
H A Dbar.c49 if (ioRead() < 0) { in main()
H A Dio.h73 int ioRead(void);
/dports/devel/pecl-uv/uv-0.2.4/tests/
H A D800-uv_spawn-issue59.phpt6 $ioRead = uv_stdio_new(null, Uv::CREATE_PIPE | Uv::INHERIT_STREAM);
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/repo/
H A Dput.c68 ioRead(source, buffer); in storagePutProcess()

123