summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15769] Bug #1312Pedro Vicente Nunes2008-10-032-58/+135
| | | | | | | Solution: Check for the existence of chunks before pruning them (an assertion was triggered when attempting to do so) Tested: windows , linux, solaris
* [svn-r15740] Description:Scot Breitenfeld2008-09-308-21/+127
| | | | | Changed the tests so that the *.h5 test files are removed depending on the HDF5_NOCLEANUP environment variable. bug 696
* [svn-r15739] Bug #1333Pedro Vicente Nunes2008-09-301-15/+40
| | | | | | | Solution: Check for the existence of objects in the file before calling malloc with the number of objects (this is because in AIX, malloc(0) returns NULL) Tested: windows , linux
* [svn-r15734] Description:Scot Breitenfeld2008-09-306-3/+125
| | | | Added the function h5tget_native_type_f for bug 1193 and associated tests.
* [svn-r15730] Description:Scot Breitenfeld2008-09-303-13/+1030
| | | | | | | | | | | | | Fixed bug 1319 for functions: nh5sget_select_hyper_blocklist_c nh5sget_select_bounds_c nh5sget_select_elem_pointlist_c nh5sselect_elements_c and added additional tests.
* [svn-r15724] Bug fix #1281Pedro Vicente Nunes2008-09-296-7/+48
| | | | | | | | | | The TEXTFPE was described in the usage (read floats in scientific notation) but was not implemeneted. Solution: remove TEXTFPE from the help system and have the TEXTFPE input type do the same thing as TEXTPF currently does to support backwards compatibility (the format read for both TEXTFPE and TEXTPF is %f) added a test tested: windows, linux, solaris
* [svn-r15722] Added a file with user block data to be used by the h5repack ↵Pedro Vicente Nunes2008-09-292-1/+2
| | | | windows shell script only Note: for the unix shell script this file is not used
* [svn-r15717] Purpose: Add h5repack alignment test to Windows, and disable ↵Scott Wegner2008-09-291-0/+0
| | | | | | | | | | | | ublock test Description: revision 15679 added a test to h5repack for alignment. We've now added the test to the Windows script as well. This checkin also disables a previously-added h5repack test for the userblock. The test is disabled for now because Windows cannot find the input file ublock.bin. The file is generated dynamically on other systems, but cannot be easily generated for use on Windows. We should re-enable this test in the future when ublock.bin is added to svn. Tested: VS6 on WinXP
* [svn-r15716] Purpose: Bring changes from rev. 15710 to WindowsScott Wegner2008-09-291-0/+0
| | | | | | | | | | Description: From r15710: 'The GASS and SRB VFD have been retired and removed from the HDF5 library. The Dependencies files are generated by "make depend".' This checkin removes the related source files from the Windows projects. Tested: VS6 on WinXP
* [svn-r15714] Snapshot version 1.6 release 7 (snap20)HDF Tester2008-09-2810-38/+43
|
* [svn-r15710] The GASS and SRB VFD have been retired and removed from theAlbert Cheng2008-09-2741-7804/+92
| | | | | | | | HDF5 library. The Dependencies files are generated by "make depend". Tested: h5committest, also serial in Kagiso is tested.
* [svn-r15708] I changed the return values of H5Fget_obj_ids and ↵Raymond Lu2008-09-2612-87/+143
| | | | | | | | H5Fget_obj_count to ssize_t and modified C++ and Fortran API functions. This is for bug #1245. Tested on kagiso - I've tested the same change for the trunk using h5committest.
* [svn-r15686] New feature (h5diff -c)Pedro Vicente Nunes2008-09-231-0/+2
|
* [svn-r15679] Added the set alignment optionsPedro Vicente Nunes2008-09-2210-178/+356
| | | | | | | | | | Cleaned compiler warnings Bug fixes: 1)change the options block size variable from int to hsize_t, to match the H5Pset_userblock call 2) do not print print compression ratio when the requested filter is NONE 3) print references object names Tested: windows, linux
* [svn-r15670] Snapshot version 1.6 release 7 (snap19)HDF Tester2008-09-2110-35/+35
|
* [svn-r15651] Purpose: Bug FixMike McGreevy2008-09-184-5/+5
| | | | | | | | | Description: examples/ph5example was being built and tested even in serial mode. Added lines to the examples/Makefile.in to ensure that this is not built and tested unless parallel has been enabled by configure. Tested: kagiso and smirom
* [svn-r15647] Added h5perf extensions for 2D testing to v16.Christian Chilan2008-09-179-783/+2544
| | | | Tested on kagiso, cobalt, and abe.
* [svn-r15645] Description:Scot Breitenfeld2008-09-171-1/+1
| | | | Fixed print spacing issue.
* [svn-r15641] Description:Scot Breitenfeld2008-09-172-0/+212
| | | | Added test routines for h5t_get/set_fields_f.
* [svn-r15632] Description:Scot Breitenfeld2008-09-161-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | In nh5tget_offset_c: (1) The return value type of H5Tget_offset was set to size_t where it should be of type int. (2) Was if offset was equal to 0 it returned the error code of -1 back to Fortran, this was changed to return an error code of -1 when the offset value is < 0. In h5tget_norm_c: (1) was if the return value of H5Tget_norm = 0 it would return an error code to Fortran, but from enum of the return value: typedef enum H5T_norm_t { H5T_NORM_ERROR = -1, /*error */ H5T_NORM_IMPLIED = 0, /*msb of mantissa isn't stored, always 1 */ H5T_NORM_MSBSET = 1, /*msb of mantissa is always 1 */ H5T_NORM_NONE = 2 /*not normalized */ /*H5T_NORM_NONE must be last */ } H5T_norm_t; only when -1 is returned is there an error, changed it to return an error only if the value of H5T_NORM_ERROR = -1.
* [svn-r15620] Snapshot version 1.6 release 7 (snap18)HDF Tester2008-09-1410-38/+38
|
* [svn-r15615] Description:Frank Baker2008-09-112-5/+33
| | | | | | | | | | RM/RM_H5S.html H5Sselect_elements: Updated signature to match changed code. -- Closes Bz #1079. ADGuide/Changes.html Noted H5Sselect_elements signature change, as of Release 1.6.7. -- Closes Bz #1074. Tested: Firefox
* [svn-r15611] Description:Frank Baker2008-09-101-4/+6
| | | | | | | | | H5Fis_hdf5: Revised "Returns:" section to make it clear that the function returns a negative value if the file does not exist. -- Closes Bugzilla #1057. H5Fget_vfd_handle: Corrected 'file_handle' parameter syntax. -- Closes Bugzilla #1314. Tested: Firefox
* [svn-r15603] The MPI compiler(mvapich2-0.9.8p2patched-intel-ofed-1.2) at ↵MuQun Yang2008-09-081-0/+7
| | | | | | | | | NCSA's linux cluster(Abe) fails to handle collective IO calls with very complicate MPI derived datatype. All the values of input parameters from HDF5 are correct before passing to MPI-IO collective calls. Sometimes the following errors happen: rank 0 in job 77 honest1.ncsa.uiuc.edu_60945 caused collective abort of all ranks exit status of rank 0: killed by signal 9 Up to this point, we decide to turn off the use of advanced MPI derived datatype features inside HDF5 so that complicated selection tests are ensured to be handled by HDF5. This check-in reflects this.
* [svn-r15600] Purpose: Add new h5repack tests to WindowsScott Wegner2008-09-081-0/+0
| | | | | | | | Description: New h5repack tests were added, and also the syntax of one test was changed. Tested: VS6 on WinXP
* [svn-r15596] Snapshot version 1.6 release 7 (snap17)HDF Tester2008-09-0711-40/+71
|
* [svn-r15593] Description:Binh-Minh Ribler2008-09-051-2/+28
| | | | | Documented about the fix of bugzilla 1068 and the completion of wrappers for H5Rdereference.
* [svn-r15592] Cast the type of parameter to match the prototype of ↵Raymond Lu2008-09-041-2/+2
| | | | | | | | H5S_hyper_normalize_offset in H5D_create_chunk_map. Please see bug report #699 for details. Tested on kagiso - a minor change.
* [svn-r15566] Snapshot version 1.6 release 7 (snap16)HDF Tester2008-08-3110-43/+41
|
* [svn-r15548] Description:Frank Baker2008-08-271-59/+9
| | | | | | | | H5Pcreate_list: Removed description of thie non-existent function. -- Closes Bugzilla # 1283. H5Pset/get_cache: Corrected wrong 'rdcc_nelmts' parameter type. -- Closes Bugzilla # 1248. Tested: Firefox
* [svn-r15545] new features for h5repackPedro Vicente Nunes2008-08-271-10/+4
|
* [svn-r15544] #1184Pedro Vicente Nunes2008-08-276-19/+623
| | | | | | | | | | | | | 1) Add a userblock to an HDF5 file during the repack. The user gives give a filename and userblock size as command line parameters to h5repack and the contents of that file are stored in the userblock for the HDF5 file created by h5repack. 2) add a copy of userblock from HDF5 file New flags to handle this -u and -b tested: windows, linux
* [svn-r15530] Description:Frank Baker2008-08-251-7/+8
| | | | | | | H5Zregister: Corrected 'filter_class' parameter description to indicate that the parameter is a pointer. -- Closes Bugzilla # 1228. Tested: Firefox
* [svn-r15529] bug fixPedro Vicente Nunes2008-08-251-268/+272
| | | | | | | | when comparing attributes, a type ID was not properly closed solution: close the Id on the iteration and continue instead of goto out of the cycle tested: windows, linux
* [svn-r15501] Description:Frank Baker2008-08-201-16/+15
| | | | | | H5Zregister: Corrected H5Z_class_t struct definition. -- Closes Bugzilla # 1227. Tested: Firefox
* [svn-r15487] Added bug 1219 to "outstanding issues" in RELEASE.txt.Neil Fortner2008-08-191-0/+4
| | | | Tested: gedit
* [svn-r15482] Description:Binh-Minh Ribler2008-08-1919-180/+367
| | | | | | | | | | | | Added missing wrappers for H5Rdereference. Also, for these wrappers, improved exception handlings to report specific overloaded functions, where failure occurs. Will do the same for more functions later... Platforms tested: Linux 2.6 (kagiso) SunOS 5.10 (linew) FreeBSD (duty)
* [svn-r15479] Snapshot version 1.6 release 7 (snap15)HDF Tester2008-08-1710-38/+38
|
* [svn-r15473] Description:Frank Baker2008-08-141-4/+8
| | | | | | | | H5Tget_native_type Added text illustrating how this function works if the datatype being queried is not an atomic datatype. -- Closes Bugzilla # 1210. Tested: Firefox
* [svn-r15460] Port of fix for bz#1266 back to 1.6Neil Fortner2008-08-111-8/+0
| | | | Tested: kagiso, linew, smirom (h5committest)
* [svn-r15456] Snapshot version 1.6 release 7 (snap14)HDF Tester2008-08-1010-39/+40
|
* [svn-r15453] Purpose: Prevent datatypes from being saved with the wrong version.Neil Fortner2008-08-082-11/+15
| | | | | | | | | Description: Changes made to H5O_dtype_encode_helper to always encode arrays with version 2 and always encode all composite types (not just compounds) with version 2 if there is an array present somewhere below them in the datatype structure. Tested: kagiso, linew, smirom (h5committest)
* [svn-r15449] Purpose: Update Windows test script for new h5diff option: -cScott Wegner2008-08-071-0/+0
| | | | | | | | Description: A new parameter was added to h5diff recently. We add a new test to the h5diff script, and change the syntax in which h5diff is called from the h5repack test script. The output for one of the h5repack tests also needed to be changed. Tested: VS6 on WinXP
* [svn-r15448] bug fixPedro Vicente Nunes2008-08-071-0/+13
| | | | | | | | http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=788 don't print array indices for regions tested: windows, linux
* [svn-r15444] new test file for h5diffPedro Vicente Nunes2008-08-071-0/+1
|
* [svn-r15442] http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=1170Pedro Vicente Nunes2008-08-0624-138/+393
| | | | | | | | | | | | | | | | Summary: when using h5diff to compare the results of h5repack (or other tools that copy one HDF5 file to another), a new option is needed to allow h5diff to make an "absolute" comparison of the 2 files. This is the "contents" mode explained in the usage below. If this mode is present, objects in both files must match (must be exactly the same). If this does not happen, the tool returns an error code of 1 (instead of the success code of 0) Changes to the h5repack test script: the call to h5diff was changed to include -c (maintaining the previous -q). tested: windows, linux
* [svn-r15437] bug fixPedro Vicente Nunes2008-08-061-8/+11
| | | | | | | | the compression ratio was being printed for cases where a layout was requested and not a filter tested: windows, linux
* [svn-r15426] Snapshot version 1.6 release 7 (snap13)HDF Tester2008-08-0310-38/+38
|
* [svn-r15414] Purpose: Clean upBinh-Minh Ribler2008-07-282-57/+1
| | | | | | | | | | | Description: Removed commented out code. Platforms tested: C++ part on: Linux 2.6 (kagiso) SunOS 5.10 (linew) FreeBSD (duty)
* [svn-r15413] Purpose: Fix bugBinh-Minh Ribler2008-07-271-7/+11
| | | | | | | | | | | | | Description: Enclosed some code that test reference counts in brackets so that temporary objects will go out of scope before checking references. This is to work around the issue where some C++ compilers destroy temporary objects at different time than others. Platforms tested: SunOS 5.10 (linew) Linux 2.6 (kagiso) FreeBSD (duty)