Commit Graph

8637 Commits

Author SHA1 Message Date
Quincey Koziol
5eb6bc4dfe [svn-r12293] Purpose:
Bug fix

Description:
    Fix missing error code from flexible parallel removal

Platforms tested:
    IBM AIX (copper) w/parallel
2006-04-21 10:36:22 -05:00
Quincey Koziol
d7573cbc85 [svn-r12292] Purpose:
Code maintenance

Description:
    Remove flexible parallel code

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 (heping)
    Solaris 2.9 (shanti)
    Linux 2.4/64 (mir)
2006-04-20 18:54:47 -05:00
Albert Cheng
ad790bfa3c [svn-r12289] updated version to 1.8.0-alpha2 2006-04-20 09:13:49 -05:00
Albert Cheng
3e6d4ff9dc [svn-r12287] Purpose:
v1.8.0-alpha1 release.
2006-04-20 08:41:36 -05:00
Binh-Minh Ribler
7e5de2473b [svn-r12286] Purpose: Fix bug
Description:
    The file size test in C++ library failed on Copper because the
    value returned by h5_get_file_size was intepreted incorrectly
    due to different interger sizes.

Solution:
    H5private.h: Added check to use stat64 and off64_t where appropriate.
    h5test.c and h5test.h: used h5_stat_size_t in place of off_t.
    tattr.cpp: used h5_stat_size_t in place of off_t.

Platforms tested:
    Linux 2.4 (heping)
    AIX 5.1 (copper)
    SunOS 5.8 64-bit (sol) - still on going
2006-04-20 01:09:51 -05:00
Albert Cheng
57a2e33c57 [svn-r12285] Purpose:
bug fixes.

Description:
Added #include "hdf5_hl.h" to each example programs.

Platforms tested:
Heping.
2006-04-19 23:49:06 -05:00
Albert Cheng
fdbf3b5a4b [svn-r12284] Purpose:
Bug fix.

Description:
H5PTpublic.h was not included in hdf5_hl.h.
Added hdf5_hl.h to the installed header files list.

Platforms tested:
Heping.
2006-04-19 23:47:17 -05:00
Albert Cheng
222e6bd56a [svn-r12283] Purpose:
Rearragement.

Description:
Created general HL library header file and moved HL public headers to it.

Platforms tested:
h5committested.
2006-04-19 22:19:24 -05:00
Albert Cheng
a7479db691 [svn-r12282] Purpose:
bug fix.

Description:
H5LTparse.h should not be installed.  Removed it from the install header
files list.

Platforms tested:
h5committested.
2006-04-19 22:16:38 -05:00
Albert Cheng
3aedeaddda [svn-r12281] Purpose:
Bug fix.

Description:
./hl/src/H5LTparse.h was marked as DO_NOT_DISTRIBUTE by mistake.
It should not be installed but must be present for building.

Solution:
Fixed.

Platforms tested:
Should work.
2006-04-19 15:30:18 -05:00
HDF Admin
16d927b68b [svn-r12280] Purpose:
Bug fix.

Description:
It did not handle the case when version sub-release string is not
empty.

Solution:
Fixed the sed substitution to remove the sub-release string too.

Platforms tested:
Heping.
2006-04-19 13:39:21 -05:00
James Laird
220fdf4113 [svn-r12279] Purpose:
Bug fix

Description:
When variables were declared in for loops C++ compiler on Cray X1 scoped
them oddly, leading to compilation errors.

Solution:
Moved variable declarations out of for loops (where they probably shouldn't
have been anyway) to the beginning of the function.

Platforms tested:
mir, Cray X1 (minor change)
2006-04-19 12:14:48 -05:00
Elena Pourmal
3026df8a30 [svn-r12278] Purpose: Maintenance after alpha0 release
Description: Ran bin/h5vers script to change version number to 1.8.0-alpha1

Solution:

Platforms tested: heping

Misc. update:
2006-04-18 00:59:51 -05:00
Elena Pourmal
b0da4a2487 [svn-r12276] Purpose: Maintenance/typo fix/1.8.0-alpha0 release
Description: Here is what I did:

             modified MANIFEST according Quincey's instructions to fix
             the problem exposed by bin/release (compilation fails
             because some header files were not included in the distribution)

             fixed small typo and modified include_HEADERS line in
             src/Makefile.am to address the problem exposed by bin/release

             ran bin/h5vers to change version number to 1.8.0-alpha0

             ran bin/release to release tar ball to the ftp server


Solution:

Platforms tested: mir MANY,MANY,MANY times

Misc. update:
2006-04-18 00:41:45 -05:00
Elena Pourmal
39437c5040 [svn-r12275] Purpose: Maintenance
Description: Added that only IEEE floating-point is currently supported.

Solution:

Platforms tested: N/A

Misc. update:
2006-04-17 22:40:14 -05:00
Elena Pourmal
6125645ed1 [svn-r12274] Purpose: Maintenance/bug fixes
Description: Several small typos were discovered during today's testing
             by Raymond

Solution: Fixed

Platforms tested: VMS server

Misc. update:
2006-04-17 22:03:25 -05:00
Elena Pourmal
d904630fe6 [svn-r12273] Purpose: Maintenance
Description: Brought HISTORY.txt file from 1.6. branch to 1.7 in
             preparation for the 1.8.0-alpha0 release

Solution:

Platforms tested:

Misc. update:
2006-04-17 20:25:20 -05:00
Fang Guo
0b069c8c5f [svn-r12272] Purpose:
Update DLL project file

Description:
New source files are added, DLL project needs to be updated to reflect the change.

Solution:

Platforms tested:
windows XP VS 6.0 C and C++

Misc. update:
2006-04-17 19:45:09 -05:00
Fang Guo
5457f7a64a [svn-r12271] Purpose:
update project file on windows

Description:
New files have been checked in, library project files have to be updated.

Solution:

Platforms tested:
windows XP with 6.0

Misc. update:
2006-04-17 19:41:23 -05:00
Elena Pourmal
f4b3fc64eb [svn-r12270] Purpose: Bug fix (it is quite serious, so I decided to check the fix in)
Description: H5match_types uses reserved "INT" string  and writes it
             to the H5H5fortran_types.f90 file. If application uses
             Fortran intrinsic INT and HDF5, compilation fails since
             it becomes redefined in H5H5fortran_types.f90.

Solution: Rename INT to Fortran_INTEGER

Platforms tested: copper, shanti, heping with g95

Misc. update:
2006-04-17 17:09:29 -05:00
James Laird
8d5bb57464 [svn-r12269] Purpose:
Updated RELEASE.txt

Description:
Mentioned that Cray X1 has trouble with h5dumpxml.sh when a
lone semicolon appears on the command line.
2006-04-17 15:33:58 -05:00
Albert Cheng
9346d31c40 [svn-r12268] Purpose:
Updated with removed files.
2006-04-17 04:52:56 -05:00
Albert Cheng
a9669fb2fd [svn-r12267] Purpose:
Fixed a typo.
2006-04-17 04:49:50 -05:00
Albert Cheng
0c4eb72237 [svn-r12266] Purpose:
Removed TFLOP instructions since the machine has retired.
Added Red Storm instructions.
2006-04-17 03:11:51 -05:00
Albert Cheng
61f24e38e7 [svn-r12265] Purpose:
Removed reference and files for Installation of TFLOPS (machine retired)
and special VFD of SRB and GASS, both of which have been retired too.
2006-04-17 02:15:57 -05:00
Elena Pourmal
39aa5383ed [svn-r12263] Purpose: Maintenance
Description: Added installation instructions (draft) for VMS system.

Solution:

Platforms tested: N/A

Misc. update:
2006-04-16 17:37:47 -05:00
Elena Pourmal
c7411642e1 [svn-r12262] Purpose: Maintenance
Description: Added new H5HF* files to the list of the source files

Solution:

Platforms tested: Later, VMS server

Misc. update:
2006-04-16 16:52:58 -05:00
Albert Cheng
e065164883 [svn-r12261] Purpose:
Improvement

Description:
Modified the warning messages from the Version mismatch checking to suggest
the users to try recompiling or checking the shared lib setting.

Platforms tested:
Tested in heping only since it was just a simple text string changes.
(I did moved the strings around a bit.)
2006-04-15 20:33:06 -05:00
Albert Cheng
014e9630d2 [svn-r12260] Purpose:
Changed to production mode default on, debug mode default off to prepare
for 1.8.0alpha0 release.

Platforms tested:
Tested in heping but only did the configure and compared the output with
previous default output.  The changes were pretty simple.
2006-04-15 18:50:15 -05:00
Quincey Koziol
0aa70b3748 [svn-r12259] Purpose:
Code checkpoint

Description:
    Add more regression tests for odd insertion patterns

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 (heping)
    Linux 2.4/64 (mir)
    Solaris 2.9 (shanti)
2006-04-15 17:14:47 -05:00
Quincey Koziol
c83c1eb42d [svn-r12258] Purpose:
Code checkpoint

Description:
    Add in more fractal heap support for odd allocation patterns (entries that
are too large for various block sizes, etc.)

    Broke out fractal heap code into more source code modules.

    Refactored fractal heap test to make it more understandable and
maintainable for the long term.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 (heping)
    Linux 2.4/64 (mir)
    Solaris 2.9 (shanti)
2006-04-15 16:11:42 -05:00
Quincey Koziol
838b4449cf [svn-r12257] Purpose:
Shrink skull & crossbones  (how many times do you get to write _that_ in
a CVS log message? :-)

Description:
    Documented the --enable-group-revision configure option and found a smaller
skull & crossbones to put in the release notes for it.
2006-04-15 13:00:30 -05:00
Elena Pourmal
82d3e6585e [svn-r12256] Purpose: Bug fix
Description: "using std::count" statement caused the problems on copper and kelgia



Solution: I believe this statement is not needed at all (will verify with
          more daily tests and Binh-Minh). Removed.

Platforms tested: heping, mir with Intel compiler, copper with -q64,
                  shanti (there is a known failure in tatrr test)

Misc. update:
2006-04-15 12:16:23 -05:00
Elena Pourmal
d318d2ec1a [svn-r12255] Purpose: Maintenance
Description: Updated "Tested Platforms" section (based on 1.6.5)
             Added VMS support notice

Solution:

Platforms tested: N/A

Misc. update:
2006-04-15 11:31:58 -05:00
Quincey Koziol
2521c4084c [svn-r12254] Purpose:
Anti-feature

Description:
    Revert changes to H5G_stat_t struct, to make it compatible with the 1.6.x
branch again.  The information that was added to the H5G_stat_t struct will
be reported through other API routines.

Platforms tested:
    FreeBSD 4.11 (sleipnir) w/C++
    Linux 2.4/64 (mir) w/C++ & Fortran
    Solaris 2.9 (shanti)
2006-04-14 17:21:54 -05:00
Elena Pourmal
3468ff3a5c [svn-r12253] Purpose: Maintenance
Description: Brought VMS changes back. My previous note about
             using std::count; should be in this log.
             C++ on VMS doesn't support "using std::count"

Solution: IFDEF'ed with H5_VMS (until Binh-Minh has a chance to look into it and
          propose a different solution)

Platforms tested: VMS server, heping

Misc. update:
2006-04-14 16:43:29 -05:00
Elena Pourmal
11cf4bacb7 [svn-r12252] Purpose: Maintenance
Description: Brought VMS changes back (very minor):
             In tfile.cpp file some tests for open and creation should fail on UNIX,
             but this is not true on VMS since it has versioning of the files.
             In dsets.cpp std::count was used, but it is not available on VMS; also
             VMS didn't like "bogus" name for the filter function.


Solution: Used H5_HAVE_FILE_VERSIONS and H5_VMS variables to control the tests;
          replaced "bogus" function with "filter_bogus" function

Platforms tested: VMS server, heping

Misc. update:
2006-04-14 16:39:46 -05:00
Elena Pourmal
3ee41cba29 [svn-r12251] Purpose: Maintenance
Description: file_close and multi driver tests fail on VMS.

Solution: IFDEF'ed them for now with !DEC directive.

Platforms tested: VMS server, heping

Misc. update:
2006-04-14 16:33:35 -05:00
Elena Pourmal
b1eadf137c [svn-r12250] Purpose: Maintenance
Description: Added new VMS command files to run tests and examples for
             C, C++ and Fortran

Solution:

Platforms tested:

Misc. update:
2006-04-14 16:31:41 -05:00
Elena Pourmal
fdd2d22773 [svn-r12249] Purpose: Maintenance
Description: cleaned up make.com file; added command file to run the tests.

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:30:39 -05:00
Elena Pourmal
449af61402 [svn-r12248] Purpose: Maintenance
Description: cleaned up make.com file

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:30:21 -05:00
Elena Pourmal
754e92f9a9 [svn-r12247] Purpose: Maintenance
Description: cleaned up make.com file; added command file to run tests

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:30:13 -05:00
Elena Pourmal
de6233a077 [svn-r12246] Purpose: Maintenance
Description: Added file to run the examples; cleaned up make.com file

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:29:48 -05:00
Elena Pourmal
d0bb21e615 [svn-r12245] Purpose: Maintenance
Description: Added file to run the tests; cleaned up make.com file

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:29:31 -05:00
Elena Pourmal
c178152d7c [svn-r12244] Purpose: Maintenance
Description: Added file to run the tests

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:29:10 -05:00
Elena Pourmal
540e7a54a8 [svn-r12243] Purpose: Maintenance
Description: Cleaned up the file

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:28:55 -05:00
Elena Pourmal
dcd840cde9 [svn-r12242] Purpose: Maintenance
Description: Added new file to run examples

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:28:29 -05:00
Elena Pourmal
099dfac2a9 [svn-r12241] Purpose: Maintenance
Description: This command file defines all necessary compilation flags
             and builds all libraries, tests and examples.
             If you build in a particular directory, make sure you use
             the correct compilation flags since they are not defined
             in each individual command file (actually the line is still there
             but commented out).

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:28:08 -05:00
Frank Baker
5612709114 [svn-r12240]
Purpose:
    Added 1.8.0-alpha1 "Supported Configuration Features Summary."
Platforms tested:
    Viewed in vi; not tested.
2006-04-14 16:06:50 -05:00
Raymond Lu
dc3854dee9 [svn-r12239] Purpose: Update
Description: Mark hl/src/H5LTparse.h as undistributed.


Platforms tested: ran bin/chkmanifest.
2006-04-14 13:22:50 -05:00