Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r1916] Changed the #define TRUE to be consistent with the one in ↵ | Albert Cheng | 1999-12-20 | 1 | -1/+1 |
| | | | | | | H5private.h which is also used by most Unix systems. | ||||
* | [svn-r1915] Purpose: | Albert Cheng | 1999-12-20 | 1 | -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 Cheng | 1999-12-20 | 2 | -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 Cheng | 1999-12-20 | 1 | -0/+14 |
| | |||||
* | [svn-r1900] temporary fix for the committed type problem that Elena reported. | Patrick Lu | 1999-12-17 | 1 | -35/+27 |
| | |||||
* | [svn-r1899] Chagned to venue to call pause_proc via the profile feature of ↵ | Albert Cheng | 1999-12-17 | 1 | -12/+13 |
| | | | | MPI_Init. | ||||
* | [svn-r1898] backed out the changes that were breaking the test cases until i can | Patrick Lu | 1999-12-17 | 1 | -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 Baker | 1999-12-17 | 1 | -11/+26 |
| | | | | H5Tconvert: Added plist_id parameter. | ||||
* | [svn-r1894] Tools.html h5dump: Added -V option. | Frank Baker | 1999-12-17 | 3 | -2/+9 |
| | | | | | Glossary.html selection: added 2nd definition. Filters.html Added reference in section 4 to zlib website. | ||||
* | [svn-r1893] RM_H5S.html | Frank Baker | 1999-12-17 | 1 | -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 Baker | 1999-12-17 | 1 | -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 Baker | 1999-12-17 | 2 | -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.html | Frank Baker | 1999-12-17 | 1 | -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 Baker | 1999-12-17 | 2 | -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 Cheng | 1999-12-17 | 1 | -2/+3 |
| | | | | | | routines in the other test library. | ||||
* | [svn-r1882] New entries automatically created by one of gmake/configure/autoconf | Albert Cheng | 1999-12-17 | 1 | -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 new | Albert Cheng | 1999-12-17 | 18 | -85/+84 |
| | | | | form of H5_HAVE_PARALLEL and H5_HAVE_GASS. | ||||
* | [svn-r1880] Added the new test module file for testpar. | Albert Cheng | 1999-12-17 | 1 | -0/+1 |
| | |||||
* | [svn-r1879] Changed the test host from eirene to which. (Got to change this | Albert Cheng | 1999-12-17 | 3 | -3/+3 |
| | | | | to be run time input somehow.) | ||||
* | [svn-r1878] Makefile.in | Frank Baker | 1999-12-14 | 1 | -1/+1 |
| | | | | Fixed typo. | ||||
* | [svn-r1874] Bringing all changes from R1.2 tree into R1.3 tree. | Frank Baker | 1999-12-13 | 33 | -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 tests | Chee-Wai Lee | 1999-12-10 | 3 | -2/+65 |
| | |||||
* | [svn-r1870] h5dump.c: | Albert Cheng | 1999-12-10 | 3 | -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 Cheng | 1999-12-10 | 1 | -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 Lu | 1999-12-10 | 1 | -43/+11 |
| | |||||
* | [svn-r1863] The old way of testing **argv against NULL would cause coredump in | Albert Cheng | 1999-12-09 | 1 | -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 9 | Albert Cheng | 1999-12-09 | 2 | -2/+2 |
| | |||||
* | [svn-r1859] * 1999-12-09 | Robb Matzke | 1999-12-09 | 4 | -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 Cheng | 1999-12-07 | 1 | -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 Koziol | 1999-12-07 | 1 | -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 Cheng | 1999-12-03 | 1 | -3/+6 |
| | |||||
* | [svn-r1854] fixed a bug | Patrick Lu | 1999-12-03 | 2 | -2/+2 |
| | |||||
* | [svn-r1853] updated these files to reflect the changes in the format for the ↵ | Patrick Lu | 1999-12-03 | 2 | -57/+57 |
| | | | | dump output | ||||
* | [svn-r1852] fixed a bug that i introduced with the last change to this file. | Patrick Lu | 1999-12-03 | 1 | -5/+16 |
| | |||||
* | [svn-r1851] updated the output for the dumper so that it prints out compound ↵ | Patrick Lu | 1999-12-03 | 2 | -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 8 | Albert Cheng | 1999-12-02 | 2 | -2/+2 |
| | |||||
* | [svn-r1849] Performance improvement to H5FD_mpio_open: eliminated ↵ | Robert Kim Yates | 1999-12-01 | 1 | -19/+38 |
| | | | | unnecessary truncation. | ||||
* | [svn-r1848] *** empty log message *** | Robb Matzke | 1999-11-23 | 3 | -68/+107 |
| | |||||
* | [svn-r1847] ** src/H5T.c | Robb Matzke | 1999-11-23 | 3 | -952/+1081 |
| | | | | | Fixed a bug with enumeration types not having the correct object header pointer. | ||||
* | [svn-r1846] ** config/depend1 | Robb Matzke | 1999-11-23 | 1 | -2/+2 |
| | | | | | A minor tweak to the way GNU systems generate file dependencies for the Makefiles. | ||||
* | [svn-r1845] Snapshot version 1.3 release 7 | Albert Cheng | 1999-11-22 | 2 | -2/+2 |
| | |||||
* | [svn-r1844] Changed to use the H5_HAVE_PARALLEL macro names. | Albert Cheng | 1999-11-22 | 2 | -4/+4 |
| | |||||
* | [svn-r1843] added a section that gives more detailed descriptions on using ↵ | Patrick Lu | 1999-11-19 | 1 | -6/+54 |
| | | | | | | the library and the dll in VC | ||||
* | [svn-r1842] added the h5pubconf.h file | Patrick Lu | 1999-11-19 | 1 | -0/+0 |
| | |||||
* | [svn-r1841] changed the #includes to the new ones defined in H5pubconf.h. | Patrick Lu | 1999-11-19 | 1 | -5/+5 |
| | |||||
* | [svn-r1840] update the #includes so it would use the new ones defined in the ↵ | Patrick Lu | 1999-11-19 | 2 | -8/+8 |
| | | | | | | H5pubconf.h file. didn't compile otherwise. | ||||
* | [svn-r1839] added support for displaying nested compound data. | Patrick Lu | 1999-11-18 | 1 | -1/+5 |
| | |||||
* | [svn-r1838] Snapshot version 1.3 release 6 | Albert Cheng | 1999-11-17 | 2 | -2/+2 |
| | |||||
* | [svn-r1837] Cleaned up a few warnings from the SGI compiler. | Quincey Koziol | 1999-11-17 | 8 | -75/+65 |
| | |||||
* | [svn-r1836] Mainly fixed a bug in VL datatype comparisons which was causing ↵ | Quincey Koziol | 1999-11-17 | 10 | -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. |