summaryrefslogtreecommitdiffstats
path: root/testpar/t_pread.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed missed closing of a dataset * fixed missed closing of a dataset * fixed typo in error return * Committing clang-format changes * minor edits * code format * Committing clang-format changes * code format * minor edit * switched from using MPI_count, to actual bytes written for H5FD_mpio_debug rw debugging * Committing clang-format changes * changed size_i in printf to reflect the I/O. * Committing clang-format changes * Fixed seg fault with xlf on BE with -qintsize=8 * fixed error function string * spelling corrections via codespell, added new spell check github actions * Committing clang-format changes * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * work around for https://github.com/codespell-project/codespell/issues/2137 * misc * added missing file * misc * misc. * misc * switch to using Codespell with GitHub Actions * misc. * misc. * fixed more sp errors * Fix new typos found by codespell. * fixed proceed with precede * fixed variable in fortran test * fixed minnum * updated spelling list Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)Dana Robinson2020-12-241-26/+26
|
* Clang-format of source filesAllen Byrne2020-09-301-568/+537
|
* Trim trailing whitespaceQuincey Koziol2020-04-201-12/+12
|
* HDFFV-10625 -- Implemented a process-0 read and then broadcast for ↵Quincey Koziol2019-01-071-21/+401
| | | | collective read of full (HS_ALL), contiguous, atomic datasets by all the processes in the file communicator.
* VOL FEATUREDana Robinson2018-10-101-14/+14
|
* replace page charsAllen Byrne2018-09-271-3/+3
|
* Remove obsolete commentAllen Byrne2018-09-271-24/+17
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-181-136/+74
|\ | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Fixed t_pread.c to remove the use of h5jam, etc.. This fixes HDFFV-8839 and ↵Richard Warren2018-03-021-108/+47
| | | | | | | | should merge into develop
| * Cleanup overuse of include filesAllen Byrne2018-02-141-37/+36
| |
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-1/+1
|/
* Make a fix to allow CMake testing which does not use relative directories.Richard Warren2017-11-021-6/+40
|
* in 'production' mode buildsRichard.Warren2017-10-171-2/+2
|
* Make fixes to avoid test failures in 'production' mode buildsRichard.Warren2017-10-171-7/+9
|
* Updated the code and RELEASE.txt note per comments from John MainzerRichard Warren2017-10-111-41/+43
|
* Try to address most of the issues raised by Dana in the code reviewRichard Warren2017-10-111-54/+50
|
* Made edits suggested by John as part of the code reviewRichard Warren2017-10-111-54/+146
|
* Add a test for parallel reads of independent files using MPI subgroupsRichard Warren2017-10-091-31/+152
|
* Edits to the file open optimization and associated testmainzer2017-10-051-169/+666
| | | | | | | code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5. Tested parallel/debug on Charis and Jelly, parallel/production on Jelly.
* The initial coding for the superblock read optizationRichard Warren2017-09-281-0/+196