Home
last modified time | relevance | path

Searched refs:dset1_id (Results 1 – 20 of 20) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/fortran/examples/
H A Dselectele.f9044 INTEGER(HID_T) :: dset1_id ! Dataset1 identifier variable
111 dset1_id, error)
121 CALL h5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, buf1, data_dims, error)
135 CALL h5dclose_f(dset1_id, error)
162 CALL h5dopen_f(file1_id, dsetname1, dset1_id, error)
169 CALL h5dget_space_f(dset1_id, dataspace1, error)
195 CALL H5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, val, data_dims, error, &
225 CALL h5dclose_f(dset1_id, error)
250 CALL h5dopen_f(file1_id, dsetname1, dset1_id, error)
259 CALL h5dread_f(dset1_id, H5T_NATIVE_INTEGER, bufnew, data_dims, error)
[all …]
/dports/science/hdf5/hdf5-1.10.6/fortran/examples/
H A Dselectele.f9044 INTEGER(HID_T) :: dset1_id ! Dataset1 identifier variable
111 dset1_id, error)
121 CALL h5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, buf1, data_dims, error)
135 CALL h5dclose_f(dset1_id, error)
162 CALL h5dopen_f(file1_id, dsetname1, dset1_id, error)
169 CALL h5dget_space_f(dset1_id, dataspace1, error)
195 CALL H5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, val, data_dims, error, &
225 CALL h5dclose_f(dset1_id, error)
250 CALL h5dopen_f(file1_id, dsetname1, dset1_id, error)
259 CALL h5dread_f(dset1_id, H5T_NATIVE_INTEGER, bufnew, data_dims, error)
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/fortran/test/
H A DtH5S.f9054 INTEGER(HID_T) :: dset1_id, dset2_id ! Dataset identifiers local
202 dset1_id, error)
214 CALL h5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, data1_in, data_dims, error)
227 CALL h5dread_f(dset1_id, H5T_NATIVE_INTEGER, data1_out, data_dims, error)
266 CALL h5dclose_f(dset1_id, error)
H A DtH5G.f9064 INTEGER(HID_T) :: dset1_id ! Dataset identifier local
110 dset1_id, error)
117 CALL h5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, dset1_data, data_dims, error)
230 CALL h5dclose_f(dset1_id, error)
H A DtH5R.f9053 INTEGER(HID_T) :: dset1_id ! Dataset identifier local
111 dset1_id, error)
134 CALL h5dclose_f(dset1_id, error)
203 CALL h5rdereference_f(dsetr_id, ref(3), dset1_id, error)
207 CALL h5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, DATA, data_dims, error)
224 CALL h5dclose_f(dset1_id, error)
H A DtH5Sselect.f90363 INTEGER(HID_T) :: dset1_id ! Dataset1 identifier local
469 dset1_id, error)
481 CALL h5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, buf1, data_dims, error)
499 CALL h5dclose_f(dset1_id, error)
532 CALL h5dopen_f(file1_id, dsetname1, dset1_id, error)
541 CALL h5dget_space_f(dset1_id, dataspace1, error)
570 CALL H5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, val, data_dims, error, &
605 CALL h5dclose_f(dset1_id, error)
636 CALL h5dopen_f(file1_id, dsetname1, dset1_id, error)
647 CALL h5dread_f(dset1_id, H5T_NATIVE_INTEGER, bufnew, data_dims, error)
[all …]
/dports/science/hdf5/hdf5-1.10.6/fortran/test/
H A DtH5S.F9056 INTEGER(HID_T) :: dset1_id, dset2_id ! Dataset identifiers local
204 dset1_id, error)
216 CALL h5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, data1_in, data_dims, error)
229 CALL h5dread_f(dset1_id, H5T_NATIVE_INTEGER, data1_out, data_dims, error)
268 CALL h5dclose_f(dset1_id, error)
H A DtH5G.F9064 INTEGER(HID_T) :: dset1_id ! Dataset identifier local
110 dset1_id, error)
117 CALL h5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, dset1_data, data_dims, error)
230 CALL h5dclose_f(dset1_id, error)
H A DtH5R.F9055 INTEGER(HID_T) :: dset1_id ! Dataset identifier local
113 dset1_id, error)
135 CALL h5dclose_f(dset1_id, error)
204 CALL h5rdereference_f(dsetr_id, ref(3), dset1_id, error)
208 CALL h5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, DATA, data_dims, error)
225 CALL h5dclose_f(dset1_id, error)
H A DtH5Sselect.F90364 INTEGER(HID_T) :: dset1_id ! Dataset1 identifier local
470 dset1_id, error)
482 CALL h5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, buf1, data_dims, error)
500 CALL h5dclose_f(dset1_id, error)
533 CALL h5dopen_f(file1_id, dsetname1, dset1_id, error)
542 CALL h5dget_space_f(dset1_id, dataspace1, error)
571 CALL H5dwrite_f(dset1_id, H5T_NATIVE_INTEGER, val, data_dims, error, &
606 CALL h5dclose_f(dset1_id, error)
637 CALL h5dopen_f(file1_id, dsetname1, dset1_id, error)
648 CALL h5dread_f(dset1_id, H5T_NATIVE_INTEGER, bufnew, data_dims, error)
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dtsohm.c3264 ret = H5Dclose(dset1_id); in test_sohm_extend_dset_helper()
3281 ret = H5Dclose(dset1_id); in test_sohm_extend_dset_helper()
3302 ret = H5Dclose(dset1_id); in test_sohm_extend_dset_helper()
3326 ret = H5Dclose(dset1_id); in test_sohm_extend_dset_helper()
3388 ret = H5Dclose(dset1_id); in test_sohm_extend_dset_helper()
3450 ret = H5Dclose(dset1_id); in test_sohm_extend_dset_helper()
3508 ret = H5Dclose(dset1_id); in test_sohm_extend_dset_helper()
3529 ret = H5Dclose(dset1_id); in test_sohm_extend_dset_helper()
3545 ret = H5Dclose(dset1_id); in test_sohm_extend_dset_helper()
3563 ret = H5Dclose(dset1_id); in test_sohm_extend_dset_helper()
[all …]
H A Dtfile.c2092 hid_t dset1_id, dset2_id; in test_file_double_dataset_open() local
2108dset1_id = H5Dcreate2(file1_id, DSET_NAME, H5T_NATIVE_INT, space_id, H5P_DEFAULT, H5P_DEFAULT, H5… in test_file_double_dataset_open()
2109 CHECK(dset1_id, FAIL, "H5Dcreate2"); in test_file_double_dataset_open()
2118 ret = H5Dclose(dset1_id); in test_file_double_dataset_open()
2342 hid_t dset1_id, dset2_id; in test_userblock_file_size() local
2375dset1_id = H5Dcreate2(file1_id, DSET2, H5T_NATIVE_INT, space_id, H5P_DEFAULT, H5P_DEFAULT, H5P_DEF… in test_userblock_file_size()
2376 CHECK(dset1_id, FAIL, "H5Dcreate2"); in test_userblock_file_size()
2381 ret = H5Dclose(dset1_id); in test_userblock_file_size()
H A Ddtypes.c2501 hid_t dset1_id, dset2_id; in test_compound_14() local
2677 …if((dset1_id = H5Dcreate2(file, "Dataset1", cmpd_f1_tid, space_id, H5P_DEFAULT, H5P_DEFAULT, H5P_D… in test_compound_14()
2689 if(H5Dwrite(dset1_id, cmpd_m1_tid, H5S_ALL, H5S_ALL, H5P_DEFAULT, &wdata1) < 0) { in test_compound_14()
2701 if(H5Dread(dset1_id, cmpd_m1_tid, H5S_ALL, H5S_ALL, H5P_DEFAULT, &rdata1) < 0) { in test_compound_14()
2726 if(H5Dclose(dset1_id) < 0) in test_compound_14()
2748 if((dset1_id = H5Dopen2(file, "Dataset1", H5P_DEFAULT)) < 0) { in test_compound_14()
2770 if(H5Dread(dset1_id, cmpd_m1_tid, H5S_ALL, H5S_ALL, H5P_DEFAULT, &rdata1) < 0) { in test_compound_14()
2798 if(H5Dclose(dset1_id) < 0) in test_compound_14()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dtsohm.c3349 hid_t dset1_id, dset2_id, dset3_id; in verify_dataset_extension() local
3375 space1_id = H5Dget_space(dset1_id); \ in verify_dataset_extension()
3424 CHECK_I(H5Dclose(dset1_id), "H5Dclose"); \ in verify_dataset_extension()
3433 dset1_id = H5Dopen2(file_id, "dataset", H5P_DEFAULT); \ in verify_dataset_extension()
3434 CHECK_I(dset1_id, "H5Dopen2"); \ in verify_dataset_extension()
3461 CHECK_I(dset1_id, "H5Dcreate2"); in verify_dataset_extension()
3478 ret = H5Dset_extent(dset1_id, dims2); in verify_dataset_extension()
3507 ret = H5Dclose(dset1_id); in verify_dataset_extension()
3525 CHECK_I(dset1_id, "H5Dcreate2"); in verify_dataset_extension()
3530 ret = H5Dset_extent(dset1_id, dims2); in verify_dataset_extension()
[all …]
H A Ddtypes.c2548 hid_t dset1_id, dset2_id; in test_compound_14() local
2724 …if((dset1_id = H5Dcreate2(file, "Dataset1", cmpd_f1_tid, space_id, H5P_DEFAULT, H5P_DEFAULT, H5P_D… in test_compound_14()
2736 if(H5Dwrite(dset1_id, cmpd_m1_tid, H5S_ALL, H5S_ALL, H5P_DEFAULT, &wdata1) < 0) { in test_compound_14()
2748 if(H5Dread(dset1_id, cmpd_m1_tid, H5S_ALL, H5S_ALL, H5P_DEFAULT, &rdata1) < 0) { in test_compound_14()
2785 if(H5Dclose(dset1_id) < 0) in test_compound_14()
2807 if((dset1_id = H5Dopen2(file, "Dataset1", H5P_DEFAULT)) < 0) { in test_compound_14()
2835 if(H5Dread(dset1_id, cmpd_m1_tid, H5S_ALL, H5S_ALL, H5P_DEFAULT, &rdata1) < 0) { in test_compound_14()
2873 if(H5Dclose(dset1_id) < 0) in test_compound_14()
H A Dtfile.c2092 hid_t dset1_id, dset2_id; in test_file_double_dataset_open() local
2108dset1_id = H5Dcreate2(file1_id, DSET_NAME, H5T_NATIVE_INT, space_id, H5P_DEFAULT, H5P_DEFAULT, H5… in test_file_double_dataset_open()
2109 CHECK(dset1_id, FAIL, "H5Dcreate2"); in test_file_double_dataset_open()
2118 ret = H5Dclose(dset1_id); in test_file_double_dataset_open()
2544 hid_t dset1_id, dset2_id; in test_userblock_file_size() local
2577dset1_id = H5Dcreate2(file1_id, DSET2, H5T_NATIVE_INT, space_id, H5P_DEFAULT, H5P_DEFAULT, H5P_DEF… in test_userblock_file_size()
2578 CHECK(dset1_id, FAIL, "H5Dcreate2"); in test_userblock_file_size()
2583 ret = H5Dclose(dset1_id); in test_userblock_file_size()
/dports/science/hdf5-18/hdf5-1.8.21/tools/lib/
H A Dh5diff.h130 hsize_t diff_datasetid( hid_t dset1_id,
H A Dh5diff.c1378 hid_t dset1_id = -1; in diff() local
1533 if((dset1_id = H5Dopen2(file1_id, path1, H5P_DEFAULT)) < 0) in diff()
1565 nfound += diff_attr(dset1_id, dset2_id, path1, path2, opts); in diff()
1568 if(H5Dclose(dset1_id) < 0) in diff()
1763 H5Dclose(dset1_id); in diff()
/dports/science/hdf5/hdf5-1.10.6/tools/lib/
H A Dh5diff.h130 hsize_t diff_datasetid( hid_t dset1_id,
H A Dh5diff.c1381 hid_t dset1_id = -1; in diff() local
1536 if((dset1_id = H5Dopen2(file1_id, path1, H5P_DEFAULT)) < 0) in diff()
1568 nfound += diff_attr(dset1_id, dset2_id, path1, path2, opts); in diff()
1571 if(H5Dclose(dset1_id) < 0) in diff()
1766 H5Dclose(dset1_id); in diff()