summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [svn-r1863] The old way of testing **argv against NULL would cause coredump inAlbert Cheng1999-12-091-18/+22
| | | | | some machines. Changed it to use argc to control the looping. Still need to clean some more.
* [svn-r1861] Snapshot version 1.3 release 9Albert Cheng1999-12-092-2/+2
|
* [svn-r1859] * 1999-12-09Robb Matzke1999-12-094-42/+45
| | | | | | | | | | | | | | ** src/H5FDpublic.h Added a #define for H5_HAVE_VFL to make life easier for application programmers. ** config/depend1 A minor tweak to the way GNU systems generate file dependencies for the Makefiles. ** src/H5T.c Fixed a bug with enumeration types not having the correct object header pointer.
* [svn-r1858] Changed the default testfiles to be in /tmp instead of current ↵Albert Cheng1999-12-071-1/+5
| | | | | | | directory. Current directory in which the parallel code is compiled is usually not suitable for parallel I/O test.
* [svn-r1857] Fixed error in decoding hyperslab regions for dataset region ↵Quincey Koziol1999-12-071-1/+1
| | | | | | references. Data is ok in the file, just mixed up when trying to dereference the region.
* [svn-r1855] Use the user MAKE if that has been set.Albert Cheng1999-12-031-3/+6
|
* [svn-r1854] fixed a bugPatrick Lu1999-12-032-2/+2
|
* [svn-r1853] updated these files to reflect the changes in the format for the ↵Patrick Lu1999-12-032-57/+57
| | | | dump output
* [svn-r1852] fixed a bug that i introduced with the last change to this file.Patrick Lu1999-12-031-5/+16
|
* [svn-r1851] updated the output for the dumper so that it prints out compound ↵Patrick Lu1999-12-032-75/+99
| | | | | | | | | | types with out the square braces. also the formatting for the compound types in the dataset part section has been corrected. still need to update the expected outputs so there will be some errors until I get that all checked in...
* [svn-r1850] Snapshot version 1.3 release 8Albert Cheng1999-12-022-2/+2
|
* [svn-r1849] Performance improvement to H5FD_mpio_open: eliminated ↵Robert Kim Yates1999-12-011-19/+38
| | | | unnecessary truncation.
* [svn-r1848] *** empty log message ***Robb Matzke1999-11-233-68/+107
|
* [svn-r1847] ** src/H5T.cRobb Matzke1999-11-233-952/+1081
| | | | | Fixed a bug with enumeration types not having the correct object header pointer.
* [svn-r1846] ** config/depend1Robb Matzke1999-11-231-2/+2
| | | | | A minor tweak to the way GNU systems generate file dependencies for the Makefiles.
* [svn-r1845] Snapshot version 1.3 release 7Albert Cheng1999-11-222-2/+2
|
* [svn-r1844] Changed to use the H5_HAVE_PARALLEL macro names.Albert Cheng1999-11-222-4/+4
|
* [svn-r1843] added a section that gives more detailed descriptions on using ↵Patrick Lu1999-11-191-6/+54
| | | | | | the library and the dll in VC
* [svn-r1842] added the h5pubconf.h filePatrick Lu1999-11-191-0/+0
|
* [svn-r1841] changed the #includes to the new ones defined in H5pubconf.h.Patrick Lu1999-11-191-5/+5
|
* [svn-r1840] update the #includes so it would use the new ones defined in the ↵Patrick Lu1999-11-192-8/+8
| | | | | | H5pubconf.h file. didn't compile otherwise.
* [svn-r1839] added support for displaying nested compound data.Patrick Lu1999-11-181-1/+5
|
* [svn-r1838] Snapshot version 1.3 release 6Albert Cheng1999-11-172-2/+2
|
* [svn-r1837] Cleaned up a few warnings from the SGI compiler.Quincey Koziol1999-11-178-75/+65
|
* [svn-r1836] Mainly fixed a bug in VL datatype comparisons which was causing ↵Quincey Koziol1999-11-1710-1164/+1241
| | | | | | | non-equal VL types to compare as equal. Added some asserts to make certain nothing slips through again. Also cleaned up a few warnings from the SGI compiler.