| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Merged changes from the trunk into the branch:
svn merge -r17188:17442 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Tested: smirom (icc, gcc)
|
|
|
|
|
|
| |
function name.
Platforms tested: jam
|
|
|
|
|
|
| |
daily tests failed. Checking in the fix.
Platforms tested: jam
|
|
|
|
|
|
|
| |
H5LRcreate_regref_to_all to H5LRcreate_ref_to_all
as required by new spec. This change brings source in sync
with the HL_NPOESS repository.
Tested: jam (trivial change)
|
|
|
|
|
|
| |
Changed the type for num_elem to match that in H5LRcreate_region_references
Tested: smirom (icc)
|
|
|
|
|
|
| |
Changed the type for num_elem to match that in H5LRcreate_region_references
Tested: smirom (icc)
|
|
|
|
|
|
| |
Reformatted the source code formatting to comply with published HDF specs.
tested: simrom( icc, gcc, pgcc), linew
|
|
|
|
|
|
| |
Removed global variables initializing error handling from H5LT.c to H5HLint.c
Tested: smirom (icc, gcc, pgi), linew
|
|
|
|
|
|
|
| |
Removed global variables initializing error handling to H5HLint.c
Tested: smirom (icc, gcc, pgi), linew
|
|
|
|
|
|
| |
type of data to make region references for.
tested smirom (icc)
|
|
|
|
|
|
| |
Fixed the implementation of H5LRcreate_regref_to_all so that it does as specified in RFC.
Tested (smirom: icc, gcc, pgcc), (linew)
|
|
|
|
|
|
| |
svn merge -r17093:17169 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
tested: smirom (icc, pgi), linew
|
|
|
|
|
|
| |
Gave unique hdf5 filenames to each example in order to avoid the contention occuring when deleting a used file as examples are run in parallel.
tested: smirom
|
|
|
|
|
|
| |
Fixed out-of-bound error detected on smirom with pgi compiler.
Tested: smirom (pgi)
|
|
|
|
| |
Included standard C libraries to fix seg fault on linew (were commented out)
|
|
|
|
|
|
| |
Added stdlib.h, fix for linew,
Tested linew, smirom (icc, pgcc, gcc)
|
|
|
|
|
|
| |
Added standard library.
tested on linew.
|
| |
|
|
|
|
|
|
| |
Changed ordering of err1 and err2 declarations.
Tested: windows, smirom (icc)
|
|
|
|
|
|
|
|
| |
Allen fixed problem on Windows compilation by assigning to a variable
the functions H5Eget_auto2 and H5Eset_auto2 which fixes the problem of
having a function call in the middle of declaration statements.
Tested on: windows, smirom (icc, gcc, pgi), linew.
|
|
|
|
| |
tested: linew, smirom (gcc, icc, pgcc, sun cc)
|
|
|
|
|
|
| |
Changed the return value from the main program to 0.
Tested smirom.
|
|
|
|
|
|
| |
svn merge -r17016:17073 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Tested: smirom
|
|
|
|
| |
Code clean-up.
|
|
|
|
| |
Added additional tests for H5LRcreate_regref_to_all, cleaned up code.
|
|
|
|
| |
Added new examples for region references and hyperslab reading/writing/manipulating.
|
|
|
|
|
|
|
|
| |
references associated
with hyperslabs. It then creates a new dataset composed of data from the
data associated with a recursive loop over all the region references.
Main illustrative function: H5LRcreate_regref_to_all
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
associated
with region references.
It creates a file and writes a two dimensional integer dataset
to it. Then it creates a region reference to a subset hyperslab region of
the data.
It then reopens the files, obtains information about the data associated
with the region reference, creates an array to store the data, and then
reads the hyperslab slab subset of the data and prints it to the screen.
Main illustrative functions: H5LRget_region_info, H5LRread_region
|
|
|
|
|
|
|
|
|
|
|
| |
integer dataset
to it.
It then reopens the dataset and creates two region references to hyperslabs with
coordinates (2,5)-(4,6) and (0,0)-(2,1). It then creates a new data set composed of data
from the hyperslabs referenced by the newly created region references. The newly
created dataset is then read and printed to the screen.
|
|
|
|
|
|
|
|
|
|
| |
integer dataset
to it. Then it creates a region reference to a hyperslab.
It then reopens the file, copies data from a dataset (pointed to by a region
reference) to a new location and creates a new reference to it.
Main illustrative function: H5LRcopy_references
|
|
|
|
|
|
|
|
|
|
| |
real dataset
to it.
It then reopens the file and reads a region of data given a set
of corner coordinates.
Main illustrative function: H5LTread_region
|
|
|
|
|
|
|
|
|
|
| |
real dataset
to it.
It then reopens the file, and copies a region described by blocks
to another region described by another block.
Main illustrative function: H5LTcopy_region
|
|
|
|
|
|
|
|
|
|
|
| |
datatypes to a dataset. The program first writes bit
fields to a dataset with a dataspace of DIM0xDIM1, then
closes the file. Next, it reopens the file, and extracts
the bit field using a given starting bit and number
of bits in the bit-field. The values are returned
as a base-10 integer.
Main illustrative function: H5LTread_bitfield_value
|
|
|
|
| |
cleaned-up source
|
|
|
|
|
|
| |
svn merge -r16933:17016 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Tested: smirom
|
|
|
|
| |
passing of data type fails when creating new datatype.
|
|
|
|
| |
Implemented test for H5LRcreate_regref_to_all.
|
|
|
|
|
|
| |
implemented H5LRcreate_regref_to_all
tested: smirom (icc)
|
|
|
|
|
|
| |
Fixed H5LRmake_dataset, passes tests. All APIs now work and tested.
Platforms tested: smirom (icc, gcc)
|
|
|
|
|
|
|
|
|
| |
bitfield
to allow h5dump to show packed bits; current h5dump works only
with integer types while dsiplaying packed bits.
Platforms tested: jam and smirom
|
|
|
|
|
|
| |
Fixed H5LRcopy_region, Fixed double free errors. H5LRmake_dataset is incomplete.
Platforms tested: smirom (icc)
|
|
|
|
|
|
| |
Changed some APIs to match the APIs in the RFC, H5LRcopy_region is not working. Fixed error in H5LT and H5LR error handling.
Platform tested: smirom (icc)
|
|
|
|
|
|
|
| |
Merged changes from the trunk into the branch.
svn merge -r16933:16958 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Platforms tested: smirom (icc)
|
|
|
|
|
|
|
| |
Added new error handling functions to the NPOESS LT functions.
Cleaned up LR functions.
Platforms tested: Smirom (icc)
|
|
|
|
|
|
| |
Made changes to the HL error routines and converted the error checking to use the HLerror functions.
Platform tested: smirom (icc)
|
|
|
|
|
|
| |
svn merge -r16869:16933 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Tested: smirom
|
|
|
|
|
|
| |
Added test for H5LTget_dataset_ndims
Tested: smirom
|
|
|
|
|
|
| |
Added error handling with throw/catch.
Tested: smirom
|
|
|
|
| |
returned value for NULL path in H5LRget_region_info.
|
|
|
|
|
|
| |
svn merge -r16602:16869 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Tested on: smirom
|