summaryrefslogtreecommitdiffstats
path: root/tools/test/perform
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1936 in HDFFV/hdf5 from ↵Dana Robinson2019-09-194-52/+52
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit 'a6930a2bcfd37ea3610baafb608faec883286315': Renamed get/set_time() calls in the tools library to avoid name clash when building static parallel HDF5 w/ static linking to OpenMPI.
| * Renamed get/set_time() calls in the tools library to avoid nameDana Robinson2019-09-194-52/+52
| | | | | | | | clash when building static parallel HDF5 w/ static linking to OpenMPI.
* | Add missing HD prefixAllen Byrne2019-09-181-1/+1
|/
* OESS-29 Fix HD prefix in perform and enable test compileAllen Byrne2019-08-279-369/+373
|
* Whitespace cleanupAllen Byrne2019-08-153-13/+13
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-8/+22
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-8/+15
|
* non-windows test must be skipped on windowsAllen Byrne2019-07-111-1/+3
|
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-102-13/+19
|\
| * perf program can only be built on unix platformsAllen Byrne2019-07-081-13/+15
| |
| * Declaration needed for parallel standaloneAllen Byrne2019-07-081-0/+4
| |
* | Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-102-15/+23
| | | | | | | | to warning cleanups that are a bit obscure.
* | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-052-0/+17
|\ \ | |/
| * perf test is parallel onlyAllen Byrne2019-07-032-31/+17
| |
| * Add missing testAllen Byrne2019-07-032-0/+31
| |
* | Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-032-12/+15
|/
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-282-237/+0
|\
| * Remove unused codeAllen Byrne2019-06-272-237/+0
| |
* | Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-1/+1
|/ | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* 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.