summaryrefslogtreecommitdiffstats
path: root/tools/src
ModeNameSize
-rw-r--r--CMakeLists.txt760logstatsplain
-rw-r--r--Makefile.am824logstatsplain
d---------h5copy117logstatsplain
d---------h5diff250logstatsplain
d---------h5dump400logstatsplain
d---------h5format_convert127logstatsplain
d---------h5import157logstatsplain
d---------h5jam153logstatsplain
d---------h5ls115logstatsplain
d---------h5perf347logstatsplain
d---------h5repack468logstatsplain
d---------h5stat117logstatsplain
d---------misc268logstatsplain
td>[svn-r13740] Purpose:Albert Cheng2007-05-092-5/+5 | | | | | | | | | | | | | | | | | | | | Bug fix. Description: The fortran configure tried to test link with the MPI library but it used "mpi_file_open()" which is actually an MPI-IO API. It might not always be included in the -lmpi library. It looked like an error when the configure code was adapted from the top configure.in. Why it worked before: it was probably because the top configure has already figured out -lmpio is needed and this information is sent to the fortran configure in older version of autoconf. The latest one does not do that and exposed this error in LANL QSC. Solution: Fixed it to use the proper "mpi_init()" instead. Tested Platform: LANL QSC and kagiso, both using parallel. * [svn-r13739] Purpose:Albert Cheng2007-05-092-22/+13 | | | | | | | | | | | | | | | | | | | | Feature. Description: Since fortran and C++ run their own configure, their configure summary were printed right where it happens. So, they were separated from the summary at the end. They also put them in their own libhdf4XXX.settings. The information are scattered. Solution: Changed the configure of Fortran and C++ to buffer their summary in some temporary files. Then the main configure displays them together with its own summary informaiton. The benefit is to have all this information in one place. Tested: Kagiso. (did not do h5committest since this is shell script and I pretty it should work in other platforms.) * [svn-r13715] Feature:Albert Cheng2007-05-011-1/+1 | | | | | | | | | | Change --enable-debug default to no if producton is enabled. Platform tested: kagiso just doing configure with various combinations of option and varified the output. (c++/configure and fortran/configure changes only due to bin/reconfigure.) * [svn-r13693] Snapshot version 1.6 release 6 (snap20)HDF Tester2007-04-232-10/+10 | * [svn-r13678] Description:Quincey Koziol2007-04-181-1/+1 | | | | | | | | Disable aggressive optimizations for gcc 4.2 (same as other gcc 3.* and 4.* releases). Tested on: FreeBSD/32 6.2 (duty) w/gcc 4.2.0 * [svn-r13669] Fixed a bug in fortran libraries for Visual Studio 2005, which ↵Scott Wegner2007-04-152-2/+2 | | | | | | | | was causing in to fail the tests only on VS2005. Had to do with the type that was being passed from Fortran code to cstub code. Tested: VS2005 on WinXP kagiso * [svn-r13661] Minor cleanups and bug fixes.Elena Pourmal2007-04-131-1/+1 | | | | | | | | H5Zpublic.h file didn't include H5public.h; done H5Spublic.h had ghost function H5Sset_space; deleted h5gget_comment_c had a small bug in calculating buffer length; fixed Platforms tested: pahra and kagiso; too minor for h5committest * [svn-r13651] purpose:Albert Cheng2007-04-12