Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r1961] update the names of the files | Patrick Lu | 2000-02-15 | 2 | -2/+2 |
| | |||||
* | [svn-r1960] updated again | Patrick Lu | 2000-02-15 | 1 | -8/+4 |
| | |||||
* | [svn-r1959] updated to remove an error in the name | Patrick Lu | 2000-02-15 | 1 | -1/+1 |
| | |||||
* | [svn-r1958] updated the ddls for the changes that were made to the dumper | Patrick Lu | 2000-02-15 | 6 | -499/+387 |
| | |||||
* | [svn-r1957] removed the program type variable from the file | Patrick Lu | 2000-02-15 | 1 | -5/+2 |
| | |||||
* | [svn-r1956] in h5tools.h I added a fwe new members to the struct for the ↵ | Patrick Lu | 2000-02-15 | 3 | -106/+254 |
| | | | | | | | | | 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. | ||||
* | [svn-r1955] Updated for Cygwin. | Raymond Lu | 2000-02-09 | 1 | -0/+7 |
| | |||||
* | [svn-r1954] This file handles configuration of Cygwin on PCs | Raymond Lu | 2000-02-09 | 1 | -0/+20 |
| | |||||
* | [svn-r1953] replaced the HAVE__O_BINARY flag with a O_BINARY | Patrick Lu | 2000-02-09 | 1 | -1/+1 |
| | |||||
* | [svn-r1952] removed the HAVE__OBINARY flag | Patrick Lu | 2000-02-09 | 1 | -0/+0 |
| | |||||
* | [svn-r1951] Tweaks to detect the shared libraries on NCSA's systems, so that ↵ | Quincey Koziol | 2000-01-30 | 4 | -624/+721 |
| | | | | | | Albert's automated tests will work correctly on arabica. | ||||
* | [svn-r1950] Snapshot version 1.3 release 11 | Albert Cheng | 2000-01-26 | 2 | -2/+2 |
| | |||||
* | [svn-r1949] Problem: | Albert Cheng | 2000-01-26 | 5 | -11/+11 |
| | | | | | | | | | | | | 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). | ||||
* | [svn-r1948] File was changed by something, probably $(TRACE), automagically. | Albert Cheng | 2000-01-26 | 1 | -1/+2 |
| | | | | The changes seem harmless. So checking it in once for all. | ||||
* | [svn-r1947] Changed the test files prefix to use the h5_fixname() in ↵ | Albert Cheng | 2000-01-26 | 5 | -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 that | Albert Cheng | 2000-01-26 | 2 | -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 Koziol | 2000-01-21 | 1 | -5/+119 |
| | | | | | | operations to point selections. | ||||
* | [svn-r1944] Added "H5S_SELECT_PREPEND" and "H5S_SELECT_APPEND" operations to ↵ | Quincey Koziol | 2000-01-21 | 4 | -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 Lu | 2000-01-13 | 1 | -0/+0 |
| | | | | adding a have_windows_h | ||||
* | [svn-r1941] removed the include for the winsock2.h lib and changed the macro ↵ | Patrick Lu | 2000-01-13 | 1 | -2/+2 |
| | | | | | | to be have_windows_h. also included the windows.h | ||||
* | [svn-r1940] Changed distclean target to clean up a few more recently created | Albert Cheng | 2000-01-12 | 1 | -3/+5 |
| | | | | files. | ||||
* | [svn-r1939] Snapshot version 1.3 release 10 | Albert Cheng | 2000-01-07 | 2 | -2/+2 |
| | |||||
* | [svn-r1938] Print a message when all is well. | Albert Cheng | 2000-01-07 | 1 | -1/+2 |
| | |||||
* | [svn-r1937] Updated with newly added files and deleted ones. | Albert Cheng | 2000-01-07 | 1 | -1/+4 |
| | |||||
* | [svn-r1936] Removed h5findshd.c. Its routines have been moved to libh5tools.c. | Albert Cheng | 2000-01-07 | 1 | -480/+0 |
| | |||||
* | [svn-r1935] A minor editing of the help messages. | Albert Cheng | 2000-01-07 | 1 | -2/+2 |
| | |||||
* | [svn-r1934] Removed the entry of h5findshd.c. Its routines have been moved to | Albert Cheng | 2000-01-07 | 1 | -1/+1 |
| | | | | libh5tools.c. | ||||
* | [svn-r1933] took the functions out of the h5findshd.c and put them into this ↵ | Patrick Lu | 2000-01-06 | 1 | -4/+483 |
| | | | | file | ||||
* | [svn-r1932] Reversed the order that hyperslab blocks are added to the ↵ | Quincey Koziol | 2000-01-06 | 1 | -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.0 | Raymond Lu | 2000-01-05 | 4 | -610/+2781 |
| | |||||
* | [svn-r1929] Added the srcdir option to support concurrent tests by different | Albert Cheng | 2000-01-05 | 1 | -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 Lu | 2000-01-04 | 1 | -760/+648 |
| | |||||
* | [svn-r1927] Added #include <H5FDdpss.h> | Raymond Lu | 1999-12-22 | 1 | -0/+1 |
| | |||||
* | [svn-r1926] Macros HAVE_GASS and HAVE_DPSS are changed to H5_HAVE_GASS AND ↵ | Raymond Lu | 1999-12-21 | 5 | -5/+5 |
| | | | | H5_HAVE_DPSS. | ||||
* | [svn-r1925] DPSS is checked in. | Raymond Lu | 1999-12-21 | 11 | -5/+1037 |
| | |||||
* | [svn-r1924] DPSS is checked in. | Raymond Lu | 1999-12-21 | 1 | -41/+97 |
| | |||||
* | [svn-r1919] Added Pthread library options. | Albert Cheng | 1999-12-20 | 1 | -0/+6 |
| | |||||
* | [svn-r1918] configure.in: | Albert Cheng | 1999-12-20 | 2 | -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 Cheng | 1999-12-20 | 1 | -0/+7 |
| | |||||
* | [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. |