Author Commit Message Commit Date Scot Breitenfeld b9adc1f2bbc Description:
Added h5ex_g_traverse_F03.f90 example to the example suite.
Tested:
Jam: pgi ( with -O1, -02) and gfortran 4.5 ( with -O1, -02) 17 Oct 2011 Allen Byrne 1eb15708d3d Updated cmake file to match unix script. traverse is still commented out, but in the correct locations.
Removed outdated comments. 17 Oct 2011 Elena Pourmal d0c8475f800 Maintenance: Renamed h5ex_g_traverse.f90 to h5ex_g_traverse_F03.f90 for consistency with other F2003 examples.
This example will not work with Intel 12 due to a bug in the compiler exposed by Fortran
RECURSIVE function. The binary will not be built when Intel compiler is used. Updated configure.ac
and makefile.am accordingly and regenerated all files.
Platforms tested: jam and koala with GNU, PGI and Intel. 15 Oct 2011 Scot Breitenfeld b17d576f52f Description:
Example showing a way to recursively traverse the file
using h5literate and h5literate_by_name_f 11 Oct 2011 Allen Byrne 7f60fd6b7a3 Add 2003 fortran to cmake build/configure
Tested: local linux 27 Sep 2011 Elena Pourmal 349e1855682 Maintenance: Removed references to a non-existing UG drawning from the comments. 08 Sep 2011 Allen Byrne 1d10f8cedbb Correct hint text 08 Sep 2011 Scot Breitenfeld 5fbf289b384 Fixed exout statement for h5ex_g_visit_F03, moved to inside if conditional. 06 Sep 2011 Scot Breitenfeld f561f7fe1d0 Added copying the required .h5 files for the H5G F2003 examples to the current directory if they are not already present. 06 Sep 2011 Scot Breitenfeld 446987e3c03 Description: Re-enabled F2003 examples. 06 Sep 2011 Scot Breitenfeld 27e79904dd9 Disabled F2003 tests until further testing is done. 05 Sep 2011 Scot Breitenfeld fa59a7c2e3e Corrected the output test files for h5ex_g_iterate_F03 and h5ex_g_visit_F03 05 Sep 2011 Scot Breitenfeld 21f6cdfdda6 Added the svn managed *.h5 files needed for H5G fortran tests the makefiles. 05 Sep 2011 Scot Breitenfeld d23a8c1973e Description:
Added fortran 2003 examples; they compile if --enable-fortran2003 was used for the h5fc compiler.
Enabled automatic check of the output.
Tested: jam (gmu ,intel, pgi) 04 Sep 2011 Allen Byrne fb53a39d4a4 Changed references of BUILD_SHARED_LIBS to USE_SHARED_LIBS
Added new F03 test to cmakelist
Corrected test of hdf5 build type comparision 01 Sep 2011 Allen Byrne ae04b2d17b8 h5ex_g_create only uses a .ddl file like h5ex_g_compact. 31 Aug 2011 Allen Byrne 56aeb00c99b Add cmake cache configure file for simpler windows auto testing 31 Aug 2011 Scot Breitenfeld 516ccf69919 Added h5ex_t_vlstring_F03.f90 from the 1_8 directory. 30 Aug 2011 Scot Breitenfeld ec8c7c218d0 Fixed character len of file name. 30 Aug 2011 Scot Breitenfeld 5b246e11c93 Description: Example showing how to read and write variable-length
string datatypes to a dataset using h5dread_f and
h5dwrite_f, and F2003 intrinsics C_LOC and C_F_POINTER.
Tested: jam (intel, gnu (4.5), pgi) 30 Aug 2011 Allen Byrne 1c19905f62b Correct zlib references, zlib svn no longer has src folder 26 Aug 2011 Allen Byrne eeb18f4bddb Add informational message if library was built differently (shared/static) from current build type. 22 Aug 2011 Elena Pourmal 7f793d55fb8 Big fix: Fixed parameter decalration to be of type INTEGER(HSIZE_T)
Platforms tested: Mac OS X 21 Aug 2011 Elena Pourmal 1cea57ad90f Modified examples to use TYPE(hvl_t) derived type.
Platforms tested: Mac OS X; more tesing will follow 21 Aug 2011 Elena Pourmal 71e4b25841c Updated examples to use Fortran ENUMERATOR to represent enumaration datatype.
Platforms tested: Mac OS X with gfortran; more testing will follow 21 Aug 2011 Scot Breitenfeld 2171f4bf32a Description: Removed Cstring output files since we removed h5ex_t_Cstring_F03.f90 19 Aug 2011 Scot Breitenfeld 450f321af01 Fixed spelling 19 Aug 2011 Allen Byrne c07028d87ed Removed h5ex_t_Cstring_F03 from build list 19 Aug 2011 Scot Breitenfeld d74318fd638 Changed the program description in the comments
to match the purpose of the program, which is to
write a float/real dataset and not an integer dataset. 18 Aug 2011 Scot Breitenfeld 066938f28c2 Removed file h5ex_t_Cstring_F03.f90 which used fixed array sizes
instead of allocatable arrays, as in h5ex_t_stringC_F03.f90. Otherwise
h5ex_t_Cstring_F03.f90 and h5ex_t_stringC_F03.f90 were the same. 18 Aug 2011 Scot Breitenfeld 659726d0465 Description: F2003 example using H5Ovisit_f with
callback. 13 Aug 2011 Scot Breitenfeld 9d3030d43fc Description: An example showing how to read and write data with KIND
precision to a dataset. 11 Aug 2011 Scot Breitenfeld b24fc937554 Uploaded input file that goes with the h5ex_g_iterate_F03.f90 example. 08 Aug 2011 Scot Breitenfeld 7d28f202b37 Description: Fortran 2003 example showing how to iterate over group members using
H5Literate.
The example is intended for use with HDF5 Library version 1.8, a
Fortran 2003 compiler and with --enable-fortran2003 08 Aug 2011 Allen Byrne 77b00b60613 Add missing header source 03 Aug 2011 Allen Byrne 269bd94a90c Synch test files between cmake and configure for 1.8 and 1.10.
Add cmake define for H5_USE_18_API.
add bin/reconfigure and alter configure for latest automake on jam.
remove old *.test files from 1.8 and 1.10.
Tested: jam with hdf5 v1.9 02 Aug 2011 Allen Byrne d3acd0bd2f6 ADD H5_USE_18_API to CMakeLists.txt
Tested: local linux 01 Aug 2011 Neil Fortner fddad1d0485 Purpose: Add 1.10 examples
Description:
Added 1_10 directory and the corresponding examples, and added
'-D H5_USE_18_API' to the 1_8 directory. Currently, the 1_10 examples are
almost identical to the 1_8 examples except for the examples using references.
Also added some clarification to README.
Tested: durandal 29 Jul 2011 Scot Breitenfeld 968f9f4786e Description: changed the integer type of 'size' to SIZE_T to match the h5tcreate_f API
Tested: jam (gnu) 17 Jul 2011 Allen Byrne 2afdf98e7ef Update link commands using new library variable from FindHDF5.cmake 29 Jun 2011 Allen Byrne fc2779b2896 Added note about no quotes on windows ENV variable 24 May 2011 Allen Byrne 66565e5a0ee Adjust find configuration location by removing version extension in folder name. 18 May 2011 Allen Byrne 91b16f7512e Add instructions for finding HDF5 and using libraries. 12 May 2011 Allen Byrne 8877f2e109b Add instructions for static libraries. 09 May 2011 Scot Breitenfeld eaa7b10a65d Description:
Corrected array dimension of cd_values (it was to small, causing a memory error in the test program).
Commented out H5Z_FILTER_NBIT_F and H5Z_FILTER_SCALEOFFSET_F as options because these are currently undefined except in the F2003 branch.
Tested: heiwa (gnu compilers) 06 May 2011 Allen Byrne cee448bfe8e Add text that the command line configuration is run from the build folder. 25 Apr 2011 Allen Byrne aafbc033650 Add to Build Note that HDF built binaries are Release configuration. 25 Apr 2011 Allen Byrne e54ff04de28 Remove unused macros from config/cmake. Adjust Test configuration file. Add instructions to build using CMake. 25 Apr 2011 Allen Byrne b3b8030c7ce Fix handling of ext libs Windows naming for External_Project builds of "Debug" builds. 12 Apr 2011 Allen Byrne cbf65f9f5ae Update CMake testfiles to sync with r57 29 Mar 2011 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: 'b9adc1f2bbc7a0e26524bba1c0dfd593cc579da9', href: '/projects/HDFFV/repos/hdf5-examples/commits/b9adc1f2bbc7a0e26524bba1c0dfd593cc579da9',parents: [{ id: '1eb15708d3d4284fa7ba05220f7afd56638df86e' }]},{id: '1eb15708d3d4284fa7ba05220f7afd56638df86e', href: '/projects/HDFFV/repos/hdf5-examples/commits/1eb15708d3d4284fa7ba05220f7afd56638df86e',parents: [{ id: 'd0c8475f8001e6bcb84b381438477a26538fc697' }]},{id: 'd0c8475f8001e6bcb84b381438477a26538fc697', href: '/projects/HDFFV/repos/hdf5-examples/commits/d0c8475f8001e6bcb84b381438477a26538fc697',parents: [{ id: 'b17d576f52f1c5e03ea2e9a054a0bab04088f589' }]},{id: 'b17d576f52f1c5e03ea2e9a054a0bab04088f589', href: '/projects/HDFFV/repos/hdf5-examples/commits/b17d576f52f1c5e03ea2e9a054a0bab04088f589',parents: [{ id: '7f60fd6b7a3a71749108461becfd6b5627d17803' }]},{id: '7f60fd6b7a3a71749108461becfd6b5627d17803', href: '/projects/HDFFV/repos/hdf5-examples/commits/7f60fd6b7a3a71749108461becfd6b5627d17803',parents: [{ id: '349e1855682d5980713f9a07e5814c6bf970cb55' }]},{id: '349e1855682d5980713f9a07e5814c6bf970cb55', href: '/projects/HDFFV/repos/hdf5-examples/commits/349e1855682d5980713f9a07e5814c6bf970cb55',parents: [{ id: '1d10f8cedbb0b2119a2e17adc06f8d45727f81c3' }]},{id: '1d10f8cedbb0b2119a2e17adc06f8d45727f81c3', href: '/projects/HDFFV/repos/hdf5-examples/commits/1d10f8cedbb0b2119a2e17adc06f8d45727f81c3',parents: [{ id: '5fbf289b384b6091934868b003b0d1315e865c7f' }]},{id: '5fbf289b384b6091934868b003b0d1315e865c7f', href: '/projects/HDFFV/repos/hdf5-examples/commits/5fbf289b384b6091934868b003b0d1315e865c7f',parents: [{ id: 'f561f7fe1d05724a461395adc7dbd205a0808764' }]},{id: 'f561f7fe1d05724a461395adc7dbd205a0808764', href: '/projects/HDFFV/repos/hdf5-examples/commits/f561f7fe1d05724a461395adc7dbd205a0808764',parents: [{ id: '446987e3c032d3082fa8ada8e24334e09c4c2a4c' }]},{id: '446987e3c032d3082fa8ada8e24334e09c4c2a4c', href: '/projects/HDFFV/repos/hdf5-examples/commits/446987e3c032d3082fa8ada8e24334e09c4c2a4c',parents: [{ id: '27e79904dd9c387dbfee68d638ae3bb66337f2a1' }]},{id: '27e79904dd9c387dbfee68d638ae3bb66337f2a1', href: '/projects/HDFFV/repos/hdf5-examples/commits/27e79904dd9c387dbfee68d638ae3bb66337f2a1',parents: [{ id: 'fa59a7c2e3e09684e901a5d061b5471ff12ebec3' }]},{id: 'fa59a7c2e3e09684e901a5d061b5471ff12ebec3', href: '/projects/HDFFV/repos/hdf5-examples/commits/fa59a7c2e3e09684e901a5d061b5471ff12ebec3',parents: [{ id: '21f6cdfdda6cd6b769d56014c64dd73dddbd301a' }]},{id: '21f6cdfdda6cd6b769d56014c64dd73dddbd301a', href: '/projects/HDFFV/repos/hdf5-examples/commits/21f6cdfdda6cd6b769d56014c64dd73dddbd301a',parents: [{ id: 'd23a8c1973e00c45caa74d4c53166f43b96e84f6' }]},{id: 'd23a8c1973e00c45caa74d4c53166f43b96e84f6', href: '/projects/HDFFV/repos/hdf5-examples/commits/d23a8c1973e00c45caa74d4c53166f43b96e84f6',parents: [{ id: 'fb53a39d4a43dd4aa9c8a7924f5df4c9a9d8bccd' }]},{id: 'fb53a39d4a43dd4aa9c8a7924f5df4c9a9d8bccd', href: '/projects/HDFFV/repos/hdf5-examples/commits/fb53a39d4a43dd4aa9c8a7924f5df4c9a9d8bccd',parents: [{ id: 'ae04b2d17b828533171e63647205a1f1671c172e' }]},{id: 'ae04b2d17b828533171e63647205a1f1671c172e', href: '/projects/HDFFV/repos/hdf5-examples/commits/ae04b2d17b828533171e63647205a1f1671c172e',parents: [{ id: '56aeb00c99b1356cd7d580c976e6d191489344fe' }]},{id: '56aeb00c99b1356cd7d580c976e6d191489344fe', href: '/projects/HDFFV/repos/hdf5-examples/commits/56aeb00c99b1356cd7d580c976e6d191489344fe',parents: [{ id: '516ccf699191f5647a69b264f27e92fa36575b67' }]},{id: '516ccf699191f5647a69b264f27e92fa36575b67', href: '/projects/HDFFV/repos/hdf5-examples/commits/516ccf699191f5647a69b264f27e92fa36575b67',parents: [{ id: 'ec8c7c218d087c5e082cecbe832bb9e4e2b61e67' }]},{id: 'ec8c7c218d087c5e082cecbe832bb9e4e2b61e67', href: '/projects/HDFFV/repos/hdf5-examples/commits/ec8c7c218d087c5e082cecbe832bb9e4e2b61e67',parents: [{ id: '5b246e11c936d57956907058f41bc366cfb039fb' }]},{id: '5b246e11c936d57956907058f41bc366cfb039fb', href: '/projects/HDFFV/repos/hdf5-examples/commits/5b246e11c936d57956907058f41bc366cfb039fb',parents: [{ id: '1c19905f62bd6be52637ec23fdc4b468f3115f22' }]},{id: '1c19905f62bd6be52637ec23fdc4b468f3115f22', href: '/projects/HDFFV/repos/hdf5-examples/commits/1c19905f62bd6be52637ec23fdc4b468f3115f22',parents: [{ id: 'eeb18f4bddb5bda99274ed3e874d3f62fe4767b6' }]},{id: 'eeb18f4bddb5bda99274ed3e874d3f62fe4767b6', href: '/projects/HDFFV/repos/hdf5-examples/commits/eeb18f4bddb5bda99274ed3e874d3f62fe4767b6',parents: [{ id: '7f793d55fb8c2dd644bfaa50c727efb88b3ecdd5' }]},{id: '7f793d55fb8c2dd644bfaa50c727efb88b3ecdd5', href: '/projects/HDFFV/repos/hdf5-examples/commits/7f793d55fb8c2dd644bfaa50c727efb88b3ecdd5',parents: [{ id: '1cea57ad90faf106b9385f17065ebd16f81f64c6' }]},{id: '1cea57ad90faf106b9385f17065ebd16f81f64c6', href: '/projects/HDFFV/repos/hdf5-examples/commits/1cea57ad90faf106b9385f17065ebd16f81f64c6',parents: [{ id: '71e4b25841c95f159b80c15511d30544e0210206' }]},{id: '71e4b25841c95f159b80c15511d30544e0210206', href: '/projects/HDFFV/repos/hdf5-examples/commits/71e4b25841c95f159b80c15511d30544e0210206',parents: [{ id: '2171f4bf32ac32e450c6a72f872197fa18366dd7' }]},{id: '2171f4bf32ac32e450c6a72f872197fa18366dd7', href: '/projects/HDFFV/repos/hdf5-examples/commits/2171f4bf32ac32e450c6a72f872197fa18366dd7',parents: [{ id: '450f321af01adf01aa060a62994f5b62f372e883' }]},{id: '450f321af01adf01aa060a62994f5b62f372e883', href: '/projects/HDFFV/repos/hdf5-examples/commits/450f321af01adf01aa060a62994f5b62f372e883',parents: [{ id: 'c07028d87ed21f38674c13225a8dd8fd11742bc9' }]},{id: 'c07028d87ed21f38674c13225a8dd8fd11742bc9', href: '/projects/HDFFV/repos/hdf5-examples/commits/c07028d87ed21f38674c13225a8dd8fd11742bc9',parents: [{ id: 'd74318fd63890831c8342f20cf83ba5367b54c5a' }]},{id: 'd74318fd63890831c8342f20cf83ba5367b54c5a', href: '/projects/HDFFV/repos/hdf5-examples/commits/d74318fd63890831c8342f20cf83ba5367b54c5a',parents: [{ id: '066938f28c2e338220dd2ed7f76fd7ecea6da682' }]},{id: '066938f28c2e338220dd2ed7f76fd7ecea6da682', href: '/projects/HDFFV/repos/hdf5-examples/commits/066938f28c2e338220dd2ed7f76fd7ecea6da682',parents: [{ id: '659726d0465ea0c16bb0a528a352ff7c108a4a01' }]},{id: '659726d0465ea0c16bb0a528a352ff7c108a4a01', href: '/projects/HDFFV/repos/hdf5-examples/commits/659726d0465ea0c16bb0a528a352ff7c108a4a01',parents: [{ id: '9d3030d43fc4aaff7b1198316d4de6c3326d6a28' }]},{id: '9d3030d43fc4aaff7b1198316d4de6c3326d6a28', href: '/projects/HDFFV/repos/hdf5-examples/commits/9d3030d43fc4aaff7b1198316d4de6c3326d6a28',parents: [{ id: 'b24fc937554511af19bfa1f0b0318fb6ab8a02a0' }]},{id: 'b24fc937554511af19bfa1f0b0318fb6ab8a02a0', href: '/projects/HDFFV/repos/hdf5-examples/commits/b24fc937554511af19bfa1f0b0318fb6ab8a02a0',parents: [{ id: '7d28f202b37797b16ee7688afb5e1519f94823d9' }]},{id: '7d28f202b37797b16ee7688afb5e1519f94823d9', href: '/projects/HDFFV/repos/hdf5-examples/commits/7d28f202b37797b16ee7688afb5e1519f94823d9',parents: [{ id: '77b00b606131717043d2d9143e976a762353f27f' }]},{id: '77b00b606131717043d2d9143e976a762353f27f', href: '/projects/HDFFV/repos/hdf5-examples/commits/77b00b606131717043d2d9143e976a762353f27f',parents: [{ id: '269bd94a90c9689af7cd0a030b84c4b6e91a36e9' }]},{id: '269bd94a90c9689af7cd0a030b84c4b6e91a36e9', href: '/projects/HDFFV/repos/hdf5-examples/commits/269bd94a90c9689af7cd0a030b84c4b6e91a36e9',parents: [{ id: 'd3acd0bd2f66c82cab24721a82cf12e2cc71c4a3' }]},{id: 'd3acd0bd2f66c82cab24721a82cf12e2cc71c4a3', href: '/projects/HDFFV/repos/hdf5-examples/commits/d3acd0bd2f66c82cab24721a82cf12e2cc71c4a3',parents: [{ id: 'fddad1d0485a8026dd8eb48dd2e2bdd749fbc3b5' }]},{id: 'fddad1d0485a8026dd8eb48dd2e2bdd749fbc3b5', href: '/projects/HDFFV/repos/hdf5-examples/commits/fddad1d0485a8026dd8eb48dd2e2bdd749fbc3b5',parents: [{ id: '968f9f4786e8202e38a459c7f8fcb9f8a1958a62' }]},{id: '968f9f4786e8202e38a459c7f8fcb9f8a1958a62', href: '/projects/HDFFV/repos/hdf5-examples/commits/968f9f4786e8202e38a459c7f8fcb9f8a1958a62',parents: [{ id: '2afdf98e7effa97b66c0113014ee5b6b13332cee' }]},{id: '2afdf98e7effa97b66c0113014ee5b6b13332cee', href: '/projects/HDFFV/repos/hdf5-examples/commits/2afdf98e7effa97b66c0113014ee5b6b13332cee',parents: [{ id: 'fc2779b289676586249fd7baaed5f01e543b7534' }]},{id: 'fc2779b289676586249fd7baaed5f01e543b7534', href: '/projects/HDFFV/repos/hdf5-examples/commits/fc2779b289676586249fd7baaed5f01e543b7534',parents: [{ id: '66565e5a0eeeff9f4d2239279a1d96c86c7ba95e' }]},{id: '66565e5a0eeeff9f4d2239279a1d96c86c7ba95e', href: '/projects/HDFFV/repos/hdf5-examples/commits/66565e5a0eeeff9f4d2239279a1d96c86c7ba95e',parents: [{ id: '91b16f7512e8daafced69daebc3ee3fb37219e90' }]},{id: '91b16f7512e8daafced69daebc3ee3fb37219e90', href: '/projects/HDFFV/repos/hdf5-examples/commits/91b16f7512e8daafced69daebc3ee3fb37219e90',parents: [{ id: '8877f2e109b9bb1075fdefc7c798b4a64e6f1f42' }]},{id: '8877f2e109b9bb1075fdefc7c798b4a64e6f1f42', href: '/projects/HDFFV/repos/hdf5-examples/commits/8877f2e109b9bb1075fdefc7c798b4a64e6f1f42',parents: [{ id: 'eaa7b10a65d80bcc8a241b2a6c01555104f81ed6' }]},{id: 'eaa7b10a65d80bcc8a241b2a6c01555104f81ed6', href: '/projects/HDFFV/repos/hdf5-examples/commits/eaa7b10a65d80bcc8a241b2a6c01555104f81ed6',parents: [{ id: 'cee448bfe8e1bc00ee561577bc92bb9841b9df4b' }]},{id: 'cee448bfe8e1bc00ee561577bc92bb9841b9df4b', href: '/projects/HDFFV/repos/hdf5-examples/commits/cee448bfe8e1bc00ee561577bc92bb9841b9df4b',parents: [{ id: 'aafbc033650609477e191d363d822dd4053d96d7' }]},{id: 'aafbc033650609477e191d363d822dd4053d96d7', href: '/projects/HDFFV/repos/hdf5-examples/commits/aafbc033650609477e191d363d822dd4053d96d7',parents: [{ id: 'e54ff04de28998d569accff78411e99155e0b72c' }]},{id: 'e54ff04de28998d569accff78411e99155e0b72c', href: '/projects/HDFFV/repos/hdf5-examples/commits/e54ff04de28998d569accff78411e99155e0b72c',parents: [{ id: 'b3b8030c7cecb4732f5bd433cfb29eda5efbc9fc' }]},{id: 'b3b8030c7cecb4732f5bd433cfb29eda5efbc9fc', href: '/projects/HDFFV/repos/hdf5-examples/commits/b3b8030c7cecb4732f5bd433cfb29eda5efbc9fc',parents: [{ id: 'cbf65f9f5aee823cbe06bcc404a64a8fce83088e' }]},{id: 'cbf65f9f5aee823cbe06bcc404a64a8fce83088e', href: '/projects/HDFFV/repos/hdf5-examples/commits/cbf65f9f5aee823cbe06bcc404a64a8fce83088e',parents: [{ id: '991c4a18e1fe999d8e7c4373529bcaced8ef6bcb' }]}]);