HDF5
  1. HDF5

hdf5-examples

Public

Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
ca0c9ad243aConvert indices from int to hsize_t.
Allen ByrneAllen Byrne
68c4e968aeaCorrect property
Allen ByrneAllen Byrne
d3b9063e4d7Update to use cmake_ext_mod
Allen ByrneAllen Byrne
6e2f49a644bUse new ext cmake files for config. Tested: local linux
Allen ByrneAllen Byrne
684d315b847Update general scripts. Correct product specific scripts
Allen ByrneAllen Byrne
b1e703f537bcorrect svn eol-style
Allen ByrneAllen Byrne
fd7ca91c149Update general scripts. Correct product specific scripts
Allen ByrneAllen Byrne
95cd6e9b05eUpdate run script for comparison.
Allen ByrneAllen Byrne
9c0ae8b7c29correct svn eol-style
Allen ByrneAllen Byrne
cfca9a25fb4Disable fortran by default
Scot BreitenfeldScot Breitenfeld
fa535716043fixed error in character length
Scot BreitenfeldScot Breitenfeld
60bfda61c89Corrected the length of the string.
Larry KnoxLarry Knox
f046b27c320HOFFSET appearsto have been accidentally replaced with HOFFset. Restored HOFFSET in these files. Teted on jam
Allen ByrneAllen Byrne
1996aa455f9Remove hidden folders
Allen ByrneAllen Byrne
d2fd4ecd532HDFFV-8640: remove XLATE_UTILITY from CMake files - requries removal of "Output of xxx" from reference files. Tested local linux
Allen ByrneAllen Byrne
cad0f9ef004Update cmake_minimum to current standard 2.8.10
Allen ByrneAllen Byrne
901858fca88Change line endings and update info to match hdf5 1.8 USING_HDF5_CMake.txt
Allen ByrneAllen Byrne
8845f8db0a7Change line endings and update info to match hdf5 1.8 USING_HDF5_CMake.txt
Allen ByrneAllen Byrne
78fd0de5270Skip traverse_f03 example on intel fortran
Allen ByrneAllen Byrne
2c8b9b2078fChange Internal CDash site.
Allen ByrneAllen Byrne
e5ec80e067eChange Internal CDash site.
Allen ByrneAllen Byrne
d16da71df1aAdd "_" to VS define.
Allen ByrneAllen Byrne
49f7e5493dbHDFFV-8394: Add source packaging option
Allen ByrneAllen Byrne
a6bdcc8ab54Upgrade test script compare coding
Scot BreitenfeldScot Breitenfeld
d84922913abDescription: Added an exception to the test script to ignore the difference in h5dumps between big-endian and little-endian Tested: emu
Scot BreitenfeldScot Breitenfeld
2cd0e795df1Description: Added an exception to the test script to ignore the difference in h5dumps between big-endian and little-endian Tested: emu
Scot BreitenfeldScot Breitenfeld
f60e2abf3e8Updated the integer type of 'offset' in h5P*_external_f due to changes in APIs.
Scot BreitenfeldScot Breitenfeld
63291a509edUpdated integer type for changes made to h5p*_external_f APIs
Scot BreitenfeldScot Breitenfeld
1e96ed0162aUpdated offset variable to be type (off_t) in h5pget_external_f, to reflect changes in the the trunk.
Allen ByrneAllen Byrne
a2112e00c1bUpdate CMake files to latest packaging changes
Allen ByrneAllen Byrne
88fd0edc20fAdd Definition for how library was built
Allen ByrneAllen Byrne
306f795a1ddChanges to use updated HDF5 packaging
Allen ByrneAllen Byrne
7d50a5fe2a7Missing ${TEST_FOLDER} path component in test script
Allen ByrneAllen Byrne
7269079e318reduce compiler warnings by removing unreferenced variables and adding cast
Allen ByrneAllen Byrne
aca599a6087do not need warnings from utility program.
Scot BreitenfeldScot Breitenfeld
5a5fa353354Description: Fixed incorrect array bounds for maxdims, which caused problems on tejeda with optimization turned on. Tested: tejeda (-O2,-O3, gnu)
Allen ByrneAllen Byrne
fbe184c03efUpdate cmake files to 1.8 standard and update ddl files to match refactored h5dump output Tested: local linux
Allen ByrneAllen Byrne
8d7cc18beb0Updated Fortran 2003 reference files for refactored h5dump Tested: local linux
Neil FortnerNeil Fortner
693e3138ae8Purpose: 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
519e4ee5f57Description: Renamed the module names in h5ex_g_iterate_F03.f90 h5ex_g_visit_F03.f90 to be different, they were the same which caused (I suspect) compilation problems (on jam) for parallel builds and checks. Tested: jam intel production env.
Allen ByrneAllen Byrne
06270d59136Project name and CDash project names need to be identical. Also Use PROJECT_[SOURCE|BINARY]_DIR in CMakeLists.txt files
Allen ByrneAllen Byrne
6d0301cf541Remove cdash variables for use with CTestScript.cmake processing. Tested: windows
Allen ByrneAllen Byrne
6c1bd0d2535Updated cdash variables for use with CTestScript.cmake processing. Tested: windows
Allen ByrneAllen Byrne
edd7bc03dc8Update CMake Required version to match current standard 2.8.6
Allen ByrneAllen Byrne
17cba3a0afdUpdate CMake Required version in all folders to match current standard 2.8.6
Allen ByrneAllen Byrne
dcea7a06e3cChange Nightly Start Time to match CDash and test kickoff time.
Allen ByrneAllen Byrne
39bb5eb0a9aUpdate cmake configuration
Scot BreitenfeldScot Breitenfeld
3020e09b3a2Changed H5Oget_info_by_name_f to the newer interface. Tested: jam (gfortran)
Scot BreitenfeldScot Breitenfeld
5f615c45d67Description: Changed the API to pass type(h5o_info_t) instead of a C pointer to the derived type. Tested: jam (gfortran and pgi)
Scot BreitenfeldScot Breitenfeld
74b68ce9991Description: Added the intel condition in the test script to not try h5ex_g_traverse_F03 if the intel compiler was used. Tested: jam (intel)