Commit Graph

9949 Commits

Author SHA1 Message Date
Albert Cheng
10114bd211 [svn-r13736] Bug fix.
QSC's mpi implementation does not do collection I/O correctly.
Need to turn some collective support off.

Tested platform:
LANL QSC.

-This line, and those below, will be ignored--

M    config/dec-osf5.x
2007-05-07 15:30:11 -05:00
Scott Wegner
8829cafe90 [svn-r13734] Added new source files (from rev. 13721) to Windows project files.
Note: ohdr_gentst currently fails on Windows, and is disabled by default.  I'm working with Quincy to get this fixed.

Tested:
VS6 on WinXP
2007-05-05 11:03:35 -05:00
MuQun Yang
8762243f56 [svn-r13733] Changed more parallel debugging info. to a more standard way by using H5DEBUG.
Have tested at linux to make sure the change won't cause any compiling errors or testing errors.
2007-05-04 08:53:57 -05:00
MuQun Yang
8292747953 [svn-r13730] Remove debug information inside H5Dmpio.c when enable-debug is turned on.
More code will be cleaned up tomorrow. Since only debugging information is removed, I tested this only at kagiso(linux mpich).

Kent
2007-05-03 18:07:03 -05:00
Peter Cao
edceb4389a [svn-r13726] Add H5P_reset_external_file_test to the header file. 2007-05-02 17:16:32 -05:00
Quincey Koziol
80d7f2a258 [svn-r13722] Description:
Fix typo that causes non-Purified build to fail.

Tested:
	FreeBSD/32 6.2 (duty)
	FreeBSD/64 6.2 (liberty)
2007-05-01 21:39:43 -05:00
Quincey Koziol
2757f75317 [svn-r13721] Description:
Add "fail if unknown" and "mark if unknown" flags to object header messages.
This gives the library a clean way to tell older libraries that a message should
not be just ignored if it's unknown, but that other actions should occur.

Tested on:
    Mac OS X/32 10.4.9 (amazon)
    FreeBSD/32 6.2 (duty)
    FreeBSD/64 6.2 (liberty)
    Linux/32 2.6 (chicago)
    Linux/64 2.6 (chicago2)
2007-05-01 16:00:52 -05:00
Pedro Vicente Nunes
4e243fd5e7 [svn-r13720]
Bug fix

The parsing routine -b was not correctly affecting one of the variables that sets the binary output

Tested linux
2007-05-01 15:58:18 -05:00
Pedro Vicente Nunes
fcb7783b52 [svn-r13718]
added entries

 - Fortran interfaces for the Image, Table and Lite APIs. PVN - 2007/5/1
        - New HDF5 Dimension Scale API (H5DS) allows dimension scales to be
          created in an HDF5 file and associated with specific datasets.
                                                                 PVN - 2007/5/1
2007-05-01 11:14:26 -05:00
Quincey Koziol
093060f6f3 [svn-r13717] Description:
Clean up some formatting, comments and error messages.

Tested on:
    Mac OS X/32 10.4.9 (amazon)
    Too minor to require h5committest
2007-05-01 09:28:02 -05:00
Albert Cheng
83d4f43d04 [svn-r13716] updated the help message of the --enable-debug to reflect its default now depends
on the setting of  --enable-production.
2007-04-30 22:38:52 -05:00
Peter Cao
37e010fbe0 [svn-r13714] Fix memory leak on objcopy.c test
H5Premove(dcpl, H5D_CRT_EXT_FILE_LIST_NAME) causes memory leak.
Use new function H5P_reset_external_file_test(dcpl) instead.
2007-04-30 17:44:04 -05:00
Scott Wegner
90a16bb0dd [svn-r13713] Updated MANIFEST for previous revision. 2007-04-30 16:44:02 -05:00
Scott Wegner
a27b1b6e31 [svn-r13712] Various changes made to bring Windows example tests up to date.
Tested:
VS 2005 on Win XP
2007-04-30 16:36:54 -05:00
Quincey Koziol
4e6026d44f [svn-r13711] Description:
Reduce size of fill value message in default setting case (since it can't
be eliminated).

Tested on:
    Mac OS X/32 10.4.9 (amazon)
2007-04-30 14:57:58 -05:00
Scott Wegner
9844f91b17 [svn-r13710] Added Fortran dependencies to Windows project files, and updated documentation to reflect changes.
Tested:
Visual Studio 2005 on WinXP
2007-04-30 14:16:50 -05:00
Albert Cheng
8cf6fbad51 [svn-r13707] Changed the TODAY format to include weekday, matching the one used by DailyHDF5Test
script.

Tested:
Tested the new format works in all NCSA machines.
2007-04-28 23:13:23 -05:00
Christian Chilan
218c9c7b72 [svn-r13705] Change to getname.c so that when tests query the name of a dereferenced object, they do not expect the name length to count the null terminator. 2007-04-27 14:08:43 -05:00
Christian Chilan
55ba7924e1 [svn-r13704] Change to H5G_get_refobj_name so that H5I_get_name returns the length of the name of a dereferenced object without counting the null terminator. Tested on smirom, copper, and cobalt. 2007-04-27 14:04:32 -05:00
Albert Cheng
2b807f7fdd [svn-r13703] Feature:
Change --enable-debug default to no if producton is enabled.

Platform tested:
kagiso just doing configure with various combinations of option and varified the
output.
2007-04-27 09:56:33 -05:00
Elena Pourmal
71c29a007f [svn-r13702] Added new example that uses H5Gcreate2 and H5Lexists calls
Platforms tested: Linux 2.6 RedHat in Chicago; no access to other machines
2007-04-25 13:39:41 -05:00
Scott Wegner
3fd6b91f1b [svn-r13701] Deleted .html versions of Windows documentation, as we have decided to maintain only .txt versions in the source package. Step-by-step instructions for Windows will eventually be made available on the public website.
Updated MANIFEST to reflect changes.
2007-04-24 15:07:12 -05:00
Albert Cheng
0408aec911 [svn-r13700] Updated the copyright generated by the program to the THG notice.
Tested:
kagiso (no committed test since it is trivial.)
2007-04-24 15:06:48 -05:00
Quincey Koziol
594ac7478d [svn-r13698] Description:
Remove warning notice about file format (file format actually OK for the
beta release)
2007-04-24 09:01:55 -05:00
John Mainzer
30b6c4bcc1 [svn-r13697] Fixed error in check_unprotect_ro_dirty_err() in cache.c. Basic problem
was a failure to clean up properly after a test.

I reproduced the failure on Phoenix before fixing it.  As the error
was relatively straight forward, I tested fix on Phoenix only.
2007-04-24 05:51:12 -05:00
Scott Wegner
2ac5e9f2e8 [svn-r13696] Various updates to Windows documentation.
Mostly just correcting typos, no testing needed.
2007-04-23 17:06:01 -05:00
Raymond Lu
156f8bc690 [svn-r13694] 1. changed the HDlseek to be lseek64 and HDfseek to be fseeko if available, to support big
files.  2. added a check in test/big.c to make sure the system supports big file.

Tested on smirom because already tested the same changes for v1.6 on liberty, smirom, 
copper, and sol.
2007-04-23 13:57:51 -05:00
HDF Tester
f68c5d9849 [svn-r13692] Snapshot version 1.8 release 0 (beta1post0) 2007-04-23 09:55:02 -05:00
Quincey Koziol
9ef709fc11 [svn-r13691] Description:
Comment out cache test until John can take a look at it.

Tested on:
	FreeBSD/32 6.2 (duty)
2007-04-20 22:55:12 -05:00
Quincey Koziol
aa96180fa9 [svn-r13690] Description:
Fully enable readers/writer locking in metadata cache and correct errors
in cache clients which were modifying a cache entry while only holding a
read lock on it.

Tested on:
    Mac OS X/32 10.4.9 (amazon)
    Linux/32 2.6 (chicago)
    Linux/64 2.6 (chicago2)
    FreeBSD/32 6.2 (duty)
    FreeBSD/64 6.2 (liberty)
2007-04-19 13:43:10 -05:00
Albert Cheng
1d3bcea769 [svn-r13688] purpose:
bug fix (760)

Description:
The two h5fc myprog.c libmylib.a tests work now.  Changed them from SKIP to test
again.

Tested platforms:
kagiso.
2007-04-19 11:00:49 -05:00
Albert Cheng
2ad7c73e5b [svn-r13687] Improvement.
Added a clarification the environment variables dumping is BEFORE command option
parsing.  Also added a dumping AFTER the option parsing.

Tested:
Just eyeballed since it is trival.  Let daily tests runs to test it.
2007-04-18 16:37:44 -05:00
Quincey Koziol
a16b402a6f [svn-r13685] Description:
Update the version string to "1.8.0-beta1post0"
2007-04-18 15:36:56 -05:00
Quincey Koziol
4fee3d360c [svn-r13683] Description:
Change the release string for the beta1 release, so the tag in subversion
is correct.
2007-04-18 15:30:58 -05:00
Quincey Koziol
51df76bb28 [svn-r13682] Description:
Run bin/reconfigure to update infrastructure files/information.
2007-04-18 15:15:58 -05:00
Quincey Koziol
cb2f68d7e4 [svn-r13681] Description:
Note that the "Platforms tested" section is slightly out of date.
2007-04-18 14:30:36 -05:00
Albert Cheng
2dcafab081 [svn-r13680] Updated with known problems concerning DOE machines. 2007-04-18 14:17:16 -05:00
Frank Baker
7068aaa994 [svn-r13679] Description:
Updated for 1.8.0-beta1.
    Updated URLs from hdf.ncsa.uiuc.edu 
        to www.hdfgroup.org or www.hdfgroup.uiuc.edu, as appropriate
        and corrected otherwise-out-of-date URLs.
    Updated HDF Help Desk address to 'help@hdfgroup.org'.
    Added notes regarding beta documentation.
    And here were a few minor edits.
Tested:
    Visual inspection.
-This line, and those below, will be ignored--

M    RELEASE.txt
2007-04-18 13:30:34 -05:00
Elena Pourmal
132e0f68d0 [svn-r13677] Fixed a typo in C++ compiler version number 2007-04-17 20:51:28 -05:00
Elena Pourmal
c331e75969 [svn-r13676] Updated the "Platforms tested" section for the 1.8.0-beta1 release 2007-04-17 20:18:01 -05:00
Scott Wegner
7fec773c0e [svn-r13675] Updated Windows documentation concerning thread-safe builds, as well as a typo in the zlib instruction.
Tested:
VS 6.0 on WinXP
2007-04-17 16:04:17 -05:00
Scott Wegner
a046eae0c8 [svn-r13674] Added Windows "short" documentation for building with Visual Studio 2005.
No testing needed.
2007-04-17 15:28:40 -05:00
Mike McGreevy
1b176758ae [svn-r13673] Updating release documentation to state current known issues with szip. 2007-04-17 13:36:16 -05:00
Scott Wegner
dbeec45154 [svn-r13672] Forgot to include a sub-directory when adding a file to the MANIFEST. This checkin fixes is.
Tested:
kagiso
2007-04-16 14:31:30 -05:00
Scott Wegner
cb281ab221 [svn-r13671] Updated Windows documentation to use new files for external libraries.
No testing needed.
2007-04-16 13:20:04 -05:00
Scott Wegner
159fe4b610 [svn-r13667] Added Windows hl test script for gif2hf and h52gif testing to bring up to date with Linux. Updated MANIFEST for new file added.
Tested:

VS6 on Windows XP
2007-04-15 11:01:38 -05:00
Scott Wegner
cdaddd7177 [svn-r13666] Added Windows documentation for 7zip
No testing needed.
2007-04-15 10:33:36 -05:00
Scott Wegner
26f835b908 [svn-r13662] Updated Windows documentation to reflect our Intel Fortran 9.1 Compiler support, as well as our depreciation of previous versions of the Intel Compiler.
No testing needed.
2007-04-14 10:46:08 -05:00
Elena Pourmal
0332285cff [svn-r13660] Minor cleanups and bug fixes.
H5Zpublic.h file didn't include H5public.h; done
H5Spublic.h had ghost function H5Sset_space; deleted
New source files were added to make.com for VMS.
h5gget_comment_c had a small bug in calculating buffer length; fixed

Platforms tested: pahra and kagiso; too minor for h5committest
2007-04-13 17:04:26 -05:00
Pedro Vicente Nunes
cc16cc7dea [svn-r13657]
add note for gif tools
2007-04-13 14:28:09 -05:00