summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1947] Changed the test files prefix to use the h5_fixname() in ↵Albert Cheng2000-01-265-43/+43
| | | | | | | | | | | | 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().
* [svn-r1946] Added a the PARA-Prefix for parallel test files for the needs thatAlbert Cheng2000-01-262-20/+67
| | | | | | 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.
* [svn-r1945] Add tests for "H5S_SELECT_PREPEND" and "H5S_SELECT_APPEND" ↵Quincey Koziol2000-01-211-5/+119
| | | | | | operations to point selections.
* [svn-r1944] Added "H5S_SELECT_PREPEND" and "H5S_SELECT_APPEND" operations to ↵Quincey Koziol2000-01-214-17/+29
| | | | | | | | | | 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.
* [svn-r1942] changed the h5config file by removing the have_winsock_h and ↵Patrick Lu2000-01-131-0/+0
| | | | adding a have_windows_h
* [svn-r1941] removed the include for the winsock2.h lib and changed the macro ↵Patrick Lu2000-01-131-2/+2
| | | | | | to be have_windows_h. also included the windows.h
* [svn-r1940] Changed distclean target to clean up a few more recently createdAlbert Cheng2000-01-121-3/+5
| | | | files.
* [svn-r1939] Snapshot version 1.3 release 10Albert Cheng2000-01-072-2/+2
|
* [svn-r1938] Print a message when all is well.Albert Cheng2000-01-071-1/+2
|
* [svn-r1937] Updated with newly added files and deleted ones.Albert Cheng2000-01-071-1/+4
|
* [svn-r1936] Removed h5findshd.c. Its routines have been moved to libh5tools.c.Albert Cheng2000-01-071-480/+0
|
* [svn-r1935] A minor editing of the help messages.Albert Cheng2000-01-071-2/+2
|
* [svn-r1934] Removed the entry of h5findshd.c. Its routines have been moved toAlbert Cheng2000-01-071-1/+1
| | | | libh5tools.c.
* [svn-r1933] took the functions out of the h5findshd.c and put them into this ↵Patrick Lu2000-01-061-4/+483
| | | | file
* [svn-r1932] Reversed the order that hyperslab blocks are added to the ↵Quincey Koziol2000-01-061-1/+2
| | | | | | | 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.
* [svn-r1930] Add Globus 1.1; refer Gass to Globus 1.0Raymond Lu2000-01-054-610/+2781
|
* [svn-r1929] Added the srcdir option to support concurrent tests by differentAlbert Cheng2000-01-051-14/+32
| | | | | | | | | 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.
* [svn-r1928] DPSS was added.Raymond Lu2000-01-041-760/+648
|
* [svn-r1927] Added #include <H5FDdpss.h>Raymond Lu1999-12-221-0/+1
|
* [svn-r1926] Macros HAVE_GASS and HAVE_DPSS are changed to H5_HAVE_GASS AND ↵Raymond Lu1999-12-215-5/+5
| | | | H5_HAVE_DPSS.
* [svn-r1925] DPSS is checked in.Raymond Lu1999-12-2111-5/+1037
|
* [svn-r1924] DPSS is checked in.Raymond Lu1999-12-211-41/+97
|
* [svn-r1919] Added Pthread library options.Albert Cheng1999-12-201-0/+6
|
* [svn-r1918] configure.in:Albert Cheng1999-12-202-415/+754
| | | | | | | Added --with-pthread option to configure pthread library. Default is no pthread. configure: Derived from configure.in by autoconf.
* [svn-r1917] Updated the change history of H5FD_mpio_write().Albert Cheng1999-12-201-0/+7
|
* [svn-r1916] Changed the #define TRUE to be consistent with the one in ↵Albert Cheng1999-12-201-1/+1
| | | | | | H5private.h which is also used by most Unix systems.
* [svn-r1915] Purpose:Albert Cheng1999-12-201-15/+21
| | | | | | | | | | | | | | | | | | | 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.
* [svn-r1914] t_mdset.c:Albert Cheng1999-12-202-6/+5
| | | | | | | 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.
* [svn-r1912] Document a fix to bypass a make problem in Janus.Albert Cheng1999-12-201-0/+14
|
* [svn-r1900] temporary fix for the committed type problem that Elena reported.Patrick Lu1999-12-171-35/+27
|
* [svn-r1899] Chagned to venue to call pause_proc via the profile feature of ↵Albert Cheng1999-12-171-12/+13
| | | | MPI_Init.
* [svn-r1898] backed out the changes that were breaking the test cases until i canPatrick Lu1999-12-171-3/+36
| | | | | 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.
* [svn-r1897] RM_H5T.html H5Tset/get_fields: Added spos parameter.Frank Baker1999-12-171-11/+26
| | | | H5Tconvert: Added plist_id parameter.
* [svn-r1894] Tools.html h5dump: Added -V option.Frank Baker1999-12-173-2/+9
| | | | | Glossary.html selection: added 2nd definition. Filters.html Added reference in section 4 to zlib website.
* [svn-r1893] RM_H5S.htmlFrank Baker1999-12-171-4/+7
| | | | | | | | 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.
* [svn-r1890] RM_H5G.html H5Giterate: Corrected H5G_operator_t to read ↵Frank Baker1999-12-171-4/+10
| | | | | | | | 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.
* [svn-r1889] RM_H5F.html H5Fcreate, H5Fopen: Clarified description of file ↵Frank Baker1999-12-172-16/+20
| | | | | | | | 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.
* [svn-r1886] RM_H5P.htmlFrank Baker1999-12-171-23/+32
| | | | | | | 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'.
* [svn-r1885] RM_H5.html H5check_version: Grammar correction.Frank Baker1999-12-172-14/+21
| | | | | | 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.
* [svn-r1883] Added libh5test.a links so that parallel tests may make use of ↵Albert Cheng1999-12-171-2/+3
| | | | | | routines in the other test library.
* [svn-r1882] New entries automatically created by one of gmake/configure/autoconfAlbert Cheng1999-12-171-0/+32
| | | | or their buddies, due to the addition of new test module.
* [svn-r1881] Changed all the HAVE_PARALLEL and HAVE_GASS macros to the newAlbert Cheng1999-12-1718-85/+84
| | | | form of H5_HAVE_PARALLEL and H5_HAVE_GASS.
* [svn-r1880] Added the new test module file for testpar.Albert Cheng1999-12-171-0/+1
|
* [svn-r1879] Changed the test host from eirene to which. (Got to change thisAlbert Cheng1999-12-173-3/+3
| | | | to be run time input somehow.)
* [svn-r1878] Makefile.inFrank Baker1999-12-141-1/+1
| | | | Fixed typo.
* [svn-r1874] Bringing all changes from R1.2 tree into R1.3 tree.Frank Baker1999-12-1333-1575/+5814
| | | | | (except Datatypes.html, H5.format.html, ddl.html) This version of HDF5 Ref Manual includes FORTRAN API references.
* [svn-r1873] added new test for multiple dataset writes to parallel testsChee-Wai Lee1999-12-103-2/+65
|
* [svn-r1870] h5dump.c:Albert Cheng1999-12-103-12/+33
| | | | | | | | Added -V option for displaying version information. h5tools.c: Added print_version routine to display version information. h5tools.h: Added print_version prototype.
* [svn-r1868] Added a new component, H5_VERS_SUBRELEASE, to the release ↵Albert Cheng1999-12-101-3/+5
| | | | | | | information. It is for all those pre-release situations like alpha, beta, pre-n, ... In normal releases, it should be an empty string.
* [svn-r1864] fixed the committed type error.Patrick Lu1999-12-101-43/+11
|