Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
16c2af26b6b[svn-r23118] HDFFV-2686 Remove the ptExampleVL.c example from the source code FIX: Removed files and adjusted other files accordingly. Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
07df6630f1c[svn-r23117] Changed extension of hdf5 files from .hdf5 to .h5 for consistancy. HDFFV-422: Change extention of the binary files from hdf5 to h5 Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
31bbe63ebff[svn-r23116] Changed extension of hdf5 from .hdf5 to .h5 for consistancy. HDFFV-422: Change extention of the binary files from hdf5 to h5 Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
f1e311ef7d0[svn-r23115] Added a new test for KIND C_INT64_T, which some earlier windows Intel versions (<12.1) did not support.
Allen ByrneAllen Byrne
357d94328cd[svn-r23114] remove "AT-" from buildname
Allen ByrneAllen Byrne
f41c524ca94[svn-r23113] Added corrections to treat ";" character as text for comparision. Tested: local linux
Dana RobinsonDana Robinson
7b5b6d239e5[svn-r23111] Purpose: Fixes for HDF5 1.8.10 p1 HDFFV-7975 Changed the max single I/O operation size on Darwin/Mac OS X. HDFFV-8124 and HDFFV-8158 Fixed a core VFD bug when large blocks of data are read. HDFFV-8246 Added more fields to the VFD read/write error messages. Tested on: 64-bit Windows 7, Visual Studio 2010, CMake 64-bit Mac OS X Snow Leopard (Fred), Fortran, C++ 64-bit BE Linux (Ostrich), Fortran, C++ 32-bit LE Linux (jam), Fortran, C++ (also parallel w/ Fortran)
Allen ByrneAllen Byrne
a50b051538a[svn-r23110] Correct comparison function
Scot BreitenfeldScot Breitenfeld
a692fe88cd5[svn-r23105] Changed Fortran examples to reflect tutorial examples via Barbara; added: h5_cmprss.f90 Tested: jam (gnu compilers)
Albert ChengAlbert Cheng
4de0ac53880[svn-r23096] Added bin/cmakehdf5.
Albert ChengAlbert Cheng
8dd246fb2c1[svn-r23094] cmakehdf5 is a build command script similar to buildhdf5. This is an initial implementation and is known to work in Jam only. More porting is in progress. Tested: Jam
Scot BreitenfeldScot Breitenfeld
8dc9f39570e[svn-r23093] Fixed API to be 1.6 compliant, removed deprecated APIs Checked: jam (gnu, mpi) --disable-deprecated-symbols, --with-default-api-version=v16
Scot BreitenfeldScot Breitenfeld
e92f4b1a7c2[svn-r23092] Cleaned-up printed output and corrected output comments Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
7155aa6f1db[svn-r23091] Changed C examples to reflect changes in documentation via Barbara; mainly program additions from tutorial. Tested: jam (gnu compilers)
Scot BreitenfeldScot Breitenfeld
3079b8dde8e[svn-r23090] Fixed H5Dread input parameters. Tested: gnu (jam)
Scot BreitenfeldScot Breitenfeld
02fb07aa859[svn-r23089] Changed Fortran examples to reflect changes in documentation via Barbara; mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and example fileexample.f90 was removed. Tested: jam (gnu compilers)
Scot BreitenfeldScot Breitenfeld
17fd0e9ce4e[svn-r23088] Changed Fortran examples to reflect changes in documentation via Barbara; mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and example fileexample.f90 was removed. Tested: jam (gnu compilers)
Private HDFPrivate HDF
f89d0801918[svn-r23085] Snapshot version 1.9 release 136
Allen ByrneAllen Byrne
f45283113bd[svn-r23083] Correct cmake statement to use SET instead of ADD_DEFINITIONS
Private HDFPrivate HDF
0de4e03305f[svn-r23071] Snapshot version 1.9 release 135
Allen ByrneAllen Byrne
5697dc8f803[svn-r23066] HDFFV-8265: create .def file during configure, added F2003 optional functions and refactor ISO_C_BINDING usage in cmake files Tested: local cmake
Allen ByrneAllen Byrne
c7440f2f366[svn-r23064] HDFFV-8202: Add diff display to cmake output on error. Merged changes from runTest.cmake.
Mohamad ChaarawiMohamad Chaarawi
a640afbd29e[svn-r23483] update comm splitter to handle MPI versions 2 and 3 add a fix for fill values for contiguous datasets - Chunked dataset filling is not supported yet
Mohamad ChaarawiMohamad Chaarawi
b4852861f8a[svn-r23439] add the mds public header to hdf5.h
Mohamad ChaarawiMohamad Chaarawi
18d710861ec[svn-r23132] fix bug with non-selection add a refresh mechanism for datasets at the client side to update client metadata when needed
Mohamad ChaarawiMohamad Chaarawi
debe82d40ef[svn-r23128] fix several bugs: - truncate raw data file correctly after dataset is created or extended - chunk I/O memory issues now fixed
Mohamad ChaarawiMohamad Chaarawi
b389f14d04a[svn-r23080] fix memory leak introduced with error notification
Mohamad ChaarawiMohamad Chaarawi
489f5e955a6[svn-r23076] silence some compiler warning handle errors from MDS side in the correct way by sending errors to client.
Mohamad ChaarawiMohamad Chaarawi
939c8e3d7a6[svn-r23074] move MDS specific routines for client side objects into separate file instead of having them with the native routines
Mohamad ChaarawiMohamad Chaarawi
ba76ea97c10[svn-r23073] rename some files, functions to be more conformant with HDF5 namings
Mohamad ChaarawiMohamad Chaarawi
521c120b37f[svn-r23068] fix bug for iterate/visit routines
Mohamad ChaarawiMohamad Chaarawi
7c6c7fe1372[svn-r23067] - Add attribute on MPI_COMM_SELF for clients to invoke a deletion callback when the comm is free'd on MPI_Finalize(). The callback will notify the MDS that that the client is calling MPI Finalize. - At the server side, maintain a counter that detects when the MDS server should cleanup and exit. - Fix several cleanup issues at server and client sides that were preventing the library from terminating cleanly.
Mohamad ChaarawiMohamad Chaarawi
96dfab4ee6c[svn-r23063] add a close function for the public loc_params struct update the server side to free loc params struct
Mohamad ChaarawiMohamad Chaarawi
7d9c21e3719[svn-r23062] close opened datatypes, dataspaces, and plists at server side when done executing operation
Mohamad ChaarawiMohamad Chaarawi
bb0856b9c2dM[svn-r23061] merge from VOL branch
Mohamad ChaarawiMohamad Chaarawi
7093f8a38b5M[svn-r23060] merge from trunk
Allen ByrneAllen Byrne
b3c12e8d554[svn-r23057] HDFFV-8265: create .def file during configure Tested: windows
Albert ChengAlbert Cheng
19a00efd982[svn-r23055] Bug fix: HDFFV-8233 testh5stat.sh fails in LLNL uDawn. The test actually ran as expected but it did not prepare for the extra error messages from the MPI process. Solution: This sort of problem has been fixed by using the output filters in output_filter.sh. testh5stat.sh is updated to use the output filters. Tested: uDawn.
Allen ByrneAllen Byrne
e5d4ba944f7[svn-r23053] Remove deleted file from CMake build list
Scot BreitenfeldScot Breitenfeld
e53f4cce8a4[svn-r23052] Description: Removed example grpit.f90 which used undocumented/obsolete APIs, The equivalent and up-to-date example to transverse through a file would be the example h5ex_g_traverse_F03.f90 in hdf5-examples.
Private HDFPrivate HDF
48b241d52d2[svn-r23050] Snapshot version 1.9 release 134
Quincey KoziolQuincey Koziol
a20adf6924c[svn-r23048] Description: Bring r20456 from Coverity branch to trunk: fixed coverity 678, 679 Tested on: Mac OSX/64 10.8.2 (amazon) w/debug (too minor to require h5committest)
Allen ByrneAllen Byrne
b1439fa8103[svn-r23044] Restore build configuration defines for cmake
Private HDFPrivate HDF
9ac4fea3b0e[svn-r23039] Snapshot version 1.9 release 133
Allen ByrneAllen Byrne
670fb1977b0[svn-r23038] Corrected last array assignment to use X-1 values for index.
Allen ByrneAllen Byrne
b06253f5973[svn-r23037] Correct string variable handling/reference Tested: local and windows
Allen ByrneAllen Byrne
4e2e8d118c4[svn-r23036] HDFFV-8202: cmake compare should show differences in log output Tested: local linux
Allen ByrneAllen Byrne
b23a2aebf0f[svn-r23035] Add scalar string test file and tests
Allen ByrneAllen Byrne
3e7f74caf13[svn-r23034] Add scalar string test file and tests
Albert ChengAlbert Cheng
061f0b454cf[svn-r23032] Updated the following sections with information from the v1.8 branch. Supported Platforms Tested Configuration Features Summary More Tested Platforms