HDF5
  1. HDF5

hdf5-examples

Public

Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
b9adc1f2bbcDescription: Added h5ex_g_traverse_F03.f90 example to the example suite. Tested: Jam: pgi ( with -O1, -02) and gfortran 4.5 ( with -O1, -02)
Allen ByrneAllen Byrne
1eb15708d3dUpdated cmake file to match unix script. traverse is still commented out, but in the correct locations. Removed outdated comments.
Elena PourmalElena Pourmal
d0c8475f800Maintenance: 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.
Scot BreitenfeldScot Breitenfeld
b17d576f52fDescription: Example showing a way to recursively traverse the file using h5literate and h5literate_by_name_f
Allen ByrneAllen Byrne
7f60fd6b7a3Add 2003 fortran to cmake build/configure Tested: local linux
Elena PourmalElena Pourmal
349e1855682Maintenance: Removed references to a non-existing UG drawning from the comments.
Allen ByrneAllen Byrne
1d10f8cedbbCorrect hint text
Scot BreitenfeldScot Breitenfeld
5fbf289b384Fixed exout statement for h5ex_g_visit_F03, moved to inside if conditional.
Scot BreitenfeldScot Breitenfeld
f561f7fe1d0Added copying the required .h5 files for the H5G F2003 examples to the current directory if they are not already present.
Scot BreitenfeldScot Breitenfeld
446987e3c03Description: Re-enabled F2003 examples.
Scot BreitenfeldScot Breitenfeld
27e79904dd9Disabled F2003 tests until further testing is done.
Scot BreitenfeldScot Breitenfeld
fa59a7c2e3eCorrected the output test files for h5ex_g_iterate_F03 and h5ex_g_visit_F03
Scot BreitenfeldScot Breitenfeld
21f6cdfdda6Added the svn managed *.h5 files needed for H5G fortran tests the makefiles.
Scot BreitenfeldScot Breitenfeld
d23a8c1973eDescription: 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)
Allen ByrneAllen Byrne
fb53a39d4a4Changed references of BUILD_SHARED_LIBS to USE_SHARED_LIBS Added new F03 test to cmakelist Corrected test of hdf5 build type comparision
Allen ByrneAllen Byrne
ae04b2d17b8h5ex_g_create only uses a .ddl file like h5ex_g_compact.
Allen ByrneAllen Byrne
56aeb00c99bAdd cmake cache configure file for simpler windows auto testing
Scot BreitenfeldScot Breitenfeld
516ccf69919Added h5ex_t_vlstring_F03.f90 from the 1_8 directory.
Scot BreitenfeldScot Breitenfeld
ec8c7c218d0Fixed character len of file name.
Scot BreitenfeldScot Breitenfeld
5b246e11c93Description: 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)
Allen ByrneAllen Byrne
1c19905f62bCorrect zlib references, zlib svn no longer has src folder
Allen ByrneAllen Byrne
eeb18f4bddbAdd informational message if library was built differently (shared/static) from current build type.
Elena PourmalElena Pourmal
7f793d55fb8Big fix: Fixed parameter decalration to be of type INTEGER(HSIZE_T) Platforms tested: Mac OS X
Elena PourmalElena Pourmal
1cea57ad90fModified examples to use TYPE(hvl_t) derived type. Platforms tested: Mac OS X; more tesing will follow
Elena PourmalElena Pourmal
71e4b25841cUpdated examples to use Fortran ENUMERATOR to represent enumaration datatype. Platforms tested: Mac OS X with gfortran; more testing will follow
Scot BreitenfeldScot Breitenfeld
2171f4bf32aDescription: Removed Cstring output files since we removed h5ex_t_Cstring_F03.f90
Scot BreitenfeldScot Breitenfeld
450f321af01Fixed spelling
Allen ByrneAllen Byrne
c07028d87edRemoved h5ex_t_Cstring_F03 from build list
Scot BreitenfeldScot Breitenfeld
d74318fd638Changed 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.
Scot BreitenfeldScot Breitenfeld
066938f28c2Removed 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.
Scot BreitenfeldScot Breitenfeld
659726d0465Description: F2003 example using H5Ovisit_f with callback.
Scot BreitenfeldScot Breitenfeld
9d3030d43fcDescription: An example showing how to read and write data with KIND precision to a dataset.
Scot BreitenfeldScot Breitenfeld
b24fc937554Uploaded input file that goes with the h5ex_g_iterate_F03.f90 example.
Scot BreitenfeldScot Breitenfeld
7d28f202b37Description: 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
Allen ByrneAllen Byrne
77b00b60613Add missing header source
Allen ByrneAllen Byrne
269bd94a90cSynch 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
Allen ByrneAllen Byrne
d3acd0bd2f6ADD H5_USE_18_API to CMakeLists.txt Tested: local linux
Neil FortnerNeil Fortner
fddad1d0485Purpose: 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
Scot BreitenfeldScot Breitenfeld
968f9f4786eDescription: changed the integer type of 'size' to SIZE_T to match the h5tcreate_f API Tested: jam (gnu)
Allen ByrneAllen Byrne
2afdf98e7efUpdate link commands using new library variable from FindHDF5.cmake
Allen ByrneAllen Byrne
fc2779b2896Added note about no quotes on windows ENV variable
Allen ByrneAllen Byrne
66565e5a0eeAdjust find configuration location by removing version extension in folder name.
Allen ByrneAllen Byrne
91b16f7512eAdd instructions for finding HDF5 and using libraries.
Allen ByrneAllen Byrne
8877f2e109bAdd instructions for static libraries.
Scot BreitenfeldScot Breitenfeld
eaa7b10a65dDescription: 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)
Allen ByrneAllen Byrne
cee448bfe8eAdd text that the command line configuration is run from the build folder.
Allen ByrneAllen Byrne
aafbc033650Add to Build Note that HDF built binaries are Release configuration.
Allen ByrneAllen Byrne
e54ff04de28Remove unused macros from config/cmake. Adjust Test configuration file. Add instructions to build using CMake.
Allen ByrneAllen Byrne
b3b8030c7ceFix handling of ext libs Windows naming for External_Project builds of "Debug" builds.
Allen ByrneAllen Byrne
cbf65f9f5aeUpdate CMake testfiles to sync with r57