summaryrefslogtreecommitdiffstats
path: root/tools/perform/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29381] Re-ran autogen.sh on THG machines to update autotools outputDana Robinson2016-03-091-0/+1
| | | | | | | | files. Added java Makefile.in files. Tested on: jam
*-. [svn-r29378] Bring alpha2 in line with revise_chunks (up to r29365)Dana Robinson2016-03-091-5/+41
|\ \ | | | | | | | | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ C++ and Fortran autotools parallel w/ Fortran CMake serial w/ C++ and Fortran
| | * [svn-r26097] Removed configure and Makefile.in files from version control.Dana Robinson2015-02-021-1536/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++
| | * [svn-r26069] Removed the option to selectively disable internal filters like ↵Dana Robinson2015-01-291-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | n-bit at compile time. Fixes HDFFV-9086 Tested on: jam, both serial and parallel w/ fortran & C++
| | * [svn-r26051] Fix for HDFFV-9092Scot Breitenfeld2015-01-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam
| | * [svn-r25940] HDFFV-9046: reorganize hdf5/perform, step 2Albert Cheng2015-01-011-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move timing measurement routines used by h5perf and h5perf_serial to tools/lib so that they can be used by other tools too. tools/lib/io_timer.c tools/lib/io_timer.h tools/perform/io_timer.c tools/perform/io_timer.h renamed perform/io_timer.[ch] to lib/io_timer.[ch] tools/lib/Makefile.am tools/lib/Makefile.in tools/lib/CMakeLists.txt tools/perform/Makefile.in tools/perform/Makefile.am tools/perform/CMakeLists.txt MANIFEST updated due to the move. Tested; h5committest and jam (serial)
| | * [svn-r25932] HDFFV-8902: merge the source code of h5perf and h5perf_serial, ↵Albert Cheng2014-12-301-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stage 1. tools/perform/sio_timer.h: tools/perform/pio_timer.c: tools/perform/io_timer.h: tools/perform/io_timer.c: Renamed pio_timer.[ch] as io_timer.[ch]; merged content of sio_timer.[ch] into io_timer.[ch] so that both h5perf and h5perf_serial call the combined io_timer.[ch]. Moved the debug printing code segment in set_time() in [sp]io_timer.c to as debug_start_stop_time() in [sp]io_perf.c where it belongs. Screened out set_timer_type() and get_timer_type() which were not used by any code. tools/perform/Makefile.am: tools/perform/Makefile.in: tools/perform/CMakeLists.txt Adjusted to use io_timer.c for both h5perf and h5perf_serial. tools/perform/pio_perf.c: tools/perform/sio_perf.c: tools/perform/pio_perf.h: tools/perform/sio_perf.h: Renamed [sp]io_time_destory() to same io_time_destroy(); Moved the debug printing code segment in set_time() in [sp]io_timer.c to as debug_start_stop_time() in [sp]io_perf.c where it belongs. tools/perform/pio_engine.c: tools/perform/sio_engine.c: Removed #include io_timer.h since it was already #include by [sp]io_perf.h. MANIFEST: Updated the merge of [sp]io_timer.[ch] into io_timer.[ch]. Tested: h5committest and jam in extra.
| | * [svn-r25900] HDFFV-9046: reorganize hdf5/perform/ directory Albert Cheng2014-12-171-0/+1544
| | | | | | | | | | | | Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite.
* | [svn-r29225] Re-ran autogen.sh on THG machines to update autotools outputDana Robinson2016-02-291-0/+1
| | | | | | | | | | | | files. Tested on: jam
* | [svn-r29224] Brought alpha2 branch in sync with revise_chunks (up to r29219)Dana Robinson2016-02-291-4/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | Note: generated autotools files are from a VM and not THG machines. These will be updated immediately after check-in. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Fortran & C++ autotools parallel (MPICH 3.1.4) w/ Fortran CMake serial (cmakehdf5 w/ CMake 3.3.2)
* | [svn-r29218] Revert of r28909 and r28914Dana Robinson2016-02-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This commented out the memory allocation sanity checker in alpha1. The feature has been restored for alpha2. The H5B package was also removed from the "all" list of package- specific debugging output since it slows down the library so much. This equivalent to r29099 in revise_chunks but was done manually since that change comes after major configure.ac rework. Tested on: jam
* | [svn-r28909] Commented out --enable-memory-access-sanity-check in ↵Dana Robinson2016-01-151-1/+0
| | | | | | | | | | | | | | | | configure.ac until the next alpha. Re-ran autogen.sh. Tested on: jam
* | [svn-r28860] Fixed autotools generated files version mismatch.Dana Robinson2016-01-121-0/+1
| | | | | | | | Tested on: jam
* | [svn-r28859] Merge of r28762, 28770-82, 28791-28806, 28816-28836, 28857Dana Robinson2016-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from revise_chunks. This is basically all the revise_chunks changes since alpha0 aside from the v2 B-tree changes that cause SWMR to fail. This merge should also bring the alpha branch in sync with the trunk. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ C++ and Fortran autotools parallel w/ Fortran (MPICH 3.1.4) cmake serial (cmakehdf5) w/ C++ and Fortran
* | [svn-r28849] Maintenance: Changed version number in the alpha1 branch to ↵Elena Pourmal2016-01-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | 1.10.0-prealpha1 in preparation for the source release to DLS before alpha1. As you will see, many files were modified by the bin/h5vers script because it runs the ./autogen.sh script and regenerates *.in files. The modified code was built and tested on jam, i.e., generated files are OK.
* | [svn-r28737] Added generated files for branch release.Dana Robinson2015-12-291-0/+1561
|/
* [svn-r27960] Autogen merges from trunk.Dana Robinson2015-10-061-1549/+0
| | | | | | | r27794, 27795, 27802, 27812, 27819, 27826, 27828, 27829, 27878 27880, 27898, 27902 Tested on: local Linux
* [svn-r27859] Merged revisionsDana Robinson2015-09-221-0/+1
| | | | | | | | | | | 27625, 27627, 27647, 27648, 27661, 27668, 27670, 27671, 27674, 27676, 27703, 27716, 27720, 27747, 27754, 27755 from the trunk. Mostly CMake and Fortran changes. Tested on: jam (w/ gcc/gfortran 4.9.3)
* [svn-r27855] Merged revisions:Dana Robinson2015-09-221-1/+0
| | | | | | | | | | | 27509, 27515, 27517, 27521, 27524, 27525, 27537, 27555, 27570, 27575, 27585, 27586, 27590, 27591, 27592 from the trunk. Minor CMake and Fortran changes Tested on: jam (w/ gcc/gfortran 4.9.3)
* [svn-r27853] Merged r27488-27500 from the trunk.Dana Robinson2015-09-221-5/+24
| | | | | | | Fortran 2003 changes Tested on: jam serial (w/ gcc/gfortran 4.9.3) jam parallel (fortran tests, parallel tests have known failure)
* [svn-r26894] Bring revisions #26459 - #26785 from trunk to revise_chunks.Vailin Choi2015-04-221-5/+0
| | | | h5committested.
* [svn-r26859] Bring revisions #26324 - #26843 from trunk to revise_chunks.Vailin Choi2015-04-211-5/+0
| | | | h5committested.
* [svn-r26378] Bring revisions #26220 - #26324 from trunk to revise_chunks. ↵Vailin Choi2015-03-061-2/+2
| | | | h5committested.
* [svn-r26362] Bring revisions #26109 - 26188 from trunk to revise_chunks.Vailin Choi2015-03-041-2/+2
| | | | h5committested.
* [svn-r26345] Bring revisions #25902 - #25971 from trunk to revise_chunks.Vailin Choi2015-03-031-8/+4
| | | | h5committested.
* [svn-r26344] Bring revisions #25870 - #25902 from trunk to revise_chunks.Vailin Choi2015-03-021-0/+1544
h5committested.