Home
last modified time | relevance | path

Searched refs:acc_tpl (Results 1 – 18 of 18) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/tools/perform/
H A Dperf.c82 hid_t acc_tpl; /* File access templates */ variable
186 VRFY((acc_tpl >= 0), "", H5FATAL); in main()
192 ret = H5Pset_alignment(acc_tpl, opt_threshold, opt_alignment ); in main()
197 acc_tpl = H5Pcreate (H5P_FILE_ACCESS); in main()
198 VRFY((acc_tpl >= 0), "", H5FATAL); in main()
205 acc_tpl = H5Pcreate (H5P_FILE_ACCESS); in main()
206 VRFY((acc_tpl >= 0), "", H5FATAL); in main()
207 ret = H5Pset_fapl_mpio(acc_tpl, MPI_COMM_WORLD, MPI_INFO_NULL); in main()
220 fid = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, acc_tpl); in main()
282 fid=H5Fopen(filename,H5F_ACC_RDONLY,acc_tpl); in main()
[all …]
H A Dpio_engine.c2449 hid_t acc_tpl = -1; /* file access templates */ in do_fopen() local
2505 if ((acc_tpl = H5Pcreate(H5P_FILE_ACCESS)) < 0) { in do_fopen()
2511 if (H5Pset_fapl_mpio(acc_tpl, pio_comm_g, h5_io_info_g) < 0) { in do_fopen()
2517 if (H5Pset_alignment(acc_tpl, param->h5_thresh, param->h5_align) < 0) { in do_fopen()
2524 fd->h5fd = H5Fcreate(fname, H5F_ACC_TRUNC, H5P_DEFAULT, acc_tpl); in do_fopen()
2526 fd->h5fd = H5Fopen(fname, H5F_ACC_RDONLY, acc_tpl); in do_fopen()
2533 if (H5Pclose(acc_tpl) < 0) { in do_fopen()
/dports/science/hdf5/hdf5-1.10.6/tools/test/perform/
H A Dperf.c83 hid_t acc_tpl; /* File access templates */ variable
187 VRFY((acc_tpl >= 0), "", H5FATAL); in main()
193 ret = H5Pset_alignment(acc_tpl, opt_threshold, opt_alignment ); in main()
198 acc_tpl = H5Pcreate (H5P_FILE_ACCESS); in main()
199 VRFY((acc_tpl >= 0), "", H5FATAL); in main()
206 acc_tpl = H5Pcreate (H5P_FILE_ACCESS); in main()
207 VRFY((acc_tpl >= 0), "", H5FATAL); in main()
208 ret = H5Pset_fapl_mpio(acc_tpl, MPI_COMM_WORLD, MPI_INFO_NULL); in main()
221 fid = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, acc_tpl); in main()
283 fid=H5Fopen(filename,H5F_ACC_RDONLY,acc_tpl); in main()
[all …]
H A Dpio_engine.c2454 hid_t acc_tpl = -1; /* file access templates */ in do_fopen() local
2510 if ((acc_tpl = H5Pcreate(H5P_FILE_ACCESS)) < 0) { in do_fopen()
2516 if (H5Pset_fapl_mpio(acc_tpl, pio_comm_g, h5_io_info_g) < 0) { in do_fopen()
2522 if (H5Pset_alignment(acc_tpl, param->h5_thresh, param->h5_align) < 0) { in do_fopen()
2529 fd->h5fd = H5Fcreate(fname, H5F_ACC_TRUNC, H5P_DEFAULT, acc_tpl); in do_fopen()
2531 fd->h5fd = H5Fopen(fname, H5F_ACC_RDONLY, acc_tpl); in do_fopen()
2538 if (H5Pclose(acc_tpl) < 0) { in do_fopen()
/dports/science/hdf5-18/hdf5-1.8.21/testpar/
H A Dt_file.c40 hid_t acc_tpl; /* File access properties */ in test_split_comm_access() local
68 acc_tpl = create_faccess_plist(comm, info, facc_type); in test_split_comm_access()
69 VRFY((acc_tpl >= 0), ""); in test_split_comm_access()
72 fid=H5Fcreate(filename,H5F_ACC_TRUNC,H5P_DEFAULT,acc_tpl); in test_split_comm_access()
76 ret=H5Pclose(acc_tpl); in test_split_comm_access()
H A Dt_dset.c311 VRFY((acc_tpl >= 0), ""); in dataset_writeInd()
318 ret = H5Pclose(acc_tpl); in dataset_writeInd()
455 VRFY((acc_tpl >= 0), ""); in dataset_readInd()
462 ret = H5Pclose(acc_tpl); in dataset_readInd()
592 VRFY((acc_tpl >= 0), ""); in dataset_writeAll()
599 ret = H5Pclose(acc_tpl); in dataset_writeAll()
1133 ret = H5Pclose(acc_tpl); in dataset_readAll()
1560 ret = H5Pclose(acc_tpl); in extend_writeInd()
1931 ret = H5Pclose(acc_tpl); in extend_readInd()
2131 ret = H5Pclose(acc_tpl); in extend_writeAll()
[all …]
H A Dt_span_tree.c1592 hid_t acc_tpl; /* File access templates */ in lower_dim_size_comp_test__run_test() local
1715 acc_tpl = create_faccess_plist(mpi_comm, mpi_info, facc_type); in lower_dim_size_comp_test__run_test()
1716 VRFY((acc_tpl >= 0), "create_faccess_plist() succeeded"); in lower_dim_size_comp_test__run_test()
1719 fid = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, acc_tpl); in lower_dim_size_comp_test__run_test()
1725 ret = H5Pclose(acc_tpl); in lower_dim_size_comp_test__run_test()
2693 hid_t acc_tpl; in link_chunk_collective_io_test() local
2715 acc_tpl = create_faccess_plist(mpi_comm, mpi_info, facc_type); in link_chunk_collective_io_test()
2716 VRFY((acc_tpl >= 0), "create_faccess_plist() succeeded"); in link_chunk_collective_io_test()
2719 file_id = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, acc_tpl); in link_chunk_collective_io_test()
2725 ret = H5Pclose(acc_tpl); in link_chunk_collective_io_test()
H A Dt_shapesame.c147 hid_t acc_tpl; /* File access templates */ in hs_dr_pio_test__setup() local
282 acc_tpl = create_faccess_plist(tv_ptr->mpi_comm, tv_ptr->mpi_info, facc_type); in hs_dr_pio_test__setup()
283 VRFY((acc_tpl >= 0), "create_faccess_plist() succeeded"); in hs_dr_pio_test__setup()
291 ret = H5Pset_alignment(acc_tpl, (hsize_t)0, SHAPE_SAME_TEST_ALIGNMENT); in hs_dr_pio_test__setup()
296 tv_ptr->fid = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, acc_tpl); in hs_dr_pio_test__setup()
302 ret = H5Pclose(acc_tpl); in hs_dr_pio_test__setup()
/dports/science/hdf5/hdf5-1.10.6/testpar/
H A Dt_dset.c319 VRFY((acc_tpl >= 0), ""); in dataset_writeInd()
326 ret = H5Pclose(acc_tpl); in dataset_writeInd()
463 VRFY((acc_tpl >= 0), ""); in dataset_readInd()
470 ret = H5Pclose(acc_tpl); in dataset_readInd()
600 VRFY((acc_tpl >= 0), ""); in dataset_writeAll()
607 ret = H5Pclose(acc_tpl); in dataset_writeAll()
1141 ret = H5Pclose(acc_tpl); in dataset_readAll()
1568 ret = H5Pclose(acc_tpl); in extend_writeInd()
1939 ret = H5Pclose(acc_tpl); in extend_readInd()
2139 ret = H5Pclose(acc_tpl); in extend_writeAll()
[all …]
H A Dt_bigio.c495 hid_t acc_tpl; /* File access templates */ in dataset_big_write() local
506 acc_tpl = H5Pcreate (H5P_FILE_ACCESS); in dataset_big_write()
507 VRFY((acc_tpl >= 0), "H5P_FILE_ACCESS"); in dataset_big_write()
508 H5Pset_fapl_mpio(acc_tpl, MPI_COMM_WORLD, MPI_INFO_NULL); in dataset_big_write()
515 ret = H5Pclose(acc_tpl); in dataset_big_write()
798 hid_t acc_tpl; /* File access templates */ in dataset_big_read() local
824 acc_tpl = H5Pcreate (H5P_FILE_ACCESS); in dataset_big_read()
825 VRFY((acc_tpl >= 0), "H5P_FILE_ACCESS"); in dataset_big_read()
826 H5Pset_fapl_mpio(acc_tpl, MPI_COMM_WORLD, MPI_INFO_NULL); in dataset_big_read()
829 fid=H5Fopen(FILENAME[0],H5F_ACC_RDONLY,acc_tpl); in dataset_big_read()
[all …]
H A Dt_span_tree.c1563 hid_t acc_tpl; /* File access templates */ in lower_dim_size_comp_test__run_test() local
1686 acc_tpl = create_faccess_plist(mpi_comm, mpi_info, facc_type); in lower_dim_size_comp_test__run_test()
1687 VRFY((acc_tpl >= 0), "create_faccess_plist() succeeded"); in lower_dim_size_comp_test__run_test()
1690 fid = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, acc_tpl); in lower_dim_size_comp_test__run_test()
1696 ret = H5Pclose(acc_tpl); in lower_dim_size_comp_test__run_test()
2650 hid_t acc_tpl; in link_chunk_collective_io_test() local
2672 acc_tpl = create_faccess_plist(mpi_comm, mpi_info, facc_type); in link_chunk_collective_io_test()
2673 VRFY((acc_tpl >= 0), "create_faccess_plist() succeeded"); in link_chunk_collective_io_test()
2676 file_id = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, acc_tpl); in link_chunk_collective_io_test()
2682 ret = H5Pclose(acc_tpl); in link_chunk_collective_io_test()
H A Dt_file.c64 hid_t acc_tpl; /* File access properties */ in test_split_comm_access() local
92 acc_tpl = create_faccess_plist(comm, info, facc_type); in test_split_comm_access()
93 VRFY((acc_tpl >= 0), ""); in test_split_comm_access()
96 fid=H5Fcreate(filename,H5F_ACC_TRUNC,H5P_DEFAULT,acc_tpl); in test_split_comm_access()
100 ret=H5Pclose(acc_tpl); in test_split_comm_access()
H A Dt_shapesame.c141 hid_t acc_tpl; /* File access templates */ in hs_dr_pio_test__setup() local
276 acc_tpl = create_faccess_plist(tv_ptr->mpi_comm, tv_ptr->mpi_info, facc_type); in hs_dr_pio_test__setup()
277 VRFY((acc_tpl >= 0), "create_faccess_plist() succeeded"); in hs_dr_pio_test__setup()
285 ret = H5Pset_alignment(acc_tpl, (hsize_t)0, SHAPE_SAME_TEST_ALIGNMENT); in hs_dr_pio_test__setup()
290 tv_ptr->fid = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, acc_tpl); in hs_dr_pio_test__setup()
296 ret = H5Pclose(acc_tpl); in hs_dr_pio_test__setup()
/dports/misc/adios2/ADIOS2-2.7.1/source/utils/adios_iotest/
H A Dhdf5Stream.cpp22 hid_t acc_tpl = H5Pcreate(H5P_FILE_ACCESS); in hdf5Stream() local
24 herr_t ret = H5Pset_fapl_mpio(acc_tpl, comm, info); in hdf5Stream()
36 H5Fcreate(streamName.c_str(), H5F_ACC_TRUNC, H5P_DEFAULT, acc_tpl); in hdf5Stream()
42 h5file = H5Fopen(streamName.c_str(), H5F_ACC_RDONLY, acc_tpl); in hdf5Stream()
58 ret = H5Pclose(acc_tpl); in hdf5Stream()
/dports/science/hdf5-18/hdf5-1.8.21/examples/
H A Dph5example.c883 hid_t acc_tpl; /* File access properties */ in test_split_comm_access() local
903 acc_tpl = H5Pcreate (H5P_FILE_ACCESS); in test_split_comm_access()
904 assert(acc_tpl != FAIL); in test_split_comm_access()
907 ret = H5Pset_fapl_mpio(acc_tpl, comm, info); in test_split_comm_access()
911 fid=H5Fcreate(filenames[color],H5F_ACC_TRUNC,H5P_DEFAULT,acc_tpl); in test_split_comm_access()
916 ret=H5Pclose(acc_tpl); in test_split_comm_access()
/dports/science/hdf5/hdf5-1.10.6/examples/
H A Dph5example.c883 hid_t acc_tpl; /* File access properties */ in test_split_comm_access() local
903 acc_tpl = H5Pcreate (H5P_FILE_ACCESS); in test_split_comm_access()
904 assert(acc_tpl != FAIL); in test_split_comm_access()
907 ret = H5Pset_fapl_mpio(acc_tpl, comm, info); in test_split_comm_access()
911 fid=H5Fcreate(filenames[color],H5F_ACC_TRUNC,H5P_DEFAULT,acc_tpl); in test_split_comm_access()
916 ret=H5Pclose(acc_tpl); in test_split_comm_access()
/dports/misc/adios2/ADIOS2-2.7.1/source/h5vol/
H A DH5VolReadWrite.c136 void gInitADIOS2(hid_t acc_tpl) in gInitADIOS2() argument
151 if (H5Pget_driver(acc_tpl) == H5FD_MPIO) in gInitADIOS2()
154 H5Pget_fapl_mpio(acc_tpl, &comm, &info); in gInitADIOS2()
H A DH5Vol_def.h263 extern void gInitADIOS2(hid_t acc_tpl);