AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
00bd6ae9c27[svn-r15674] Description: Add base support for extensible array "data blocks" to code, tests and h5debug.Tested on: Mac OS X/32 10.5.4 (amazon) in debug mode Mac OS X/32 10.5.4 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, ...
Scot BreitenfeldScot Breitenfeld
0402e025278[svn-r15673] Description:Changed the error check string to match the function being called, changed the string H5Sselect_all to H5Sselect_none
Neil FortnerNeil Fortner
6d28e06f305[svn-r15668] Purpose: Add feature requested in bug #1282Description: Adds capability to h5ls to traverse external links when the -r (recursive) option is given. Changes to the way absolute path names are patched in h5trav.c. Changes to the way recursive traversal starting from a non-root group is handled (which also fixes some preexisting issues). Tests added for these cases. Tested: kagiso, smirom, linew (h5committest)
Private HDFPrivate HDF
dcd4c0b0498[svn-r15667] Snapshot version 1.9 release 18
Albert ChengAlbert Cheng
c857aa12c18[svn-r15665] Bug fix: (ID 1157)Description: Program would crash, complaining MPI calls were invoked after MPI_Finalize() has occurred. Previously, H5close() before MPI_Finalize() would remove the crash. Solution: It turned out that two H5 property objects (mpio_pl and acc_tpl) were not closed before MPI_Finalize(). In the at_exit code, HDF5 library attempted to close them by releasing the MPI Communicators in them too. Tha...
Pedro Vicente NunesPedro Vicente Nunes
205b9019cf6[svn-r15664] fix comments tested: linux
Scott WegnerScott Wegner
8dd19b5db53[svn-r15661] Purpose: Add szip/zlib link dependencies to Windows earray[dll] projectsDescription: earray[dll] builds were failing on Windows because of missing link dependencies to szip and zlib libraries (amongst other reasons). This checkin adds those dependencies.
Scott WegnerScott Wegner
ed54f5ab7ec[svn-r15660] Purpose: Fix minor Windows issues in new H5EA interface.Description: We've run into a few Windows-specific problems with the new H5EA interface. In particular, this checkin makes the following changes: -- Change shutdown defined in earray.c to shutdown_ea, to avoid conflicting with another Windows-specific system call. -- Prefix H5EA_get in H5EAprivate.h with H5_DLL, so the function is properly exported in Windows DLL version. These changes should...
Scott WegnerScott Wegner
82f30910c2a[svn-r15659] Purpose: Fix Windows Fortran DLL definitions fileDescription: We recently moved the Windows-specific fortran source code into a separate file for specifying DLL exports. However there were a couple definitions missing in the port from 1.8 to the trunk branch. This checkin correctly includes the .def file into our Windows project, and adds the missing definitions to hdf5_fortrandll.def. Tested: VS2005 on WinXP
Scott WegnerScott Wegner
dab236581c3[svn-r15658] Purpose: Replace __func__ usage with FUNC macroDescription: Some compilers (i.e. Visual Studio on Windows) don't support the C99 keyword __func__. It does, however, have a similar keyword, __FUNCTION__. In H5EApkg.h we define a macro, FUNC, which will pick the right version and use it accordingly. This checkin changes H5EA.c to use FUNC instead of __func__. Tested: h5committest (linew smirom kagiso)
Neil FortnerNeil Fortner
c254b0bc275[svn-r15656] Purpose: fix bug 1286Description: Added configure test to see if pointer alignment restrictions are enforced (as in dereferencing an unaligned pointer causes an error). Added code in H5Tvlen.c to avoid dereferencing unaligned pointers, conditionally compiled based on the configure test. Added test case in dtypes.c which would previously cause such machines to fail. Tested: kagiso, smirom, linew (h5committest); l...
Christian ChilanChristian Chilan
67cf35a4631[svn-r15655] Changed the absolute path of the data file to a relative path.Tested on kagiso, smirom, and linew.
Pedro Vicente NunesPedro Vicente Nunes
6eb624a09d2[svn-r15653] cleaned warnings tested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
fffa1adc9aa[svn-r15652] Cleaned compiler warnings Bug fix: do not print print compression ratio when the requested filter is NONETested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
c3b40626a0e[svn-r15650] Cleaned compiler warnings Bug fix: change the options block size variable from int to hsize_t, to match the H5Pset_userblock callTested: windows, linux
Christian ChilanChristian Chilan
60661123899[svn-r15649] Included macros for portability of h5perf code among HDF5 versions.Tested on kagiso, abe, and cobalt.
Pedro Vicente NunesPedro Vicente Nunes
efb5075937c[svn-r15643] add a failure condition of writing user block Tested: windows, linux
Scott WegnerScott Wegner
036aa878b0c[svn-r15639] Purpose: Check for __func__ keyword during configureDescription: In some of the new H5EA* code, many new C99 features are being used. Most of them are portable to all compilers, but the __func__ keyword in particular isn't supported in Visual Studio on Windows. Instead, Windows defines the __FUNCTION__ keyword, which can be used as a direct substitute. We now check for the __func__ keyword during configure and define the feature flag H5_HAVE_...
Albert ChengAlbert Cheng
95149cc0957[svn-r15637] Bug 710: partial fix.Temporary removed b2 from the --enable-debug=all list so that this option will pass. "configure --help" lists the --enable-debug=all and users tend to use it and end up with compile failures in the b2 debug code. Since this bug will not be fixed soon, this is a temporary fix to let the configure and build work. Tested: h5committest plus "--enable-debu=all" test in kagiso.
Pedro Vicente NunesPedro Vicente Nunes
80693ba5de1[svn-r15636] formatted codetested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
2cd16f4c74e[svn-r15635] add info regarding user block to usagetested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
54e35b67cf0[svn-r15634] Add a default user block size of 1024 when none is givenTested: windows, linux
Scot BreitenfeldScot Breitenfeld
60534aa268e[svn-r15633] Description:Added test routines for h5t_get/set_fields_f.
Scot BreitenfeldScot Breitenfeld
3f9b3bcb471[svn-r15630] Description: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,...
Quincey KoziolQuincey Koziol
bdd7d599024[svn-r15628] Description: 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...
Muqun YangMuqun Yang
8bc0d5ed901[svn-r15627] This check-in fixes a bug inside parallel HDF5 testsuite. When enable-debug is turned on, a special macro block H5_HAVE_INSTRUMENTED_LIBRARY inside HDF5 will be executed to check if some collective chunk IO test cases are being run with the correct settings(one link, multiple chunk etc.). However,when complicated derived datatype in some mpi-io packages are not supported, the libra...This check-in fix this problem by providing a second property to avoid the false faiure message. Tested at abe(NCSA linux cluster) and kagiso.
Muqun YangMuqun Yang
e7ff2aafa5c[svn-r15626] This check-in fixes a bug inside parallel HDF5 testsuite. When enable-debug is turned on, a special macro block H5_HAVE_INSTRUMENTED_LIBRARY inside HDF5 will be executed to check if some collective chunk IO test cases are being run with the correct settings(one link, multiple chunk etc.). However,when complicated derived datatype in some mpi-io packages are not supported, the libra...This check-in fix this problem by providing a second property to avoid the false faiure message. Tested at abe(NCSA linux cluster) and kagiso.
Scott WegnerScott Wegner
876844988ac[svn-r15622] Purpose: Add new source files to Windows projectsDescription: This checkin adds the following source files to our Windows projects: -- H5EAiblock.c -- H5EAstat.c -- H5EAdbg.c
Private HDFPrivate HDF
63042260d9f[svn-r15619] Snapshot version 1.9 release 17
Quincey KoziolQuincey Koziol
93f29787ed1[svn-r15618] Description: Add additional test and make a few cleanups in extensible array unit test.Tested on: Mac OS X/32 10.5.4 (amazon) in debug mode Mac OS X/32 10.5.4 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, ...
Quincey KoziolQuincey Koziol
5fb061e46e8[svn-r15617] Description: Clean up how v2 B-tree (and extensible array) classes are determined in h5debug. Add support for extensible array headers and index blocks to h5debug Tested on: Mac OS X/32 10.5.4 (amazon) in debug mode Mac OS X/32 10.5.4 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI com...
Quincey KoziolQuincey Koziol
f1d22675ffc[svn-r15614] Description: More extensible array features: add support for setting/getting elements in the array's index block.Tested on: Mac OS X/32 10.5.4 (amazon) in debug mode Mac OS X/32 10.5.4 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, ...
Quincey KoziolQuincey Koziol
37ebc24cf85[svn-r15612] Description: Minor formatting cleanupsTested on: Mac OS X/32 10.5.4 (amazon) in debug mode Mac OS X/32 10.5.4 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, ...
Quincey KoziolQuincey Koziol
c465e18a68f[svn-r15609] Description: Omnibus compiler warning cleanup & some reformatting also.Tested on: Mac OS X/32 10.5.4 (amazon) Too minor to require h5committest
Muqun YangMuqun Yang
068620ea815[svn-r15604] The MPI compiler(mvapich2-0.9.8p2patched-intel-ofed-1.2) at 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.
Scot BreitenfeldScot Breitenfeld
0423d629ce1[svn-r15601] Description:Added windows fortran DLL function file, hdf5_fortrandll.def
Scot BreitenfeldScot Breitenfeld
077b6446063[svn-r15598] Description:Moved all the windows DLL function declarations to one file (hdf5_fortrandll.def).
Private HDFPrivate HDF
e43736b22b2[svn-r15595] Snapshot version 1.9 release 16
Scot BreitenfeldScot Breitenfeld
7aa2e682578[svn-r15591] Description:Changed the detection of double back which was failing on 32 bit machines.
Scot BreitenfeldScot Breitenfeld
143073f4cc6[svn-r15590] Description:Changed blank spacing in Fortran output so the output aligns correctly
Scott WegnerScott Wegner
8dea24602df[svn-r15588] Purpose: Add new h5repack tests to WindowsDescription: New h5repack tests were added in revision 15551 and 15557, and also the syntax of one test was changed. This was causing errors on Windows. This checkin should fix those errors. Tested: VS2005 on WinXP
Scot BreitenfeldScot Breitenfeld
510daa29955[svn-r15586] Description:Changed the test for intrinsic Fortran function SIZEOF by using AC_TRY_RUN instead of AC_TRY_COMPILE.
Scott WegnerScott Wegner
de2091c7cdd[svn-r15585] Purpose: Use H5test_kind_SIZEOF.f90 rather than H5test_kind.f90 in WindowsDescription: A new version of H5test_kind is safer for platforms that support sizeof. We have replaced H5test_kind.f90 with it on Windows
Scott WegnerScott Wegner
779b0a7dfb5[svn-r15584] Purpose: Add new extensible array source code and test project for WindowsDescription: In revision 15549, new source code was added for the extensible array interface. This checkin adds the source code to Windows, along with the new test project, earray. Note: The new H5EA interface causes compilation errors on Windows, and will need to be fixed in the source.
Christian ChilanChristian Chilan
e9256348abe[svn-r15582] Added script to build h5perf_serial in standalone mode.Tested on kagiso, smirom, and linew.
Scot BreitenfeldScot Breitenfeld
74457ab98c5[svn-r15577] Description:Moved AM_CONDITIONAL([FORTRAN_HAVE_SIZEOF]....) outside of Fortran conditional loop so that the value gets registered regardless of whether Fortran is enabled.
Scot BreitenfeldScot Breitenfeld
709654724bd[svn-r15576] Decription:Added the file: ./fortran/src/H5test_kind_SIZEOF.f90
Scot BreitenfeldScot Breitenfeld
641df34ddb9[svn-r15573] Description:Compiles either H5test_kind.f90 or H5test_kind_SIZEOF.f90 depending on the availability of intrinsic Fortran function SIZEOF (indicated by the status of FORTRAN_HAVE_SIZEOF).
Scot BreitenfeldScot Breitenfeld
a3f1ca5e7dc[svn-r15572] Desciption:Was not returning the correct fortran types when -i8 and -r8 flag was specified, fixed. This code is now depreciated and only used when SIZEOF function is not available, H5test_kind_SIZEOF.f90 should be used instead.
Scot BreitenfeldScot Breitenfeld
97757e72175[svn-r15571] Description:H5test_kind_SIZEOF.f90 is the preferred portable program used for Fortran type detection. It uses the intrinsic Fortran function SIZEOF. This program should be used instead of H5test_kind.f90 if the SIZEOF function is available. Most of the newer Fortran compilers support SIZEOF.