Commit Graph

1659 Commits

Author SHA1 Message Date
Patrick Lu
5a91414d6e [svn-r1956] in h5tools.h I added a fwe new members to the struct for the formatting.
in h5dump.c just initialized the values for the formatting struct.
in h5tools.c made some changes in the printing area to get the dump output to
look closer to what we wanted.  the strings are currently not printing correctly.
also removed the program type variable from here.
2000-02-15 10:45:35 -05:00
Raymond Lu
7569e46b9e [svn-r1955] Updated for Cygwin. 2000-02-09 16:36:37 -05:00
Raymond Lu
c89bf21534 [svn-r1954] This file handles configuration of Cygwin on PCs 2000-02-09 16:08:20 -05:00
Patrick Lu
61420a3c14 [svn-r1953] replaced the HAVE__O_BINARY flag with a O_BINARY 2000-02-09 14:10:12 -05:00
Patrick Lu
6e765dd3ca [svn-r1952] removed the HAVE__OBINARY flag 2000-02-09 14:08:33 -05:00
Quincey Koziol
0fd1ac6740 [svn-r1951] Tweaks to detect the shared libraries on NCSA's systems, so that Albert's
automated tests will work correctly on arabica.
2000-01-29 19:37:28 -05:00
Albert Cheng
43ddb0f2c4 [svn-r1950] Snapshot version 1.3 release 11 2000-01-26 12:21:09 -05:00
Albert Cheng
e29f213cf9 [svn-r1949] Problem:
The Dependencies files were generated in $srcdir even when
    --srcdir is used.  It caused conflicts if multiple hosts
    are doing make sharing the same $srcdir.  It also violated
    the rule that --srcdir would not modify the content of $srcdir
    which could be on a read-only media like a CD-ROM.
Solution:
    Dependencies files are generated in the "current" directory.
Platform tested:
    dangermouse (linux), modi4 (IRIX64).
2000-01-26 09:50:12 -05:00
Albert Cheng
b837e67040 [svn-r1948] File was changed by something, probably $(TRACE), automagically.
The changes seem harmless.  So checking it in once for all.
2000-01-26 09:37:18 -05:00
Albert Cheng
f490968edc [svn-r1947] Changed the test files prefix to use the h5_fixname() in test/libh5test.a.
Makefile.in:
    Added test/ as one of the -I directories to search for header files.
    Needed because <h5test.h> is used.
t_file.c t_mpi.c testphdf5.c testphdf5.h:
    Added FILENAME to meet the assumption in h5test.h.  (May use
    CLEANUP in the future.)  Moved the prefix setting to the
    h5_fixname().
2000-01-25 23:33:38 -05:00
Albert Cheng
f938b6efe3 [svn-r1946] Added a the PARA-Prefix for parallel test files for the needs that
serial and parallel test files are tested in different file systems.
Added the global variable, paraprefix, so that it can be set via
command line option.
2000-01-25 23:20:36 -05:00
Quincey Koziol
af56f616e4 [svn-r1945] Add tests for "H5S_SELECT_PREPEND" and "H5S_SELECT_APPEND" operations to point
selections.
2000-01-21 17:43:11 -05:00
Quincey Koziol
a919e43254 [svn-r1944] Added "H5S_SELECT_PREPEND" and "H5S_SELECT_APPEND" operations to point
selections.

Also fixed bug which was not allowing the "start_point" parameter to
H5Sget_select_elem_pointlist to actually get used.  It was always returning a
list of points selected which started with the beginning of the list of points.
2000-01-21 17:42:51 -05:00
Patrick Lu
83a7d959c0 [svn-r1942] changed the h5config file by removing the have_winsock_h and adding a have_windows_h 2000-01-13 14:36:57 -05:00
Patrick Lu
935b74aba9 [svn-r1941] removed the include for the winsock2.h lib and changed the macro to be have_windows_h.
also included the windows.h
2000-01-13 14:31:28 -05:00
Albert Cheng
9e26ff2daa [svn-r1940] Changed distclean target to clean up a few more recently created
files.
2000-01-12 12:18:47 -05:00
Albert Cheng
7581a07f42 [svn-r1939] Snapshot version 1.3 release 10 2000-01-07 18:50:56 -05:00
Albert Cheng
0fc0c73054 [svn-r1938] Print a message when all is well. 2000-01-07 18:23:57 -05:00
Albert Cheng
acc81e38ce [svn-r1937] Updated with newly added files and deleted ones. 2000-01-07 18:23:38 -05:00
Albert Cheng
d5e1f8ff03 [svn-r1936] Removed h5findshd.c. Its routines have been moved to libh5tools.c. 2000-01-07 18:17:08 -05:00
Albert Cheng
74333f5ae8 [svn-r1935] A minor editing of the help messages. 2000-01-07 18:10:26 -05:00
Albert Cheng
5651d417de [svn-r1934] Removed the entry of h5findshd.c. Its routines have been moved to
libh5tools.c.
2000-01-07 14:17:13 -05:00
Patrick Lu
84d1dd0f92 [svn-r1933] took the functions out of the h5findshd.c and put them into this file 2000-01-06 12:32:16 -05:00
Quincey Koziol
4e07c6496f [svn-r1932] Reversed the order that hyperslab blocks are added to the internal list of
block to reduce amount of memory moving required.  This corrects the
exponential increase in time to add blocks for larger numbers of blocks.
2000-01-06 12:01:19 -05:00
Raymond Lu
b31fee056a [svn-r1930] Add Globus 1.1; refer Gass to Globus 1.0 2000-01-05 14:42:12 -05:00
Albert Cheng
e2d85175c6 [svn-r1929] Added the srcdir option to support concurrent tests by different
hosts.  Below is the help output for srcdir.
    srcdir:   Use srcdir option (does not imply other commands)"
		 "snapshot srcdir" is equivalent to "snapshot srcdir all"
		 "snapshot srcdir checkout" is equivalent to "snapshot checkout"

Also used shell variables to hold directory paths for easier maintenance.
2000-01-05 09:18:52 -05:00
Raymond Lu
a7a175103d [svn-r1928] DPSS was added. 2000-01-04 17:38:50 -05:00
Raymond Lu
f86d9fabb7 [svn-r1927] Added #include <H5FDdpss.h> 1999-12-22 10:29:29 -05:00
Raymond Lu
ce29075d9e [svn-r1926] Macros HAVE_GASS and HAVE_DPSS are changed to H5_HAVE_GASS AND H5_HAVE_DPSS. 1999-12-21 17:54:43 -05:00
Raymond Lu
173c0b6fe5 [svn-r1925] DPSS is checked in. 1999-12-21 17:17:55 -05:00
Raymond Lu
ada76449ba [svn-r1924] DPSS is checked in. 1999-12-21 16:54:52 -05:00
Albert Cheng
aaed76e5c8 [svn-r1919] Added Pthread library options. 1999-12-20 15:24:34 -05:00
Albert Cheng
96f3c02491 [svn-r1918] configure.in:
Added --with-pthread option to configure pthread library.
    Default is no pthread.
configure:
    Derived from configure.in by autoconf.
1999-12-20 15:23:33 -05:00
Albert Cheng
aaca4e658b [svn-r1917] Updated the change history of H5FD_mpio_write(). 1999-12-20 13:18:17 -05:00
Albert Cheng
f6fffd7da8 [svn-r1916] Changed the #define TRUE to be consistent with the one in H5private.h
which is also used by most Unix systems.
1999-12-20 10:14:05 -05:00
Albert Cheng
4ae42f7f15 [svn-r1915] Purpose:
Bug fix.
Description:
    When only p0 will write for allsame metadata, other processes
    returns with SUCCEED immediately.  In some racing conditions, the
    other processes may start reading the metadata before p0 has finished
    writing them out.  That results in errors.  (I verified by putting
    an intentional delay in the p0 code.  Other processes then got read
    errors always.)
Solution:
    When only-p0-writes is the case, p0 will Bcast the result to other
    processes.  This provides both a synchoronization and more valid
    logic since the other processes will return FAIL too IF p0 write
    fails.
    Also fixed a typo of the H5F_MPIO_DEBUG_KEY name.
    Also removed the incorrect #define's of FALSE and TRUE.
    They are already defined in H5private.h.
1999-12-20 10:06:36 -05:00
Albert Cheng
ccb5c0ad84 [svn-r1914] t_mdset.c:
Increase the test size to 32.  Put in a check to make sure number of
    processes are not bigger than SIZE.
testphdf5.c:
    Fixed a mistake in the prototype of pause_proc to reflect no arguments.
1999-12-20 09:53:44 -05:00
Albert Cheng
87ffeb2962 [svn-r1912] Document a fix to bypass a make problem in Janus. 1999-12-20 09:25:48 -05:00
Patrick Lu
26f8ffe9d9 [svn-r1900] temporary fix for the committed type problem that Elena reported. 1999-12-17 14:06:39 -05:00
Albert Cheng
11705a70ca [svn-r1899] Chagned to venue to call pause_proc via the profile feature of MPI_Init. 1999-12-17 13:54:52 -05:00
Patrick Lu
bb92bb9712 [svn-r1898] backed out the changes that were breaking the test cases until i can
figure a way to fix the problem.  decided to back it out since i will
be leaving for christmas in a few days and won't be back until jan.
1999-12-17 11:56:10 -05:00
Frank Baker
4d18fe3563 [svn-r1897] RM_H5T.html H5Tset/get_fields: Added spos parameter.
H5Tconvert:  Added plist_id parameter.
1999-12-17 10:54:15 -05:00
Frank Baker
4ee64d4c71 [svn-r1894] Tools.html h5dump: Added -V option.
Glossary.html     selection: added 2nd definition.
Filters.html      Added reference in section 4 to zlib website.
1999-12-17 10:47:05 -05:00
Frank Baker
c85c62fcd0 [svn-r1893] RM_H5S.html
H5Sselect_hyperslab, H5Sget_select_elem_pointlist,
 	H5Sget_select_bounds:
	    Inserted missing punctuation and missing space between words.
	H5Sget_simple_extent_dims:  Added statement that either or both of
	    'dims' and 'maxdims' may be NULL.
1999-12-17 10:45:31 -05:00
Frank Baker
d15a2ce142 [svn-r1890] RM_H5G.html H5Giterate: Corrected H5G_operator_t to read H5G_iterate_t.
Minor corrections to H5G_iterate_t prototype syntax.
	          Added note that H5Giterate's behavior is undefined if
	             the group structure or membership changes.
1999-12-17 10:41:05 -05:00
Frank Baker
620c3d380d [svn-r1889] RM_H5F.html H5Fcreate, H5Fopen: Clarified description of file access flags
in parameters section and removed reference to H5Fpublic.h.
RM_H5D.html   H5Dvlen_reclaim: Inserted missing punctuation.
	      H5Dcreate: Added paragraph explaining that 'name' must be unique.
1999-12-17 10:39:46 -05:00
Frank Baker
654dfafca6 [svn-r1886] RM_H5P.html
H5Pset/get_cache: Added missing rdcc_nelmts parameter.
	    Corrected inconsistent references to rdcc_wo parameter.
	    Clarified Purpose and Description sections.
 	H5Pget_sec2:  Corrected return type from 'returntype' to 'herr_t'.
1999-12-17 10:34:35 -05:00
Frank Baker
f17e2d273e [svn-r1885] RM_H5.html H5check_version: Grammar correction.
RM_H5A.html   H5Acreate: Restructured and expanded the Description section,
 	      with particular attention to the fact that the attribute name
	      specified in H5Acreate must be unique.
1999-12-17 10:33:08 -05:00
Albert Cheng
9de79f7952 [svn-r1883] Added libh5test.a links so that parallel tests may make use of routines
in the other test library.
1999-12-17 09:54:30 -05:00
Albert Cheng
ecd36aa697 [svn-r1882] New entries automatically created by one of gmake/configure/autoconf
or their buddies, due to the addition of new test module.
1999-12-17 09:39:14 -05:00