summaryrefslogtreecommitdiffstats
path: root/tools/test/perform
Commit message (Collapse)AuthorAgeFilesLines
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-12/+12
| | | | clean up warnings.
* Cleanup possible CMake target conflictsAllen Byrne2019-06-191-0/+4
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-30/+82
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Added the HDopen work-around on windows to pio_engine.cDana Robinson2019-03-151-0/+6
|
* Adds _wopen support on Windows so that files with UTF-8 namesDana Robinson2019-03-151-0/+6
| | | | | | can be opened. Fixes: HDFFV-2714, HDFFV-3914, HDFFV-3895, HDFFV-8237, HDFFV-10413, HDFFV-10691
* Refactor mpi test namesAllen Byrne2019-02-111-2/+2
|
* Distinguish parallel performance testsAllen Byrne2019-02-111-2/+2
|
* Refactor out timeout valuesAllen Byrne2019-02-061-1/+1
|
* HDFFV-10601: Some compiler doesn't support clock_gettime(). So I changed to ↵Songyu Lu2018-11-161-77/+25
| | | | use gettimeofday (HDgettimeofday in the HDF5 library).
* HDFFV-10601: I added error checking to the HDF5 functions.Songyu Lu2018-11-141-65/+161
|
* HDFFV10601: Adding performance test to verify the improvement.Songyu Lu2018-11-133-2/+373
|
* TRILAB-81 coverity fixesAllen Byrne2018-10-171-2/+4
|
* HD prefix and whitespaceAllen Byrne2018-08-281-35/+35
|
* Merge pull request #1043 in HDFFV/hdf5 from ↵Dana Robinson2018-05-311-0/+684
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5do_direct_chunk_hl_to_src to develop * commit '1da9c5545c013ebc540ba3044810889d4acfa5be': Restored some unused #defines to the deprecated section of H5Dpublic.h. Added deprecated symbol wrappers for the H5DOwrite/read_chunk wrappers. Updated commenting in the H5DO compat test. Stripped out most of the duplicated functionality in the H5DO compat test. * Added H5DO compatibility functions. * Changed the offset copy to use an array on the stack. * Yanked some unused #defines. * Fixed the error tests * Moved common functionality into helper functions Normalize with trunk prior to update merge Fixed a warning. Finished move of H5DOread/write_chunk calls to H5D. First stage of moving H5DOread/write_chunk() to src/ and making them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
| * Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-05-151-27/+27
| |\
| * \ Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-301-21/+19
| |\ \
| * | | First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-301-0/+684
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
* | | | Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-9/+9
| |_|/ |/| |
* | | TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-27/+27
| |/ |/|
* | TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
| |
* | TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-20/+18
|/
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* Cleanup overuse of include filesAllen Byrne2018-02-142-14/+12
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-9/+0
|
* Correct usage of MPI varsAllen Byrne2017-11-011-2/+2
|
* Correct test DEPENDSAllen Byrne2017-10-251-2/+1
|
* Cleanup cmake clean macrosAllen Byrne2017-10-031-1/+23
|
* Make sure zip_perf program does not run concurrentlyAllen Byrne2017-07-261-0/+1
|
* Remove duplicate definesAllen Byrne2017-05-042-18/+0
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2522-127/+95
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Final merge of page buffering branch to developQuincey Koziol2017-03-143-3/+36
|
* Clean up whitespaceQuincey Koziol2017-02-071-4/+0
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-7/+98
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-102-7/+7
|
* Re-merge HDFFV-9942 to new folder structureAllen Byrne2016-10-276-46/+420
|
* Split tools into src and test - add foldersAllen Byrne2016-10-2723-0/+12887