Author Commit Message Commit Date Neil Fortner 991c4a18e1f Update expected output to match new h5dump output format.
Tested: amani 29 Mar 2011 Allen Byrne e6d1ab6050d Add testfiles for cmake tests. These files are split from the existing *.test files.
Tested: local linux 14 Mar 2011 Allen Byrne 97818fb0828 Add CMake files to project 11 Mar 2011 Scot Breitenfeld e58de2319ed Added h5ex_t_vlenatt_F03.f90 code and test results
Tested: jam (intel, gnu) 22 Feb 2011 Scot Breitenfeld 1b6cd65bac7 Fixed bugs in maxdim declaration for float and int examples, fixed wrong
type of integer added new test cases. 22 Feb 2011 Scot Breitenfeld cbfd73eec14 Description:
Fixed and activated h5ex_t_vlen_F03 example program.
Tested: jam (intel, gnu) 19 Feb 2011 Neil Fortner e1de10c29f1 Add example for external file cache 17 Feb 2011 Scot Breitenfeld 03cc94ec77b Example's standard out and h5dump results. 14 Feb 2011 Scot Breitenfeld 7352bf6bb5e Setup automatic testing of examples. 14 Feb 2011 Scot Breitenfeld 389ce603175 Example of region references, attribute and dataset
Tested: jam (intel, gnu) 01 Feb 2011 Scot Breitenfeld c7c5d046a7b Examples for read and writing enumerated datatypes.
Tested: jam (intel, gfortran) 22 Jan 2011 Scot Breitenfeld a8499114f17 Description:
Example for creating a variable-length string dataset.
Tested: jam (gnu, intel) 18 Jan 2011 Scot Breitenfeld fcdb2c27710 Description:
examples how to write/read a C string in an hdf5 file.
Tested: jam (intel, gnu) 16 Jan 2011 Scot Breitenfeld 1da6354de10 Description:
Cleaned-up code examples
Tested: jam (intel, gnu) 16 Jan 2011 Scot Breitenfeld 2b4366a19da Description:
Initial variable length array example. 15 Jan 2011 Scot Breitenfeld ede26319320 Description:
Examples how to write and read fixed length character
strings in Fortran. 15 Jan 2011 Scot Breitenfeld c193433cc35 Description:
Initial import of Fortran datatype examples, requires
HDF5 with F2003 features to compile. 05 Jan 2011 Scot Breitenfeld 29cd10d462a Directory for Fortran datatype examples 05 Jan 2011 Albert Cheng dcf9e9ff60b Created 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. 13 Jul 2010 Scot Breitenfeld e0d411790c5 Description: Fixed Spelling errors. 04 Feb 2010 Scot Breitenfeld 18c41ec54f2 Description: Fixed Spelling errors. 04 Feb 2010 Scot Breitenfeld 450a727fdec Description: Fixed Spelling errors. 04 Feb 2010 Neil Fortner 29f14a91330 Fix bug in h5ex_g_phase.c.
Tested: jam, colonelk 04 Nov 2009 Elena Pourmal 11eb9842e2a Bug 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
14 Oct 2009 Elena Pourmal 3e57084840d Maintenance: Added example output to the expected output; formatted output
Platforms tested: jam 13 Oct 2009 Barbara Jones 3f475ef86a2 Replaced "N-Bit" references with "Fletcher32" in print statements
and comment. 13 Oct 2009 Scot Breitenfeld ab37c78c2d7 Description:
Fixed integer type mis-matches.
Platform tested: smirom, liberty. 27 Jan 2009 Scot Breitenfeld 4bee101a7fc Description:
Test file no longer needed for non-existent test. 27 Jan 2009 Scot Breitenfeld 33d07dd78de Description:
Fixed failure of test on smirom.
Tested Platform:
smirom 27 Jan 2009 Scot Breitenfeld d796290e0b0 Description:
Fixed initialization of variable and incorrect integer type.
Platforms tested : smirom, jam 20 Jan 2009 Scot Breitenfeld 96f8951d848 Description:
Removed -shlib for fortran and 1.8.2 version of fortran. 20 Jan 2009 Scot Breitenfeld a0f3a904a75 Description:
Fixed failed tests, removed unneeded files in makefiles, editted reference tests with newer version of hdf5 20 Jan 2009 Scot Breitenfeld b50276502c2 Description:
Added Fortran tests and examples.
Platform tested: smirom 20 Jan 2009 Scot Breitenfeld 5e61bb62529 Description:
Added the Fortran subdirectory containing Fortran examples. 20 Jan 2009 Scot Breitenfeld fbfce81b4a3 Description:
Fortran equivalent of C examples, does not include examples requiring
Fortran 2003 features.
Platforms tested: smirom 20 Jan 2009 Neil Fortner 8aee6da9b04 Fix problem where the dataspace for the dataset was retrieved instead of the
attribute in h5ex_t_opaqueatt.c
Tested: jam 17 Dec 2008 Neil Fortner 4531949ba31 RM unnecessary/inappropriate comments about 2 dimensional memory allocation
(only 1-D in this case).
Tested: jam 17 Dec 2008 Neil Fortner c71b373db17 verion -> version
Tested: kagiso 19 Nov 2008 Neil Fortner d0c14a50225 Re-enabled the compound datatype tests since the bug in the library which was
causing the error was fixed.
Tested: kagiso, linew64 19 Sep 2008 Neil Fortner b2227b9a998 Added AM_MAINTAINER_MODE macro to configure.ac to prevent automake from being
run automatically (which won't work).
Tested: kagiso 20 Aug 2008 Neil Fortner c85eaf80c4a Changed configure to link dynamically by default. Fixed svn properties on many
files.
Tested: kagiso 18 Aug 2008 Neil Fortner 07abfebe0a6 Disabled 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 15 Aug 2008 Neil Fortner 2a4f7891d1a Changed test reference files to denote sections for example program output and
h5dump output. Appropriate changes to test scripts.
Tested: kagiso 12 Aug 2008 Neil Fortner 57d5d464c63 Fixed some comments. Complex compound examples now close all identifiers
properly. Updated one of the expected output files due to changes to h5dump.
Tested: kagiso 12 Aug 2008 Neil Fortner 2670729b57c Modified shell scripts to use h5dump from the same directory as $CC.
Small changes to some other files.
Tested: kagiso, smirom, linew, cygwin 16 Jul 2008 Neil Fortner ca726c7831f Added 1.6 dataset examples.
Small changes to some other files.
Tested: kagiso, smirom, linew, cygwin 10 Jul 2008 Neil Fortner 334541182e6 Added 1.8 datasets examples.
Added copyright notices to some files.
Made shell scripts more portable.
Tested: kagiso, smirom, linew, cygwin 09 Jul 2008 Neil Fortner ef8cc4c6ea0 Fixed some files that were saved in PC format.
Added "#! /bin/sh" to the top of shell scripts.
Tested: kagiso, smirom, linew 03 Jul 2008 Neil Fortner fe2030c451a Added 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. 01 Jul 2008 Neil Fortner 9a7ae6c3c5d Added 1.8 datatype examples.
Various fixes to other files.
Tested: kagiso, smirom, linew, cygwin 01 Jul 2008 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '991c4a18e1fe999d8e7c4373529bcaced8ef6bcb', href: '/projects/HDFFV/repos/hdf5-examples/commits/991c4a18e1fe999d8e7c4373529bcaced8ef6bcb',parents: [{ id: 'e6d1ab6050df2db44566ff14e88e925377f4f994' }]},{id: 'e6d1ab6050df2db44566ff14e88e925377f4f994', href: '/projects/HDFFV/repos/hdf5-examples/commits/e6d1ab6050df2db44566ff14e88e925377f4f994',parents: [{ id: '97818fb0828bb28869256ea9bb47972487d351f1' }]},{id: '97818fb0828bb28869256ea9bb47972487d351f1', href: '/projects/HDFFV/repos/hdf5-examples/commits/97818fb0828bb28869256ea9bb47972487d351f1',parents: [{ id: 'e58de2319edac0548f9d8dde1c074a1b2f066fcc' }]},{id: 'e58de2319edac0548f9d8dde1c074a1b2f066fcc', href: '/projects/HDFFV/repos/hdf5-examples/commits/e58de2319edac0548f9d8dde1c074a1b2f066fcc',parents: [{ id: '1b6cd65bac7503f3f0eb645abe8a44b7e38573a8' }]},{id: '1b6cd65bac7503f3f0eb645abe8a44b7e38573a8', href: '/projects/HDFFV/repos/hdf5-examples/commits/1b6cd65bac7503f3f0eb645abe8a44b7e38573a8',parents: [{ id: 'cbfd73eec1444d54118893a7254b824b7caad023' }]},{id: 'cbfd73eec1444d54118893a7254b824b7caad023', href: '/projects/HDFFV/repos/hdf5-examples/commits/cbfd73eec1444d54118893a7254b824b7caad023',parents: [{ id: 'e1de10c29f1cbe1b61158b801670b41ee28eef4b' }]},{id: 'e1de10c29f1cbe1b61158b801670b41ee28eef4b', href: '/projects/HDFFV/repos/hdf5-examples/commits/e1de10c29f1cbe1b61158b801670b41ee28eef4b',parents: [{ id: '03cc94ec77b4a7ceac9834e7fc7a097f73cf0e53' }]},{id: '03cc94ec77b4a7ceac9834e7fc7a097f73cf0e53', href: '/projects/HDFFV/repos/hdf5-examples/commits/03cc94ec77b4a7ceac9834e7fc7a097f73cf0e53',parents: [{ id: '7352bf6bb5e8f671708eaae3b025f5f761835bb8' }]},{id: '7352bf6bb5e8f671708eaae3b025f5f761835bb8', href: '/projects/HDFFV/repos/hdf5-examples/commits/7352bf6bb5e8f671708eaae3b025f5f761835bb8',parents: [{ id: '389ce603175f3ffa02efba7512c6ed3e4f3c16b9' }]},{id: '389ce603175f3ffa02efba7512c6ed3e4f3c16b9', href: '/projects/HDFFV/repos/hdf5-examples/commits/389ce603175f3ffa02efba7512c6ed3e4f3c16b9',parents: [{ id: 'c7c5d046a7bfeb0f0829795679ba82563fb0f3d1' }]},{id: 'c7c5d046a7bfeb0f0829795679ba82563fb0f3d1', href: '/projects/HDFFV/repos/hdf5-examples/commits/c7c5d046a7bfeb0f0829795679ba82563fb0f3d1',parents: [{ id: 'a8499114f17d314468375e3778987570e8526998' }]},{id: 'a8499114f17d314468375e3778987570e8526998', href: '/projects/HDFFV/repos/hdf5-examples/commits/a8499114f17d314468375e3778987570e8526998',parents: [{ id: 'fcdb2c27710512335a88dad1ce1daeec7324726f' }]},{id: 'fcdb2c27710512335a88dad1ce1daeec7324726f', href: '/projects/HDFFV/repos/hdf5-examples/commits/fcdb2c27710512335a88dad1ce1daeec7324726f',parents: [{ id: '1da6354de10b462d5162dab0c93ed63c7d7a94fb' }]},{id: '1da6354de10b462d5162dab0c93ed63c7d7a94fb', href: '/projects/HDFFV/repos/hdf5-examples/commits/1da6354de10b462d5162dab0c93ed63c7d7a94fb',parents: [{ id: '2b4366a19da48938c909d6467314cbd714f3b2b1' }]},{id: '2b4366a19da48938c909d6467314cbd714f3b2b1', href: '/projects/HDFFV/repos/hdf5-examples/commits/2b4366a19da48938c909d6467314cbd714f3b2b1',parents: [{ id: 'ede26319320d496bd5f6ed89d2f4e70291335c7a' }]},{id: 'ede26319320d496bd5f6ed89d2f4e70291335c7a', href: '/projects/HDFFV/repos/hdf5-examples/commits/ede26319320d496bd5f6ed89d2f4e70291335c7a',parents: [{ id: 'c193433cc35980d43e613378bb5fe944d59083f0' }]},{id: 'c193433cc35980d43e613378bb5fe944d59083f0', href: '/projects/HDFFV/repos/hdf5-examples/commits/c193433cc35980d43e613378bb5fe944d59083f0',parents: [{ id: '29cd10d462adef6b7e539fbcf4c7c85e88244669' }]},{id: '29cd10d462adef6b7e539fbcf4c7c85e88244669', href: '/projects/HDFFV/repos/hdf5-examples/commits/29cd10d462adef6b7e539fbcf4c7c85e88244669',parents: [{ id: 'dcf9e9ff60b17fe2c8412d4ed1fb7b9b80dc8138' }]},{id: 'dcf9e9ff60b17fe2c8412d4ed1fb7b9b80dc8138', href: '/projects/HDFFV/repos/hdf5-examples/commits/dcf9e9ff60b17fe2c8412d4ed1fb7b9b80dc8138',parents: [{ id: 'e0d411790c5efd0a6219793948266b4c415e9821' }]},{id: 'e0d411790c5efd0a6219793948266b4c415e9821', href: '/projects/HDFFV/repos/hdf5-examples/commits/e0d411790c5efd0a6219793948266b4c415e9821',parents: [{ id: '18c41ec54f253fca4a1e8e49796e390f3724d5f6' }]},{id: '18c41ec54f253fca4a1e8e49796e390f3724d5f6', href: '/projects/HDFFV/repos/hdf5-examples/commits/18c41ec54f253fca4a1e8e49796e390f3724d5f6',parents: [{ id: '450a727fdecc3b64a32180364d2049c31b89fd91' }]},{id: '450a727fdecc3b64a32180364d2049c31b89fd91', href: '/projects/HDFFV/repos/hdf5-examples/commits/450a727fdecc3b64a32180364d2049c31b89fd91',parents: [{ id: '29f14a91330693f1ddb972f39d8aa3020b204174' }]},{id: '29f14a91330693f1ddb972f39d8aa3020b204174', href: '/projects/HDFFV/repos/hdf5-examples/commits/29f14a91330693f1ddb972f39d8aa3020b204174',parents: [{ id: '11eb9842e2ae3c19e9bb6820a9a8b25c4162f9ad' }]},{id: '11eb9842e2ae3c19e9bb6820a9a8b25c4162f9ad', href: '/projects/HDFFV/repos/hdf5-examples/commits/11eb9842e2ae3c19e9bb6820a9a8b25c4162f9ad',parents: [{ id: '3e57084840d6623e8a2384059e669d3f9be64e6e' }]},{id: '3e57084840d6623e8a2384059e669d3f9be64e6e', href: '/projects/HDFFV/repos/hdf5-examples/commits/3e57084840d6623e8a2384059e669d3f9be64e6e',parents: [{ id: '3f475ef86a2735fe23e4908fdce0bf0f37306cfb' }]},{id: '3f475ef86a2735fe23e4908fdce0bf0f37306cfb', href: '/projects/HDFFV/repos/hdf5-examples/commits/3f475ef86a2735fe23e4908fdce0bf0f37306cfb',parents: [{ id: 'ab37c78c2d7ae854017f8aa9e5424d7137d11883' }]},{id: 'ab37c78c2d7ae854017f8aa9e5424d7137d11883', href: '/projects/HDFFV/repos/hdf5-examples/commits/ab37c78c2d7ae854017f8aa9e5424d7137d11883',parents: [{ id: '4bee101a7fcb43fed24b837ad3ff79adbbf36794' }]},{id: '4bee101a7fcb43fed24b837ad3ff79adbbf36794', href: '/projects/HDFFV/repos/hdf5-examples/commits/4bee101a7fcb43fed24b837ad3ff79adbbf36794',parents: [{ id: '33d07dd78dea071e8fad318e6ddd671e96ac71e9' }]},{id: '33d07dd78dea071e8fad318e6ddd671e96ac71e9', href: '/projects/HDFFV/repos/hdf5-examples/commits/33d07dd78dea071e8fad318e6ddd671e96ac71e9',parents: [{ id: 'd796290e0b0c1acc2a488c790a526ef6234d3446' }]},{id: 'd796290e0b0c1acc2a488c790a526ef6234d3446', href: '/projects/HDFFV/repos/hdf5-examples/commits/d796290e0b0c1acc2a488c790a526ef6234d3446',parents: [{ id: '96f8951d848b893f5732cc1b88304f55e6bf980d' }]},{id: '96f8951d848b893f5732cc1b88304f55e6bf980d', href: '/projects/HDFFV/repos/hdf5-examples/commits/96f8951d848b893f5732cc1b88304f55e6bf980d',parents: [{ id: 'a0f3a904a75f0dde817ce4b226b66b91bed89947' }]},{id: 'a0f3a904a75f0dde817ce4b226b66b91bed89947', href: '/projects/HDFFV/repos/hdf5-examples/commits/a0f3a904a75f0dde817ce4b226b66b91bed89947',parents: [{ id: 'b50276502c2e78e8e389c9cd1b5b9550ec53d6ee' }]},{id: 'b50276502c2e78e8e389c9cd1b5b9550ec53d6ee', href: '/projects/HDFFV/repos/hdf5-examples/commits/b50276502c2e78e8e389c9cd1b5b9550ec53d6ee',parents: [{ id: '5e61bb62529dfe6bc2162bad0f30fde9c78a6687' }]},{id: '5e61bb62529dfe6bc2162bad0f30fde9c78a6687', href: '/projects/HDFFV/repos/hdf5-examples/commits/5e61bb62529dfe6bc2162bad0f30fde9c78a6687',parents: [{ id: 'fbfce81b4a3b8614f8b77e048d18ec68a2e98bba' }]},{id: 'fbfce81b4a3b8614f8b77e048d18ec68a2e98bba', href: '/projects/HDFFV/repos/hdf5-examples/commits/fbfce81b4a3b8614f8b77e048d18ec68a2e98bba',parents: [{ id: '8aee6da9b04b657e9fa5d965a7eedc90971b5d18' }]},{id: '8aee6da9b04b657e9fa5d965a7eedc90971b5d18', href: '/projects/HDFFV/repos/hdf5-examples/commits/8aee6da9b04b657e9fa5d965a7eedc90971b5d18',parents: [{ id: '4531949ba311681e3de8e5aabed728483fab33d1' }]},{id: '4531949ba311681e3de8e5aabed728483fab33d1', href: '/projects/HDFFV/repos/hdf5-examples/commits/4531949ba311681e3de8e5aabed728483fab33d1',parents: [{ id: 'c71b373db178f0aacbc81ab19a8e28fc911e6bac' }]},{id: 'c71b373db178f0aacbc81ab19a8e28fc911e6bac', href: '/projects/HDFFV/repos/hdf5-examples/commits/c71b373db178f0aacbc81ab19a8e28fc911e6bac',parents: [{ id: 'd0c14a50225301682d87d569449bd0fbf098f481' }]},{id: 'd0c14a50225301682d87d569449bd0fbf098f481', href: '/projects/HDFFV/repos/hdf5-examples/commits/d0c14a50225301682d87d569449bd0fbf098f481',parents: [{ id: 'b2227b9a9981c326662f6524a7f56ae018f68ffc' }]},{id: 'b2227b9a9981c326662f6524a7f56ae018f68ffc', href: '/projects/HDFFV/repos/hdf5-examples/commits/b2227b9a9981c326662f6524a7f56ae018f68ffc',parents: [{ id: 'c85eaf80c4a291f6cdd099699c6fcfcb18090e02' }]},{id: 'c85eaf80c4a291f6cdd099699c6fcfcb18090e02', href: '/projects/HDFFV/repos/hdf5-examples/commits/c85eaf80c4a291f6cdd099699c6fcfcb18090e02',parents: [{ id: '07abfebe0a6a0b34f01e4120fd8e98710aa64762' }]},{id: '07abfebe0a6a0b34f01e4120fd8e98710aa64762', href: '/projects/HDFFV/repos/hdf5-examples/commits/07abfebe0a6a0b34f01e4120fd8e98710aa64762',parents: [{ id: '2a4f7891d1a89552858334d3f1f4f5b67a3fff3e' }]},{id: '2a4f7891d1a89552858334d3f1f4f5b67a3fff3e', href: '/projects/HDFFV/repos/hdf5-examples/commits/2a4f7891d1a89552858334d3f1f4f5b67a3fff3e',parents: [{ id: '57d5d464c63c725faf8508201b275804984fd659' }]},{id: '57d5d464c63c725faf8508201b275804984fd659', href: '/projects/HDFFV/repos/hdf5-examples/commits/57d5d464c63c725faf8508201b275804984fd659',parents: [{ id: '2670729b57c463ccbdeba70687ab486c17ff96d3' }]},{id: '2670729b57c463ccbdeba70687ab486c17ff96d3', href: '/projects/HDFFV/repos/hdf5-examples/commits/2670729b57c463ccbdeba70687ab486c17ff96d3',parents: [{ id: 'ca726c7831fe286f309c000ff3be2b58adc1ed08' }]},{id: 'ca726c7831fe286f309c000ff3be2b58adc1ed08', href: '/projects/HDFFV/repos/hdf5-examples/commits/ca726c7831fe286f309c000ff3be2b58adc1ed08',parents: [{ id: '334541182e6ea1bf48fd0d6cb1344494f2bd9d48' }]},{id: '334541182e6ea1bf48fd0d6cb1344494f2bd9d48', href: '/projects/HDFFV/repos/hdf5-examples/commits/334541182e6ea1bf48fd0d6cb1344494f2bd9d48',parents: [{ id: 'ef8cc4c6ea04163fad1c9d819c349209bd64120e' }]},{id: 'ef8cc4c6ea04163fad1c9d819c349209bd64120e', href: '/projects/HDFFV/repos/hdf5-examples/commits/ef8cc4c6ea04163fad1c9d819c349209bd64120e',parents: [{ id: 'fe2030c451ab5f81682e2ea75dd6b4d70689f62b' }]},{id: 'fe2030c451ab5f81682e2ea75dd6b4d70689f62b', href: '/projects/HDFFV/repos/hdf5-examples/commits/fe2030c451ab5f81682e2ea75dd6b4d70689f62b',parents: [{ id: '9a7ae6c3c5d35fe851b2f96b2eb2bcac6bdfb84a' }]},{id: '9a7ae6c3c5d35fe851b2f96b2eb2bcac6bdfb84a', href: '/projects/HDFFV/repos/hdf5-examples/commits/9a7ae6c3c5d35fe851b2f96b2eb2bcac6bdfb84a',parents: [{ id: '0bd933df23426285808653128999525c285ef0ca' }]}]);