Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
485b5dea693[svn-r22829] Fixed merge mistake, merge removed part of the subroutine. tested: jam (intel)
Scot BreitenfeldScot Breitenfeld
7b9929e3095[svn-r22828] HDFFV-8007:Add missing H5O Fortran functions Added new F03 test file for new H5O functions.
Scot BreitenfeldScot Breitenfeld
0878e52087a[svn-r22827] HDFFV-8007: Add missing H5O Fortran functions. Tested: jam(gnu,intel)
Scot BreitenfeldScot Breitenfeld
393852a414d[svn-r22826] Fix for: HDFFV-7903 Fortran problem writing control character to a dataset reconfigured
Scot BreitenfeldScot Breitenfeld
32a131ea70f[svn-r22825] Fix for: HDFFV-7903 Fortran problem writing control character to a dataset Tested: (jam, gfortran)
Scot BreitenfeldScot Breitenfeld
a81cc2ac7ef[svn-r22824] FIX: HDFFV-8118: Support Fortran compiler flags that change the default size of integer and real Tested: jam(gnu,intel), machine with gcc 4.7 and C long double = 16 bytes.
Scot BreitenfeldScot Breitenfeld
0710ab3955c[svn-r22823] Fix for HDFFV-7658: Add FORTRAN interface for H5Pget_mpio_actual_io_mode API routine Test: jam (gnu)
Scot BreitenfeldScot Breitenfeld
dbf542c0080[svn-r22822] Fix for HDFFV-7658: Add FORTRAN interface for H5Pget_mpio_actual_io_mode API routine Test: jam (gnu)
Quincey KoziolQuincey Koziol
0ae06ebea6c[svn-r22820] Description: Update the CMake reference files list for newly added encoded property list files.
Larry KnoxLarry Knox
c5371d76189[svn-r22819] Added H5BLD_STATIC and HDF5_USE_SHLIB to configure.ac so that if configured with --disable-static the default for HDF5_USE_SHLIB in the compile scripts will be changed to yes. This is a fix for HDFFV-8141, where the compile scripts try to link to non-existant static hdf5 libraries. Tested on jam,koala,ostrich(h5committest) and other THG machines.
Quincey KoziolQuincey Koziol
7702c7f760f[svn-r22817] Description: Update CMake files for new encode/decode property list files.
Jonathan KimJonathan Kim
563990e64ec[svn-r22816] Failed on Mac for testing tscalarintsize and tscalarattrintsize from daily test. Larry mentioned that intel compiler was used on Mac for testing. Allen requested comment it out. "It is not scheduled for 1.8, I created the file for Java testing. Actually I have to create windows versions because of the use of floating point." - Allen
Raymond LuRaymond Lu
4f9adf902bb[svn-r22815] Issue 8164 - test_image.c printed an extra "FAILED" after it succeeded. A test function doesn't return 0 after it succeeds. It goes down to the error handling branch and prints "FAILED". The fix is adding "return 0;" in the end of the function. Tested on jam - simple change.
Mohamad ChaarawiMohamad Chaarawi
b151281b389[svn-r22855] remove dummy plugin update manifest file
Mohamad ChaarawiMohamad Chaarawi
e71be4aa41d[svn-r22841] more updates/fixes resume debugging at H5Pencode of fcpl in MDS file creation
Mohamad ChaarawiMohamad Chaarawi
82d7353879e[svn-r22818] many bug fixes still does not compile
Mohamad ChaarawiMohamad Chaarawi
88dac06a7feM[svn-r22811] bring VOL branch in up to 22810.
Mohamad ChaarawiMohamad Chaarawi
7eac8b84b0cM[svn-r22809] - bring in plist encode decode changes from trunk - remove hardocded error comparing tests for now because those will fail - regenerate Makefile.in s due to conflicting versions of autotools
Quincey KoziolQuincey Koziol
392b7d32492[svn-r22808] Description: Correct location of property list files.
Quincey KoziolQuincey Koziol
6a89177036b[svn-r22807] Description: Add encode/decode API routines for property lists: H5Pencode/H5Pdecode. Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in p...
Mohamad ChaarawiMohamad Chaarawi
593a6d6c660M[svn-r22806] merge from trunk up to 22805.
Jonathan KimJonathan Kim
50e3990f2a9[svn-r22805] Purpose: HDFFV-8012 - h5repack changes max dims and cause failure if only "-f none" is used without changing layout for chunked dataset when a chunk dim is bigger than a dataset dim Description: "h5repack -f <obj>:NONE <file.h5> out.h5" command failed if source file contains chunked dataset and a chunk dim is bigger than a dataset dim. Another issue is that the command changed max dims if chunk dim is smaller than the dataset dim. These issue occurred when data...
Private HDFPrivate HDF
528bd520b83[svn-r22802] Snapshot version 1.9 release 130
Albert ChengAlbert Cheng
443d3429056[svn-r22799] Documented the retiremen of mpi-perf.
Allen ByrneAllen Byrne
d834917bca0[svn-r22795] Create scalar test files and h5dump tests. Tested: local linux
Albert ChengAlbert Cheng
fcea67a3c28[svn-r22793] Updated to reflect the removal of perform/mpi-perf.c.
Albert ChengAlbert Cheng
e252013beea[svn-r22791] HDFFV-8110: Removed mpi-perf.c which was given with permission to freely distribute by the author. It was an example program showing how to measure parallel IO speed. Since then, we have created h5perf to do I/O performanace measurement. This example is not needed any more. mpi-perf.c: Removed. Makefile.am: Makefile.in: Removed the entry of mpi-perf.c so that "configure --enable-build-all ..." will not build it. The change is trivial that I got permission to skip th...
Allen ByrneAllen Byrne
eff696a3b02[svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders Tested: jam with intel compilers
Allen ByrneAllen Byrne
315ab68bd11[svn-r22774] The matching configure file Use LT_PREREQ([2.2]) LT_INIT([dlopen]) instead of AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL Also add ALLOW_UNSUPPORTED on threadsafe check Both from 1.8 configure
Allen ByrneAllen Byrne
06eb3648907[svn-r22773] Use LT_PREREQ([2.2]) LT_INIT([dlopen]) instead of AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL Also add ALLOW_UNSUPPORTED on threadsafe check Both from 1.8 configure
Allen ByrneAllen Byrne
ebcd96a9c1a[svn-r22772] Synch line spaces with 1.8
Allen ByrneAllen Byrne
a90b492bffd[svn-r22771] remove obsolete files
Allen ByrneAllen Byrne
8c870f14c10[svn-r22770] Update windows release docs to match 1.8
Private HDFPrivate HDF
786b220e469[svn-r22766] Snapshot version 1.9 release 129
Quincey KoziolQuincey Koziol
52c7a6352bb[svn-r22765] Description: Propogate Coverity changes to trunk, also fix compiler warnings and other minor code cleanups. (QK & JK) r20393: (Not directly propogated, since trunk also had a similar fix) Move initialization ocrt_info.new_obj = NULL; before FUNC_ENTER_NOAPI -- gh r20397: Added free(src_sizes) --gh r20398: Added free(src_offset). --gh Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, parallel, FORTRAN & C++ (h5committest forthcoming)
Jonathan KimJonathan Kim
0a5b0304ad8[svn-r22763] Purpose: HDFFV-8143 Provide a routine(s) for telling the user why the library broke collective data access Description: Fixed Daily test failed from the previous commit r22735. (ember) Also changed H5Pget_mpio_no_collective_cause() parameter type from H5D_mpio_no_collective_cause_t to uint32_t due to change to return combined bitmap value which can be not emun defined value. Tested: jam (linux32-LE), koala-pp (linux64-LE), ember, h5committest
Quincey KoziolQuincey Koziol
602c716f76f[svn-r22758] Description: Bring generic improvements from encode/decode property list branch to the trunk. This includes a better version of the property list comparison routine, cleaned up compiler warnings, and some cleaned up property list callbacks. Also, started on changes to clean up parallel test output, so that it doesn't report successful tests from each process. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, GCC 4.7.x, FORTRAN, C++, threadsafe and parallel Linux 2.6/3...
Raymond LuRaymond Lu
0ffdaff795a[svn-r22755] When Scot Breitenfeld committed his test function test_valid_path in r22078 6 months ago, he replaced test_text_type function with his function, thus skipped test_text_type test. I'm restoring it back in this checkin. Tested on jam - simple change.
Raymond LuRaymond Lu
6f1ae47a374[svn-r22754] Issue 8140 - return value is missing for H5LTyyerror in H5LTanalyze.l. I put "return 0" in because the program should continue even though there is an error. Tested on jam - simple change.
Allen ByrneAllen Byrne
c16ae673e33[svn-r22752] Update autotools macros and comment indicators. Added autotools quotation around parameters h5committest
Jonathan KimJonathan Kim
89a2c4a7838[svn-r22751] Purpose: HDFFV-5919 - GMQS: h5diff - The number of object difference is not consistent between dataset and group/type when attribute(s) have differences Description: Object differences are not consistent between dataset and group/datatype when their attribute(s) have differences. This is because attribute(s) differences is not accumulated to group or datatype object’s difference, but accumulated to dataset difference. To fix, do not accumulate attribute difference to data...
Scot BreitenfeldScot Breitenfeld
f5efc5224f6[svn-r22750] Removed check-in r22746 because it causes an error in objcopy on Linew 64 byte. Will check-in again after the issue is resolved.
Dana RobinsonDana Robinson
b951fb9fe18[svn-r22749] Description: Undo of accidental check-in of H5T code in last check-in. Tested on: jam w/ parallel enabled (revert to pre-existing code)
Dana RobinsonDana Robinson
d1060f63b75[svn-r22748] Description: H5FD_FLMAP_SINGLE changed to H5FD_FLMAP_DICHOTOMY in the MPI-POSIX VFD. Tested on: jam w/ parallel and fortran enabled (minor change)
Scot BreitenfeldScot Breitenfeld
2fae4fbfa62[svn-r22746] Description: Fix for HDFFV-7959 H5Rdereference should check for default (HADDR_UNDEF) value and not continue processing and return so that ret value can be checked and handled properly. Added fix and test, reviewed: Tested: jam (gnu, intel)
Private HDFPrivate HDF
0824b43ecdd[svn-r22745] Snapshot version 1.9 release 128
Jonathan KimJonathan Kim
f4b02294674[svn-r22744] Purpose: HDFFV-8143 Provide a routine(s) for telling the user why the library broke collective data access Description: Daily test failed from the previous commit r22735. (ember) Skip tests not to disrupt other tests while finding a solution for ember.
Jonathan KimJonathan Kim
4990fdaba64[svn-r22743] Purpose: HDFFV-8143 Provide a routine(s) for telling the user why the library broke collective data access Description: Daily test failed from the previous commit r22735. (ember) Follow actual_io function to sync before go futher as this is similar function. Tested: jam (linux32-LE), koala-pp (linux64-LE), ember
Jonathan KimJonathan Kim
394f5403a0f[svn-r22741] Purpose: HDFFV-8143 Provide a routine(s) for telling the user why the library broke collective data access Description: Daily test failed from the previous commit r22735. (koala , ember) Fixed failure due to not be able to read external-storage file from external test. Tested: jam (linux32-LE), koala-pp (linux64-LE)
Allen ByrneAllen Byrne
6137e3add04[svn-r22740] Correct typo on test command