HDF5
  1. HDF5

hdf5-examples

Public

Network

 
AuthorCommitMessageCommit Date
Neil FortnerNeil Fortner
991c4a18e1fUpdate expected output to match new h5dump output format. Tested: amani
Allen ByrneAllen Byrne
e6d1ab6050dAdd testfiles for cmake tests. These files are split from the existing *.test files. Tested: local linux
Allen ByrneAllen Byrne
97818fb0828Add CMake files to project
Scot BreitenfeldScot Breitenfeld
e58de2319edAdded h5ex_t_vlenatt_F03.f90 code and test results Tested: jam (intel, gnu)
Scot BreitenfeldScot Breitenfeld
1b6cd65bac7Fixed bugs in maxdim declaration for float and int examples, fixed wrong type of integer added new test cases.
Scot BreitenfeldScot Breitenfeld
cbfd73eec14Description: Fixed and activated h5ex_t_vlen_F03 example program. Tested: jam (intel, gnu)
Neil FortnerNeil Fortner
e1de10c29f1Add example for external file cache
Scot BreitenfeldScot Breitenfeld
03cc94ec77bExample's standard out and h5dump results.
Scot BreitenfeldScot Breitenfeld
7352bf6bb5eSetup automatic testing of examples.
Scot BreitenfeldScot Breitenfeld
389ce603175Example of region references, attribute and dataset Tested: jam (intel, gnu)
Scot BreitenfeldScot Breitenfeld
c7c5d046a7bExamples for read and writing enumerated datatypes. Tested: jam (intel, gfortran)
Scot BreitenfeldScot Breitenfeld
a8499114f17Description: Example for creating a variable-length string dataset. Tested: jam (gnu, intel)
Scot BreitenfeldScot Breitenfeld
fcdb2c27710Description: examples how to write/read a C string in an hdf5 file. Tested: jam (intel, gnu)
Scot BreitenfeldScot Breitenfeld
1da6354de10Description: Cleaned-up code examples Tested: jam (intel, gnu)
Scot BreitenfeldScot Breitenfeld
2b4366a19daDescription: Initial variable length array example.
Scot BreitenfeldScot Breitenfeld
ede26319320Description: Examples how to write and read fixed length character strings in Fortran.
Scot BreitenfeldScot Breitenfeld
c193433cc35Description: Initial import of Fortran datatype examples, requires HDF5 with F2003 features to compile.
Scot BreitenfeldScot Breitenfeld
29cd10d462aDirectory for Fortran datatype examples
Albert ChengAlbert Cheng
dcf9e9ff60bCreated a new directory Performance for Performance related examples. h5slabwrite.c: Create two different files that use different write patterns of the chunks. One in row pattern, the other in random pattern. h5slabread.c: Read one of the files created by h5slabwrite. Different file will result in different read speed. h5slab.h: Common definitions used by both h5slaberead.c and h5slabwrite.c. Tested: jam, amani, linew, abe.
Scot BreitenfeldScot Breitenfeld
e0d411790c5Description: Fixed Spelling errors.
Scot BreitenfeldScot Breitenfeld
18c41ec54f2Description: Fixed Spelling errors.
Scot BreitenfeldScot Breitenfeld
450a727fdecDescription: Fixed Spelling errors.
Neil FortnerNeil Fortner
29f14a91330Fix bug in h5ex_g_phase.c. Tested: jam, colonelk
Elena PourmalElena Pourmal
11eb9842e2aBug fix: Yesterday I made a change to a test script to use output of the example program. The change exposed a small error how the result was printed: since %d was used to print hsize_t value 0 was printed on a big-endian machine instead of a small integer value. Fixed. Platforms tested: linew and jam
Elena PourmalElena Pourmal
3e57084840dMaintenance: Added example output to the expected output; formatted output Platforms tested: jam
Barbara JonesBarbara Jones
3f475ef86a2Replaced "N-Bit" references with "Fletcher32" in print statements and comment.
Scot BreitenfeldScot Breitenfeld
ab37c78c2d7Description: Fixed integer type mis-matches. Platform tested: smirom, liberty.
Scot BreitenfeldScot Breitenfeld
4bee101a7fcDescription: Test file no longer needed for non-existent test.
Scot BreitenfeldScot Breitenfeld
33d07dd78deDescription: Fixed failure of test on smirom. Tested Platform: smirom
Scot BreitenfeldScot Breitenfeld
d796290e0b0Description: Fixed initialization of variable and incorrect integer type. Platforms tested : smirom, jam
Scot BreitenfeldScot Breitenfeld
96f8951d848Description: Removed -shlib for fortran and 1.8.2 version of fortran.
Scot BreitenfeldScot Breitenfeld
a0f3a904a75Description: Fixed failed tests, removed unneeded files in makefiles, editted reference tests with newer version of hdf5
Scot BreitenfeldScot Breitenfeld
b50276502c2Description: Added Fortran tests and examples. Platform tested: smirom
Scot BreitenfeldScot Breitenfeld
5e61bb62529Description: Added the Fortran subdirectory containing Fortran examples.
Scot BreitenfeldScot Breitenfeld
fbfce81b4a3Description: Fortran equivalent of C examples, does not include examples requiring Fortran 2003 features. Platforms tested: smirom
Neil FortnerNeil Fortner
8aee6da9b04Fix problem where the dataspace for the dataset was retrieved instead of the attribute in h5ex_t_opaqueatt.c Tested: jam
Neil FortnerNeil Fortner
4531949ba31RM unnecessary/inappropriate comments about 2 dimensional memory allocation (only 1-D in this case). Tested: jam
Neil FortnerNeil Fortner
c71b373db17verion -> version Tested: kagiso
Neil FortnerNeil Fortner
d0c14a50225Re-enabled the compound datatype tests since the bug in the library which was causing the error was fixed. Tested: kagiso, linew64
Neil FortnerNeil Fortner
b2227b9a998Added AM_MAINTAINER_MODE macro to configure.ac to prevent automake from being run automatically (which won't work). Tested: kagiso
Neil FortnerNeil Fortner
c85eaf80c4aChanged configure to link dynamically by default. Fixed svn properties on many files. Tested: kagiso
Neil FortnerNeil Fortner
07abfebe0a6Disabled tests on h5ex_t_cmpd and h5ex_t_cmpdatt due to a bug in the library which can cause pointer alignment violations. One other (mostly) unrelated change to these files. Tested: linew 64 bit
Neil FortnerNeil Fortner
2a4f7891d1aChanged test reference files to denote sections for example program output and h5dump output. Appropriate changes to test scripts. Tested: kagiso
Neil FortnerNeil Fortner
57d5d464c63Fixed some comments. Complex compound examples now close all identifiers properly. Updated one of the expected output files due to changes to h5dump. Tested: kagiso
Neil FortnerNeil Fortner
2670729b57cModified shell scripts to use h5dump from the same directory as $CC. Small changes to some other files. Tested: kagiso, smirom, linew, cygwin
Neil FortnerNeil Fortner
ca726c7831fAdded 1.6 dataset examples. Small changes to some other files. Tested: kagiso, smirom, linew, cygwin
Neil FortnerNeil Fortner
334541182e6Added 1.8 datasets examples. Added copyright notices to some files. Made shell scripts more portable. Tested: kagiso, smirom, linew, cygwin
Neil FortnerNeil Fortner
ef8cc4c6ea0Fixed some files that were saved in PC format. Added "#! /bin/sh" to the top of shell scripts. Tested: kagiso, smirom, linew
Neil FortnerNeil Fortner
fe2030c451aAdded 1.6 datatype examples. Various fixes to other files. Tested: kagiso, smirom, linew Tested most of the files on kagiso with the "real" (built in) 1.6 installation.
Neil FortnerNeil Fortner
9a7ae6c3c5dAdded 1.8 datatype examples. Various fixes to other files. Tested: kagiso, smirom, linew, cygwin