Commit Graph

8592 Commits

Author SHA1 Message Date
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
Fang Guo
dc3f6128f0 [svn-r12238] Purpose:
Maintenance on Windows
Description:
Update all.sln
Solution:

Platforms tested:

Misc. update:
2006-04-13 12:51:11 -05:00
Fang Guo
e986ea1496 [svn-r12237] Purpose:
Maintenance on Windows
Description:
hl\src\H5HL_private.c was removed
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-04-13 12:50:32 -05:00
Fang Guo
42bbce053a [svn-r12236] Purpose:
Maintenance on Windows
Description:
H5HL_private.c was removed
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-04-13 12:49:39 -05:00
Pedro Vicente Nunes
2aab155338 [svn-r12235] Purpose:
bug fixes

Description:
some function calls had integer constants in the argument list;
these caused size mismatches on some platforms (hsize_t expected)

Solution:
declared hsize_t variables or  added casts

Platforms tested:
linux (heping)
solaris

Misc. update:
2006-04-12 22:15:05 -05:00
Pedro Vicente Nunes
ea0c09cf0f [svn-r12234] Purpose:
removed some white space and add formatting

Description:

Solution:

Platforms tested:
linux

Misc. update:
2006-04-12 21:42:04 -05:00
Elena Pourmal
40592235ed [svn-r12233] Purpose: Maintenance
Description: Some dumper tests suppose to fail; those tests cause make file
             to exit.

Solution: For now I commented those tests to let other tests
          to run; output is saved in a file for examination. Next step
          will be to compare with the existing output. (Actually
          the next step will be to learn how to program functions in DCL to
          create a test script similar to UNIX one, but at least I finally
          figured out why the test script was exiting.)

Platforms tested: VMS server

Misc. update:
2006-04-12 17:13:56 -05:00
Pedro Vicente Nunes
7248b78c50 [svn-r12231] Purpose:
fix, forgot to cvs remove one file of the privious check in

Description:

Solution:

Platforms tested:

Misc. update:
2006-04-12 16:33:53 -05:00
James Laird
b51ac70ed9 [svn-r12230] Purpose:
Configuration change

Description:
Stream-VFD is now disabled when parallel is enabled.

Solution:
Stream-VFD was causing trouble on some platforms when both it and
parallel HDF5 were being used.  This is a pretty odd use case, so
we now disable stream vfd when parallel is being used.
This required moving the test for the stream vfd after the test
for parallel HDF5 in configure.in.

Platforms tested:
mir, modi4 (configure change only)
2006-04-12 16:28:09 -05:00
Pedro Vicente Nunes
bc66efc788 [svn-r12229] Purpose:
new feature

Description:
1) separated the HL library into "public" and "private" header files, with the same caracteristics as the basic library
2) added the public headers to hdf5.h (with a conditional include macro, defined in configure.in)
3) added the path to HL in all Makefile.am 's , because of the inclusion in hdf5.h

Solution:

Platforms tested:
linux 32, 64
AIX
solaris
with fortran and c++

(one packet table example fails)

Misc. update:
2006-04-12 16:21:38 -05:00
Elena Pourmal
3dfec8d73b [svn-r12228] Purpose: Maintenance
Description: Warning message about broken line was displayed while running make.com

Solution: Replaced blank line with $ exit line.

Platforms tested: VMS server; this change is local to VMS only

Misc. update:
2006-04-12 14:48:14 -05:00
Albert Cheng
246b280cd6 [svn-r12227] Purpose:
bug fix.

Description:
The MPE_Stop_log did not work in copper.  It spewed out MPE errors
and ended in infinite looping.

Solution:
Changed to a smaller test size to avoid generating huge MPE log files
when MPE is configured in.

Platforms tested:
Copper (mpe)

Misc. update:
2006-04-12 13:41:08 -05:00
Fang Guo
954a6dfda4 [svn-r12226] Purpose:
Maintenance on Windows
Description:
Add in information about hdf5_hl_fortran using intel fortran compiler.
Solution:

Platforms tested:

Misc. update:
2006-04-11 15:28:18 -05:00
Fang Guo
a074f99ebe [svn-r12225] Purpose:
Maintenance on Windows
Description:
 hdf5_hl_fortran is a mixed language project. when building
this project , the compiler will ask to choose one language as a main
project.
Missed this information in previous document.
Need to ch
Solution:

Platforms tested:

Misc. update:
2006-04-11 15:22:56 -05:00
Albert Cheng
6952f48096 [svn-r12224] Purpose:
Bug fix.

Description:
When MPE is used, the test generates huge Clog files in /tmp that
could fill up the disk (like in Copper.)

Solution:
Turned off MPE logging.

Platforms tested:
heping (pp) and copper(pp)

Misc. update:
2006-04-11 15:01:58 -05:00
Fang Guo
b18e0d8497 [svn-r12223] Purpose:
Maintenance on Windows
Description:
libtestfortran.dsp was enabled by accident. Disable libtestfortran.dsp
Solution:

Platforms tested:

Misc. update:
2006-04-11 14:55:41 -05:00
Fang Guo
5d70249f6e [svn-r12222] Purpose:
Maintenance on Windows
Description:
Fix a echo error:
when running lstest.bat, previously echo "h5dump ..."
change it to "h5ls ..."
Solution:

Platforms tested:

Misc. update:
2006-04-11 13:19:16 -05:00
Quincey Koziol
5a2c6b0ae1 [svn-r12221] Purpose:
"Hide" file format changes (for now)

Description:
    Add ifdef's (controlled by the --enable-group-revision configure flag)
to disable group revision changes to the file format, in order to allow alpha
release to go ahead without releasing an unsupported version into the wild.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 32-bit (heping)
    Linux 2.4 64-bit (mir)
    Solaris 2.9 (shanti)
2006-04-09 22:03:30 -05:00
Quincey Koziol
68ec8c72bc [svn-r12219] Purpose:
Code cleanup

Description:
    Don't include empty public header files.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 32-bit (heping)
    Linux 2.4 64-bit (mir)
    Solaris 2.9 (shanti)
2006-04-09 21:51:57 -05:00
Quincey Koziol
aab7fd598f [svn-r12218] Purpose:
Code cleanup

Description:
    Remove remnents of references to unimplemented H5S_COMPLEX dataspace.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 32-bit (heping)
    Linux 2.4 64-bit (mir)
    Solaris 2.9 (shanti)
2006-04-09 21:51:05 -05:00
Quincey Koziol
1267f5408e [svn-r12217] Purpose:
Code cleanup

Description:
    Tweak fortran test for alpha release to check for different file size
(a size difference between the compact & "old" dense form).

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 32-bit (heping)
    Linux 2.4 64-bit (mir)
    Solaris 2.9 (shanti)


Misc. update:
2006-04-09 21:46:40 -05:00
Quincey Koziol
15691f8827 [svn-r12216] Purpose:
Code cleanup

Description:
    Clean up some runtime errors from unsupported C99 types on Solaris 2.9
by wrapping them with ifdef's.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 32-bit (heping)
    Linux 2.4 64-bit (mir)
    Solaris 2.9 (shanti)


Misc. update:
2006-04-09 21:45:11 -05:00
Quincey Koziol
85fc6fab21 [svn-r12215] Purpose:
Code cleanup

Description:
    Add "--enable-group-revision" configure flag (defaulting to off).

    Also, "prettify" the configure summary a bit

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 32-bit (heping)
    Linux 2.4 64-bit (mir)
    Solaris 2.9 (shanti)
2006-04-09 21:44:03 -05:00
Quincey Koziol
36a381e961 [svn-r12214] Purpose:
Code cleanup

Description:
    Don't install empty public header files.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 32-bit (heping)
    Linux 2.4 64-bit (mir)
    Solaris 2.9 (shanti)
2006-04-09 21:42:21 -05:00
Albert Cheng
f88e94b3b8 [svn-r12213] Turned off copyright checking until what need copyright is decided. 2006-04-07 12:46:03 -05:00
Pedro Vicente Nunes
8ba0c76fe5 [svn-r12211] Purpose:
new feature

Description
some more check in related to the print of compression ratios: print warning messages after the print of the dataset name and compression:

Solution:

Platforms tested:
linux
solaris
AIX

Misc. update:
2006-04-07 12:45:40 -05:00
Albert Cheng
e3cdaeab1c [svn-r12210] Purpose:
feature

Description:
Added the GetTestExpress and SetTestExpress to support the TestExpress mode
according to $HDF5TextExpress.  For now, it is just defined or not, the
actual value does not matter.

Platforms tested:
heping(serial), mir (PP).
2006-04-07 10:34:40 -05:00
Albert Cheng
d4a986445c [svn-r12209] Purpose:
Bug fix.

Description:
getenv_all would fail if one calls it without calling MPI_initialized first.
This may happen if one uses PHDF5 library to build a serial nature code
and does not make any MPI calls.

Solution:
Added code to detect if MPI has been initialized. If not, use the
original getenv.

Platforms tested:
heping (serial) and mir (parallel).
2006-04-07 10:00:47 -05:00
Pedro Vicente Nunes
e6310e0869 [svn-r12208] Purpose:
new feature

Description:
some more formatting for the new printout of compression ratios

Solution:

Platforms tested:
linux
solaris
AIX

Misc. update:
2006-04-06 16:14:01 -05:00
Pedro Vicente Nunes
aabcaea388 [svn-r12207] Purpose:
new feature

Description:
some more formatting of the output for the new compression ratio printout

Solution:

Platforms tested:
linux
solaris
AIX


Misc. update:
2006-04-06 14:18:22 -05:00
Pedro Vicente Nunes
843f369468 [svn-r12206] Purpose:
new feature

Description:
added some alignment for the printout of attributes, so that is formatted with the new printout of datasets compression

Solution:

Platforms tested:
linux
solaris
AIX

Misc. update:
2006-04-06 13:49:36 -05:00
Pedro Vicente Nunes
9d01b26a93 [svn-r12205] Purpose:
new feature

Description:
added the printout of the compression ratio for filters in h5repack, after the filter name, obtained with H5Dget_storage_size, before and after applying the filter

Solution:

Platforms tested:
linux
solaris
AIX

Misc. update:
2006-04-06 13:29:53 -05:00
MuQun Yang
8b2932bf60 [svn-r12204] Purpose:
Correcting typos and updating

Description:
Several section numbers are messed up inside INSTALL_Windows.txt.
Remove the section of using DEBUG information inside HDF5 since it is difficult to verify whether this part of code is indeed used. Most people use windows' own debugger while debugging.
Solution:

Platforms tested:

Misc. update:
2006-04-06 12:05:16 -05:00
Binh-Minh Ribler
e36db373ef [svn-r12202] Purpose: Maintenance
Description:
    Changed to alias string instead of std, i.e. H5std_string instead
    of H5std, because the old way wasn't working when std didn't exist.

Platforms tested:
    Linux 2.4 (heping)
    SunOS 5.8 64-bit (sol)
    HPUX 11.00 (kelgia) - this was the problematic platform but I wasn't
                                able to test before.
2006-04-05 11:50:56 -05:00
Binh-Minh Ribler
69a959c55b [svn-r12201] Purpose: Maintenance
Description:
    Changed to alias string instead of std, i.e. H5std_string instead
    of H5std, because the old way wasn't working when std didn't exist.

Platforms tested:
    Linux 2.4 (heping)
    SunOS 5.8 64-bit (sol)
    HPUX 11.00 (kelgia) - this was the problematic platform but I wasn't
                                able to test before.
2006-04-05 11:44:18 -05:00
Binh-Minh Ribler
6f7076f47b [svn-r12200] Purpose: Maintenance
Description:
    Changed to alias string instead of std, i.e. H5std_string instead
    of H5std, because the old way wasn't working when std didn't exist.

Platforms tested:
    Linux 2.4 (heping)
    SunOS 5.8 64-bit (sol)
    HPUX 11.00 (kelgia) - this was the problematic platform but I wasn't
                                able to test before.
2006-04-05 11:23:39 -05:00
Pedro Vicente Nunes
12f01d9cd4 [svn-r12199] Purpose:
bug fix

Description:
the percent error calculation in h5diff using double precision floating point were causing different results
on the release and debug versions of Visual Studio version 6, due to a compiler bug

Solution:
used single precision (float)

Platforms tested:
windows
linux
solaris
AIX

Misc. update:
2006-04-04 16:54:48 -05:00
Fang Guo
cfa54ffdc1 [svn-r12198] Purpose:
Maintenance on Windows
Description:
Temporarily comment out echo error messages to the screen for checking autotests
on windows.
Solution:

Platforms tested:

Misc. update:
2006-04-04 16:02:46 -05:00
Raymond Lu
1560edd366 [svn-r12197] Purpose: Add copyright information.
Platforms tested: No test needed.
2006-04-04 09:49:39 -05:00
Pedro Vicente Nunes
723e738e04 [svn-r12196] Purpose:
bug fix

Description:
h5ls was not printing root group attributes

Solution:

Platforms tested:
linux 32, 64
solaris

Misc. update:
2006-04-03 15:08:15 -05:00
Raymond Lu
3116af4f6a [svn-r12195] Purpose: Add comments.
Description: Added copyright comment to the beginning of these two files.
2006-04-03 13:34:44 -05:00
Albert Cheng
10df706963 [svn-r12194] Purpose:
Typo.

Description:
Just fixed a typo in the copyright notice.  Too trivial to require
a test.
2006-04-03 08:00:51 -05:00
Binh-Minh Ribler
2730ebaca0 [svn-r12192] Purpose: Maintenance
Description:
    Corrected syntax for aliasing H5_std in the case of no std.

Platforms tested:
    Linux 2.4 (heping)
    SunOS 5.8 64-bit (sol)
    Still couldn't test on kelgia; I'll check daily test tomorrow.
2006-04-02 10:33:01 -05:00
Quincey Koziol
d165e1d8e7 [svn-r12191] Purpose:
Bug fix

Description:
    Correct the handling of the group creation property list when copying
objects with the "create intermediate groups" flag.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5committest (once I pay attention to the compiler
warnings... :-)
2006-04-02 10:29:35 -05:00
Quincey Koziol
ea7a5346d7 [svn-r12190] Purpose:
Code checkpoint

Description:
    Update fractal heap code to allow skipping direct blocks (that are too
    small to hold object) when the root indirect block is created.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5committest
2006-04-01 16:09:48 -05:00
Quincey Koziol
4659f50b83 [svn-r12189] Purpose:
New/expanded features

Description:
    Check in Peter's changed for the object copy code:
        - Allow/fix copying datasets using named variable-length datatypes
        - Start adding framework for property list to control how object
            copying occurs.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5committest
2006-04-01 15:14:11 -05:00