Commit Graph

330 Commits

Author SHA1 Message Date
Binh-Minh Ribler
0af78cf333 [svn-r8268] Purpose:
Inform change of APIs

Description:
    Many exception constructors are removed.  Although the users won't
    have to change their code, unless they used to check for the value
    of H5::Exception::detailMessage against 0/NULL, which is not very
    likely, they might need to recompile their applications.
2004-03-20 16:47:25 -05:00
HDF Admin
13e05040b9 [svn-r8237] Snapshot version 1.6 release 2 (post2) 2004-03-07 21:19:15 -05:00
HDF Admin
3426192ed8 [svn-r8217] Snapshot version 1.6 release 2 (post1) 2004-02-22 21:15:57 -05:00
HDF Admin
7488de6c34 [svn-r8205] Snapshot version 1.6 release 2 (post0) 2004-02-15 20:55:44 -05:00
Quincey Koziol
bb35a53e4f [svn-r8202] Purpose:
Code cleanup/bug fix

Description:
    Fix configuration files to allow 64-bit compilation of the library with
a 64-bit version of zlib.

Solution:
    Moved important compiler flags settings from CC macro to CFLAGS macro.
Instead of setting CC (F9X, CXX) environment variable for compiling for 64-bit
code, users should just set the CFLAGS (FFLAGS, CXXFLAGS) to -q64.
    Updated INSTALL file to reflect this change.

Platforms tested:
    IBM p690 (copper) w/parallel, FORTRAN, C++, srcdir.
    Platforms specific - h5committest does not apply.
2004-02-13 15:08:27 -05:00
Elena Pourmal
76d948fe81 [svn-r8195] Purpose: Maintenance after hdf5-1.6.2 release
Description: I updated HISTORY.txt and RELEASE.txt files, and
             ran bin/h5vers to change version number to 1.6.2-post0

Solution:

Platforms tested:

Misc. update:
2004-02-12 14:50:45 -05:00
Elena Pourmal
f9491185b3 [svn-r8193] Purpose: Maintenance for hdf5-1.6.2 release
Description: Changed version to be 1.6.2 and ran bin/release.
             Since several files are changed, I am checking them in before
             tagging the release

Solution:

Platforms tested: eirene

Misc. update:
2004-02-12 14:37:26 -05:00
Elena Pourmal
fac0a86dba [svn-r8192] Purpose: Maintenance
Description: Updated system and compilers information for platinum and titan

Solution:

Platforms tested:

Misc. update:
2004-02-12 14:07:34 -05:00
Albert Cheng
8f7e37c9e4 [svn-r8191] Purpose:
Updated with Teragrid cluster new entery.
Added QSC long double -> double known problem.
Removed gcc long long warning since we have added -wno-long-long
to suppress it.
2004-02-12 13:30:11 -05:00
Elena Pourmal
2847617737 [svn-r8190] Purpose: Maintenance
Description: On AIX 5.1, 64-bit parallel build fails when zlib is configured in.

Solution: Problem can be bypassed by removing "const" on line 29 in H5Zpkg.h
          I documented the problem and the solution.

Platforms tested: copper

Misc. update:
2004-02-12 11:29:55 -05:00
Elena Pourmal
aeb1c38353 [svn-r8189] Purpose: Maintenance
Description: Few minor editing fixes:

             RELEASE.txt

             Removed footnote 7 from the table, since it said
             that for Windows XP we do not distribute source code.
             We distribute source code, but the projects are for Win 2000.
             Projects are automatically converted to .NET projects if opened
             in the .NET environment. So it was a misleading footnote.
             Kent's instructions tell users how to work with the Win2000 projects
             in the .NET environment.

             INSTALL_Windows_withcpp.txt

             Fixed the name of the directory where all.dsw file is found
             Added information about libtestD DLLs; they have to be copied to the
             system directory before tests can be run.


Solution:

Platforms tested:

Misc. update:
2004-02-12 08:30:24 -05:00
Frank Baker
cfa317b2d3 [svn-r8185]
Purpose:
    Copy edit in the "Supported Configuration Features Summary" table.

Platforms tested:
    Reviewed in vi.
2004-02-11 16:37:28 -05:00
Frank Baker
feea47c923 [svn-r8184]
Purpose:
    Replaced the table and footnotes in "Supported Configuration Features
        Summary" with new versions for Release 1.6.2.
    Added "Supported Configuration Features Summary" to the TOC.

Platforms tested:
    Reviewed in vi and as a printed copy.
2004-02-11 16:21:31 -05:00
Elena Pourmal
cb5611f773 [svn-r8182] Purpose: Maintenance
Description: Added Linux 2.4 SuSe to the list of tested platforms.

Solution: JPL machine became available today and I finally
          finished testing there. C and C++ passed.

Platforms tested: tb16 at JPL

Misc. update:
2004-02-11 11:19:11 -05:00
Elena Pourmal
56f977148a [svn-r8169] Purpose: Maintenance
Description: Updated information about tested platfroms and compilers.

Solution: N/A

Platforms tested: N/A

Misc. update:
2004-02-10 09:20:04 -05:00
Albert Cheng
e43ee7a86d [svn-r8156] Updated with OSF-1 information.
Added the change of verbosity of the parallel test programs.
2004-02-05 18:17:36 -05:00
Albert Cheng
1e8b2abff3 [svn-r8148] Purpose:
Updated with TFLOPS information.
2004-02-04 10:09:40 -05:00
Elena Pourmal
4bbfb5d3fb [svn-r8147] Purpose: Miantenance
Description: Changed version to 1.6.2-pre2 after creating a tar ball for testing.
             Tar ball is on the FTP site, testing announcement will follow.

Solution: Used bin/h5vers on eirene

Platforms tested: N/A

Misc. update:
2004-02-02 12:17:59 -05:00
Elena Pourmal
056bed9755 [svn-r8146] Purpose: Maintenance for hdf5-1.6.2-pre1 testing
Description: Changed version number to 1.6.2-pre1 before creating
             a tar ball for testing.

Solution: Used bin/h5vers script on eirene

Platforms tested: N/A

Misc. update:
2004-02-02 12:13:24 -05:00
Quincey Koziol
6e0a562d25 [svn-r8138] Purpose:
Bug fix.

Description:
    Allow H5Tget_native_type() to handle opaque fields in compound datatypes.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2004-01-31 13:01:35 -05:00
Quincey Koziol
34b2fedf24 [svn-r8125] Purpose:
Bug fix/optimization

Description:
    Address slowdown in MPI-I/O file metadata operations that was introduced
mid-stream.  We now _require_ a POSIX compliant parallel file system for the
MPI-I/O file driver (as well as for the MPI-POSIX file driver).
    Also optimized file open operation when the file is being created by
reducing the number of collective & syncronizing calls.

Platforms tested:
    FreeBSD 4.9 (sleipnir) w/parallel
    h5committest
2004-01-30 20:37:08 -05:00
Quincey Koziol
01f079c241 [svn-r8081] Purpose:
Bump version number after creating snapshot for user.
2004-01-19 13:51:21 -05:00
Quincey Koziol
60437a575a [svn-r8080] Purpose:
Add tests & docs

Description:
    Added tests for the recent B-tree bug fixes & document their fix in the
release notes.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    Too minor to require h5committest
2004-01-19 13:48:50 -05:00
HDF Admin
b96a990f04 [svn-r8078] Snapshot version 1.6 release 1 (post18) 2004-01-18 20:50:04 -05:00
Quincey Koziol
feda85c82a [svn-r8059] Purpose:
Bump version # after creating another snapshot for a user.
2004-01-13 13:58:42 -05:00
Quincey Koziol
5dd93ebcbf [svn-r8058] Purpose:
Bug fix

Description:
    Plug another small memory leak for fill-values.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2004-01-13 13:56:34 -05:00
Quincey Koziol
2ad18c24ac [svn-r8055] Purpose:
Bump revision number after creating snapshot for user testing.
2004-01-13 13:06:16 -05:00
Quincey Koziol
a847246eb4 [svn-r8054] Purpose:
Bug fix

Description:
    Correct two problems with variable-length datatypes in datasets:
        - When overwriting an entire dataset, writing the fill value to the
            file would be skipped, causing problems for VL datatypes when
            objects in the file had been unlinked (and thus the space in the
            file was not all zeros)
        - When an application has set a fill-value for a dataset and the
            dataset's datatype contained a VL datatype, the library was filling
            space on disk with the memory form of the VL information, instead
            of the disk form.


Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
2004-01-13 13:01:04 -05:00
HDF Admin
41ea50dea1 [svn-r8052] Snapshot version 1.6 release 1 (post15) 2004-01-11 20:48:33 -05:00
Albert Cheng
be87d135e1 [svn-r8044] Purpose:
Updated.
2004-01-08 15:17:39 -05:00
Elena Pourmal
fb1494ea6e [svn-r8034] Purpose: Maintenance
Description: Bump up the version number before giving a tar ball to the MAC HDF5
             Fortran user.

Solution: run bin/h5vers on eirene

Platforms tested: N/A

Misc. update:
2004-01-07 10:59:17 -05:00
Elena Pourmal
c4b27c5a18 [svn-r8032]
Purpose: Maintenance

Description: Added information about how to build HDF5 Fortran Library
             (use --disable-shared --enable-static with configure)

Solution: N/A

Platforms tested: N/A

Misc. update:
2004-01-06 14:54:21 -05:00
Elena Pourmal
7cb2f1bad3 [svn-r8031]
Purpose: Maintenance

Description: Added Fortran support for MAC OS X

Solution: This port was tested only for IBM XL Fortran compiler
           version 8.1 Beta.
          Few things to remember:
              1. do not use AFS to build Fortran; compiler
                 for some reason cannot find *.mod files that
                 were successfully compiled.
              2. Fortran Library can be built only with --disable-shared
                 --enable-static flags.

Platforms tested: pommier, h5committested (it is amasing, but iot works
                  really nicely! Albert, Thank you!)

Misc. update:
2004-01-06 14:51:40 -05:00
Quincey Koziol
24fcd4013f [svn-r8029] Purpose:
Bump version number after making a snapshot for a user.
2004-01-06 13:59:09 -05:00
Quincey Koziol
56bf3cb4d3 [svn-r8027] Purpose:
Bug fix

Description:
    Fix small memory leak of fill-value information inside the library.

Solution:
    "reset" the fill-value object header message, so that the internal buffer
gets freed.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2004-01-06 13:44:36 -05:00
HDF Admin
31dc73ffcc [svn-r8016] Snapshot version 1.6 release 1 (post12) 2004-01-04 20:50:00 -05:00
Quincey Koziol
502b49b2b9 [svn-r8008] Purpose:
Bug fix

Description:
    Range check the szip 'pixels per block' against the chunk size of the
dataset when attempting to create a new dataset, since the szip library
requires the PPB to be at least the size of the fastest changing dimension
in the chunk.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor for h5committest
2003-12-31 15:28:47 -05:00
Quincey Koziol
51638099ad [svn-r8002] Purpose:
Bump snapshot version after creating bugfix snapshot for user.
2003-12-31 14:22:46 -05:00
Quincey Koziol
1d913177a8 [svn-r8001] Purpose:
Bug fix

Description:
    Fixed bug in hyperslab iteration where certain combinations of flattened
and non-flattened dimensions would cause incorrect locations to be iterated
over.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2003-12-31 14:19:19 -05:00
Quincey Koziol
d765a024ea [svn-r7992] Purpose:
Code cleanup

Description:
    Note in the release notes that the short MPI-I/O bug has been fixed and
also clean up the configure.in a bit.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2003-12-29 14:31:08 -05:00
Quincey Koziol
7a84df8979 [svn-r7991] Purpose:
Update release notes for recent VL-datatype bug fix.
2003-12-29 14:03:49 -05:00
HDF Admin
26ef0873b7 [svn-r7983] Snapshot version 1.6 release 1 (post9) 2003-12-28 21:02:20 -05:00
HDF Admin
43234790a1 [svn-r7975] Snapshot version 1.6 release 1 (post8) 2003-12-21 20:52:01 -05:00
HDF Admin
4394881d94 [svn-r7956] Snapshot version 1.6 release 1 (post7) 2003-12-14 20:54:06 -05:00
Quincey Koziol
7352b3a30f [svn-r7952] Purpose:
Bug snapshot version after creating tar file for user to test bugfix.
2003-12-13 15:10:36 -05:00
Quincey Koziol
bbb4d22621 [svn-r7951] Purpose:
Bug fix

Description:
    Attributes which were created with scalar dataspaces were reporting their
dataspace as a simple dataspace when queried later.

Solution:
    Fix the dataspace handling code when reading in the attribute message from
the file to set the extent type correctly.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2003-12-13 15:08:11 -05:00
Quincey Koziol
3f845b25c0 [svn-r7945] Purpose:
Bump snapshot version number after giving a snapshot w/bugfix to a user.
2003-12-13 13:21:19 -05:00
Quincey Koziol
ff328b54b9 [svn-r7944] Purpose:
Bug fix.

Description:
    Using a selection offset with hyperslab selections in chunked datasets
was getting into an infinite loop and hanging the application.

Solution:
    Apply the selection offset to the hyperslab selection properly.

Platforms tested:
    FreeBSD 4.9 (sleipnir) w & w/o parallel
    h5committest
2003-12-13 13:14:39 -05:00
Quincey Koziol
b9f349d953 [svn-r7928] Purpose:
Update release notes to mention new H5I{get|dec|inc}_ref() routines.
2003-12-11 13:21:53 -05:00
HDF Admin
7aee827e45 [svn-r7919] Snapshot version 1.6 release 1 (post4) 2003-12-07 20:49:25 -05:00