| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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().
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
operations to point
selections.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
adding a have_windows_h
|
|
|
|
|
|
| |
to be have_windows_h.
also included the windows.h
|
|
|
|
| |
files.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
libh5tools.c.
|
|
|
|
| |
file
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
H5_HAVE_DPSS.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Added --with-pthread option to configure pthread library.
Default is no pthread.
configure:
Derived from configure.in by autoconf.
|
| |
|
|
|
|
|
|
| |
H5private.h
which is also used by most Unix systems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
MPI_Init.
|
|
|
|
|
| |
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.
|
|
|
|
| |
H5Tconvert: Added plist_id parameter.
|
|
|
|
|
| |
Glossary.html selection: added 2nd definition.
Filters.html Added reference in section 4 to zlib website.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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'.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
routines
in the other test library.
|
|
|
|
| |
or their buddies, due to the addition of new test module.
|
|
|
|
| |
form of H5_HAVE_PARALLEL and H5_HAVE_GASS.
|
| |
|
|
|
|
| |
to be run time input somehow.)
|
|
|
|
| |
Fixed typo.
|
|
|
|
|
| |
(except Datatypes.html, H5.format.html, ddl.html)
This version of HDF5 Ref Manual includes FORTRAN API references.
|
| |
|
|
|
|
|
|
|
|
| |
Added -V option for displaying version information.
h5tools.c:
Added print_version routine to display version information.
h5tools.h:
Added print_version prototype.
|
|
|
|
|
|
|
| |
information.
It is for all those pre-release situations like alpha, beta, pre-n, ...
In normal releases, it should be an empty string.
|
| |
|