Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r25900] HDFFV-9046: reorganize hdf5/perform/ directory | Albert Cheng | 2014-12-17 | 1 | -1409/+0 |
| | | | | | | Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite. | ||||
* | [svn-r24864] Description: | Quincey Koziol | 2014-03-21 | 1 | -15/+0 |
| | | | | | | | | | | | | | | | | | | Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial | ||||
* | [svn-r23986] merge warning fixes from Jonathan and Peter | Peter Cao | 2013-08-09 | 1 | -0/+5 |
|\ | |||||
| * | [svn-r23863] Remove compile warnings due to missing switch defaults | Jonathan Kim | 2013-07-03 | 1 | -0/+5 |
| | | |||||
* | | [svn-r23862] Change printfs in perform output and h5dump to prevent overflow. | Mohamad Chaarawi | 2013-07-03 | 1 | -6/+6 |
|/ | | | | | | This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450 Tested on Jam. | ||||
* | [svn-r23810] revert printf format changes to do a better solution. | Mohamad Chaarawi | 2013-06-24 | 1 | -5/+5 |
| | |||||
* | [svn-r23801] Change printfs in perform output for long long to use %lld ↵ | Mohamad Chaarawi | 2013-06-20 | 1 | -5/+5 |
| | | | | | | | | instead of %Hd. The later is for shorts. This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450 Tested on Jam. | ||||
* | [svn-r22004] Reduced warnings and fixed conflicts resulting from including ↵ | Allen Byrne | 2012-02-28 | 1 | -15/+15 |
| | | | | | | h5tools.h Tested: local linux | ||||
* | [svn-r21985] Tools must call h5tools_init before command_line parsing or ↵ | Allen Byrne | 2012-02-24 | 1 | -15/+20 |
| | | | | | | | | using tools_mesg functions. Tools library uses alais variables for stdout, stderr and tools library uses HDfprintf() functions. Tested: local linux | ||||
* | [svn-r16969] Updated perf_serial test to work on windows. | Allen Byrne | 2009-05-21 | 1 | -11/+11 |
| | | | | | Tested: Windows and h5committest | ||||
* | [svn-r16560] Description: | Quincey Koziol | 2009-03-10 | 1 | -9/+0 |
| | | | | | | | | | | Remove another call to H5E_clear_stack() from within the library. Clean up lots of compiler warnings. Tested on: Mac OS X/32 10.5.6 (amazon) (followup on other platforms forthcoming) | ||||
* | [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and ↵ | Allen Byrne | 2009-02-18 | 1 | -6/+6 |
| | | | | | | | | | | | replacing all instances with long long. Tested: h5comittest fedora 10 x64 Vista 32, VS2005, IVF101 XP32, Cygwin | ||||
* | [svn-r15628] Description: | Quincey Koziol | 2008-09-16 | 1 | -5/+5 |
| | | | | | | | | | | | | | Remove trailing whitespace from C/C++ source files, with the following script: foreach f (*.[ch] *.cpp) sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f end Tested on: Mac OS X/32 10.5.5 (amazon) No need for h5committest, just whitespace changes... | ||||
* | [svn-r15563] Added support for serial prefix HDF5_PREFIX. | Christian Chilan | 2008-08-29 | 1 | -0/+9 |
| | | | | Tested on kagiso, smirom, and linew. | ||||
* | [svn-r15179] Change copyright notice to THG only. | Christian Chilan | 2008-06-09 | 1 | -1/+0 |
| | |||||
* | [svn-r15090] Revise copyright notice. | Christian Chilan | 2008-05-29 | 1 | -2/+3 |
| | |||||
* | [svn-r15023] Revise man page of the serial benchmarking tool. | Christian Chilan | 2008-05-16 | 1 | -3/+3 |
| | | | | Tested on kagiso, smirom, and linew. | ||||
* | [svn-r15009] Revise file of the serial benchmarking tool to include new man ↵ | Christian Chilan | 2008-05-15 | 1 | -83/+51 |
| | | | | | | page. Tested on kagiso, smirom, and linew. | ||||
* | [svn-r14903] Undoing change committed in r14902. | Scot Breitenfeld | 2008-04-30 | 1 | -0/+1446 |
| | |||||
* | [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵ | Scot Breitenfeld | 2008-04-30 | 1 | -1446/+0 |
| | | | | New fortran wrappers added. | ||||
* | [svn-r14829] Revised files of the serial benchmarking tool. | Christian Chilan | 2008-04-11 | 1 | -4/+0 |
| | | | | Tested on kagiso, smirom, and linew. | ||||
* | [svn-r14826] Files for the serial benchmarking tool, h5perf_serial. | Christian Chilan | 2008-04-10 | 1 | -0/+1450 |
Tested on kagiso, smirom, and linew. |