AuthorCommitMessageCommit dateIssues
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.
Scot BreitenfeldScot Breitenfeld
a66c8bf293d[svn-r15570] Description:Added a test for the availability of intrinsic Fortran function SIZEOF. Sets the global variable FORTRAN_HAVE_SIZEOF depending if SIZEOF is available.
Private HDFPrivate HDF
529585c757a[svn-r15565] Snapshot version 1.9 release 15
Christian ChilanChristian Chilan
489e339019b[svn-r15563] Added support for serial prefix HDF5_PREFIX.Tested on kagiso, smirom, and linew.
Quincey KoziolQuincey Koziol
c78dc8defa0[svn-r15561] Description: Update extensible array code with function to open an existing earray, add more tests and avoid running the test when core/split/family/multi VFDs are used. Clean up fractal heap test code a bit and expand some of the tests a little bit also. 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 (...
Pedro Vicente NunesPedro Vicente Nunes
90e4c877064[svn-r15559] new feature for h5repack (alignment)
Pedro Vicente NunesPedro Vicente Nunes
42e48381633[svn-r15557] bug fix: the -m flag add a long description of "--threshold" that was changed to "--minimum" because "--threshold" now refers to the threshold parameter for H5Pset_alignmenttested: linux
Pedro Vicente NunesPedro Vicente Nunes
cf05c2d7625[svn-r15556] Check options for H5Pset_alignment. threshold is zero default (a valid value) but zero is not a valid alignmenttested: windows, linux
Neil FortnerNeil Fortner
5d49cf770ac[svn-r15552] Fix potential memory leak in H5E_close_msg_cb.Tested: kagiso
Pedro Vicente NunesPedro Vicente Nunes
f384b176251[svn-r15551] 1) There are 2 new command line parameters for h5repack. Together they allow a call to H5Pset_alignment to be made -t T, --threshold=T Threshold value for H5Pset_alignment -a A, --alignment=A Alignment value for H5Pset_alignment 2) bug fix the printing of the dataset name was not done for references (verbose mode) tested: windows, linux
Quincey KoziolQuincey Koziol
a4c82ed0491[svn-r15550] Description: Clean up compiler warnings and code a bit.Tested on: Mac OS X/32 10.5.4 (amazon) Too minor to require h5committest
Quincey KoziolQuincey Koziol
aa03e8bc941[svn-r15549] Description: Initial checkin of extensible array data structure prototype code and regression tests. Initial definitions for revised FUNC_ENTER/LEAVE and error reporting macros, which are being vetted in the extensible array code. Minor warning and formatting cleanups in other sections of code. 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 ...
Pedro Vicente NunesPedro Vicente Nunes
d78821d6196[svn-r15547] fix typostested: linux
Scott WegnerScott Wegner
7d451b6fbc5[svn-r15546] Purpose: Add new Fortran source fileDescription: There is a new Fortran file, H5_DBLE_InterfaceInclude.f90, which needs to be added to Windows. There is also another version, *InterfaceExclude.f90, which is for users that build with the -r8 flag. However, we don't include this on Windows, as it is not currently a common option. If we get requests from users, we can add documentation for using this alternative interface. Teste...
Scot BreitenfeldScot Breitenfeld
c1bfa064ba5[svn-r15543] Description:Put the DOUBLE PRECISION interfaces in a separate module and added a USE statement for the module. The interfaces are included/excluded depending on the state of FORTRAN_DEFAULT_REALisDBLE_F which detects if the default REAL is DOUBLE PRECISION. This allows the library to be compiled with -r8 Fortran flag without the user needing to change the source code.
Scot BreitenfeldScot Breitenfeld
1ab76307800[svn-r15541] Description:Put the DOUBLE PRECISION interfaces in a separate module. The interfaces are included/excluded depending on the state of FORTRAN_DEFAULT_REALisDBLE_F which detects if the default REAL is DOUBLE PRECISION. This allows the library to be compiled with -r8 Fortran flag without the user needing to change the source code.
Scot BreitenfeldScot Breitenfeld
6b9b12d6439[svn-r15540] Description:Enable building shared library for fortran by adding the flag -fPIC to the compile flags for versions of Intel Fortran compiler >=9
Scot BreitenfeldScot Breitenfeld
9559bd91306[svn-r15539] Description:Fixed spacing issue for fortran summary line.
Pedro Vicente NunesPedro Vicente Nunes
bc821383976[svn-r15537] add a mention to h5repack new feature
Scot BreitenfeldScot Breitenfeld
aa85cb74cc9[svn-r15535] Description:Added files: ./fortran/src/H5_DBLE_InterfaceInclude.f90 ./fortran/src/H5_DBLE_InterfaceExclude.f90 Contains the DOUBLE PRECSION interfaces depending on the state of FORTRAN_DEFAULT_REALisDBLE_F.
Scot BreitenfeldScot Breitenfeld
d30db46df34[svn-r15534] Description:Added a test program to determine if -r8 or the default of REAL is DOUBLE PRECISION. Sets the variable FORTRAN_DEFAULT_REALisDBLE_F to true if default REAL is DOUBLE PRECISION.
Pedro Vicente NunesPedro Vicente Nunes
64842512fd8[svn-r15527] turn off a debug print flagtested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
0c8cee593ff[svn-r15526] userblock optionsonly write the user block of a pre-existing file with user block in case there is no input user block file tested: windows, linux
Scott WegnerScott Wegner
769daf5479e[svn-r15524] Purpose: Add new h5repack test to WindowsDescription: There was one new h5repack test added recently. This commit also adds it to the Windows test script Tested: VS2005 on WinXP
Scott WegnerScott Wegner
3cf86baf8a8[svn-r15522] Purpose: Fix Windows link dependencies in new app_ref DLL projectDescription: The app_refdll project was set to link with static version of hdf5 and libtest projects, which were causing the build to fail, only in Visual Studio .NET 2003, and was previously overlooked. This corrects those errors. Tested: VS.NET on WinXP