Commit Graph

319 Commits

Author SHA1 Message Date
Quincey Koziol
01f079c241 [svn-r8081] Purpose:
Bump version number after creating snapshot for user.
2004-01-19 13:51:21 -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
2ad18c24ac [svn-r8055] Purpose:
Bump revision number after creating snapshot for user testing.
2004-01-13 13:06:16 -05:00
HDF Admin
41ea50dea1 [svn-r8052] Snapshot version 1.6 release 1 (post15) 2004-01-11 20:48:33 -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
Quincey Koziol
24fcd4013f [svn-r8029] Purpose:
Bump version number after making a snapshot for a user.
2004-01-06 13:59:09 -05:00
HDF Admin
31dc73ffcc [svn-r8016] Snapshot version 1.6 release 1 (post12) 2004-01-04 20:50:00 -05:00
Quincey Koziol
a550ccd1d2 [svn-r8010] Purpose:
Bug fix

Description:
    Add special-case handling to floating-point conversion tests to avoid
problems with denormalized values on Cray T3E & T90 platforms.  (Still not
working on Cray SV1, but at least it's closer).

Solution:
    Detect denormalized values and don't try to operate on them on the Crays.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    Cray T3E (hubble.cray.com)
    Cray T90 (gypsy.cray.com)
2003-12-31 15:36:44 -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
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
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
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
HDF Admin
7aee827e45 [svn-r7919] Snapshot version 1.6 release 1 (post4) 2003-12-07 20:49:25 -05:00
Albert Cheng
63e2541626 [svn-r7903] Change --prefix default to pwd/hdf5, a directory in the build
directory.  This eliminates the problem that the builder may not
have permission to install in the default install directory.
It also allows multiple builds in the same host or multiple srcdir
using the same source.

Platforms tested:
Eirene plus eyeballing of changes.

Misc. update:
2003-12-01 22:47:02 -05:00
HDF Admin
3ac28525ee [svn-r7902] Snapshot version 1.6 release 1 (post3) 2003-11-30 20:49:54 -05:00
Quincey Koziol
80c45ea549 [svn-r7876] Purpose:
Omnibus floating-point bug fix changes

Description:
    There are a number of problems in the floating-point conversion code that
were exposed by Ray's recent int<->float checkin:
    - The 'my_isnan' code in test/dtypes.c was broken and would always return
        true.  The meant that the actual values in the float<->float conversion
        tests were _never_ checked, hiding the other bugs included in this
        checkin.
    - A recent change I made to the type conversion code used "FLT_MIN" instead
        of "-FLT_MAX" for the most negative 'float' value for the double->float
        conversion, which meant that any the negative number that was converted
        from a double to a float would have been mapped to zero, essentially.
    - A change that Robb appeared to have made ~2.5 years ago to the "generic"
        float->float conversion routine appears to be incorrect and I've backed
        it out.
    - Floating-point conversions on SGI's which converted denormalized values
        would be mapped to zero instead of being propertly preserved in the new
        type.  This was addressed by an SGI-specific system call to prevent the
        behavior.

Solution:
    Described above, generally.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest

Misc. update:
    release_docs/RELEASE update forthcoming...
2003-11-24 11:49:27 -05:00
HDF Admin
7d68090f03 [svn-r7874] Snapshot version 1.6 release 1 (post2) 2003-11-23 20:49:15 -05:00
HDF Admin
74996193eb [svn-r7855] Snapshot version 1.6 release 1 (post1) 2003-11-16 20:47:28 -05:00
Quincey Koziol
a89dda8cb1 [svn-r7830] Purpose:
Bug fix & code cleanup

Description:
    Allowing the library to call malloc with a size of 0 bytes causes problems
for some users, so we check for allocations of 0 bytes and disallow them now.

    Cleaned up some code which could call malloc with 0 size.

    Changed some code calling HDmalloc directly to call H5MM_malloc(), which
allows us to check for 0 sized allocations.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2003-11-08 10:33:13 -05:00
HDF Admin
48988885d6 [svn-r7808] Snapshot version 1.6 release 1 (post0) 2003-11-03 00:38:11 -05:00
Bill Wendling
5cc5e0c5dc [svn-r7773] Purpose:
Update

Description:
    Added check for correctly working basename and xargs programs. Mike
    McKay was having problems with broken xargs. The basename check was
    just a good idea.

Platforms tested:
    Linux & Arabica (trivial change already done in mainline branch).

Misc. update:
2003-10-28 13:00:39 -05:00
Bill Wendling
b9e1706b8d [svn-r7695] Purpose:
Update

Description:
    Made stream-vfd driver on by default.

Platforms tested:
    Linux (small configuration change)

Misc. update:
2003-10-22 15:24:44 -05:00
Elena Pourmal
fff49a52a6 [svn-r7661] Purpose: Maintenance after 1.6.1 release
Description: Changes version to 1.6.1-post0 and updated
             RELEASE.txt and HISTORY.txt filese fro the new version.

Solution: N/A

Platforms tested: N/A

Misc. update:
2003-10-16 21:58:32 -05:00
Elena Pourmal
e28d341378 [svn-r7659] Purpose: Maintenance
Description: I run bin/release to create an hdf5-1.6.1 release tar
             ball. Now I am checking in modified files before
              tagging the release.

Solution: N/A

Platforms tested: N/A

Misc. update:
2003-10-16 21:47:22 -05:00
Elena Pourmal
d6bf02f008 [svn-r7633] Purpose: Maintenance
Description: Bumped the version number to 1.6.1-pre2 after creating
             a tar ball for the third round of testing


Platforms tested: bin/h5vers -s 1.6.1-pre2 on eirene

Misc. update:
2003-10-14 22:27:09 -05:00
Albert Cheng
e64002074b [svn-r7631] Purpose:
Changed version to 1.6.1-pre1 to prepare for release.

Platforms tested:
"h5committested"

Misc. update:
2003-10-14 17:56:40 -05:00
Elena Pourmal
03b8c29148 [svn-r7625] Purpose: Maintenance
Description: Bumped up the version number after creating a tar ball
             for the second round of testing

Solution: N/A

Platforms tested: done with bin/h5vers on eirene

Misc. update:
2003-10-14 09:58:01 -05:00
Bill Wendling
fbebe36aea [svn-r7619] Purpose:
Add check

Description:
    Added check that the tr program actually works.

Platforms tested:
    Sol (small fix)

Misc. update:
2003-10-13 16:02:29 -05:00
Elena Pourmal
3c4f589329 [svn-r7563] Purpose: Maintenance
Description: Increased version number to 1.6.0-post11 after creating
             a tar ball for testing


Platforms tested: eirene

Misc. update:
2003-10-07 11:00:04 -05:00
Elena Pourmal
2ab6b28c76 [svn-r7531]
Purpose: Maintenance

Description: Changed version to 1.6.0-post10 after creating a release tar
             ball for a Fortran user.


Misc. update:
2003-10-01 14:53:03 -05:00
HDF Admin
4589e4410a [svn-r7503] Snapshot version 1.6 release 0 (post8) 2003-09-21 20:48:44 -05:00
Quincey Koziol
ed635e1eee [svn-r7486] Purpose:
Bump version # after creating bugfix snapshot

Platforms tested:
    None necessary.
2003-09-17 12:33:50 -05:00
Quincey Koziol
9b15282007 [svn-r7481] Purpose:
Bug fix

Description:
    The MPI_File_set_size() routine on ASCI Red is not able to extend files
so that they are larger than 2GB.

Solution:
    Add an extra macro which controls whether MPI_File_set_size() can handle
>2GB offsets or if our "older" way of reading a byte, then writing a byte at
the appropriate offset should be used.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
2003-09-16 12:35:31 -05:00
Quincey Koziol
4d86712bdb [svn-r7470] Purpose:
Increment version info after making snapshot for bug #1017 fix.

Platforms tested:
    No testing necessary.
2003-09-11 23:43:09 -05:00
Quincey Koziol
14ed172f87 [svn-r7459] Purpose:
Increment version info after making snapshot for bug #1021 fix.

Platforms tested:
    No testing necessary.
2003-09-10 13:39:36 -05:00
HDF Admin
c63abc42b0 [svn-r7447] Snapshot version 1.6 release 0 (post4) 2003-09-07 20:55:55 -05:00
Quincey Koziol
175beb3e95 [svn-r7443] Purpose:
Snapshot repo for bug fix testing
2003-09-03 21:13:22 -05:00
HDF Admin
4c4a93612e [svn-r7437] Snapshot version 1.6 release 0 (post2) 2003-08-31 20:56:22 -05:00
HDF Admin
e5ae46c7d1 [svn-r7333] Snapshot version 1.6 release 0 (post1) 2003-08-10 20:57:39 -05:00
HDF Admin
eb23557dee [svn-r7281] Snapshot version 1.6 release 0 (post0) 2003-08-03 20:57:07 -05:00
Elena Pourmal
89c91494e6 [svn-r7169] Purpose: Maintenance after 1.6.0 release
Description: Run bin/h5vers script to change version to 1.6.0-post0
             after creating release tar ball and tagging the release.
             Modified HISTORY.txt and RELEASE.txt for
             1.6.0-post0
             1.6 branch is open for checking in source code.

Solution:

Platforms tested:

Misc. update:
2003-07-03 16:38:32 -05:00
Elena Pourmal
bdd10b09c6 [svn-r7165] Purpose: Maintenance for 1.6.0 release
Description: Changed version number to be 1.6.0 with empty substring
             for the release

Solution: Used bin/h5vers -s 1.6.0 to update all necessary files.

Platforms tested: verbena

Misc. update:
2003-07-03 16:18:14 -05:00
Albert Cheng
0d1aef3852 [svn-r7145] Purpose:
update for release

Description:
Set the version information to 1.6.0-pre1 to get ready for
v1.6 release.

Platforms tested:
h5committested.

Misc. update:
2003-07-02 23:17:02 -05:00
Elena Pourmal
1eb32020ef [svn-r7131] Purpose: Maintenance for the fifth round of testing
Description: Bumped version number for 1.5.63 after creating a tar ball
             for the next round of testing

Solution:

Platforms tested:

Misc. update:
2003-07-01 10:21:13 -05:00
Albert Cheng
e51dc29e89 [svn-r7119] Purpose:
Bug fix.

Description:
There was a bug fix for AIX machine when Poe is used to
launch programs, that is in parallel mode. The fix is hostname
dependent.

Solution:
Removed the hostname dependence and let the fix apply to all
AIX machines.  But put in a safety net--if $HDF5_AIX_NOPATCH
is set to non-null, it will not use the fix but use the
original code.  (Don't expect this being used.)

Platforms tested:
Tested in Copper both with and without $HDF5_AIX_NOPATCH set.
Did not run h5committest since this really applies to AIX
systems only.

Misc. update:
2003-06-28 00:14:02 -05:00
Quincey Koziol
cb57304e9a [svn-r7108] Purpose:
Code cleanup

Description:
    Make the default for the function stack work like the default for the
API tracing: when debug is enabled, the function stack defaults to on and
when debug is disabled, the function stack defaults to off.

Platforms tested:
    FreeBSD 4.8 (sleipnir)
    h5committest
2003-06-25 21:08:36 -05:00