summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7789] Purpose:Quincey Koziol2003-10-299-314/+136
| | | | | | | | | | | | | | | Bug fix & code cleanups Description: Change our use of MPI derived datatypes to not create datatypes with "0-sized" lengths, which causes the LANL Q machine to hang. Also, get rid of "prefer MPI derived datatypes" environment variable since it has no advantage. Platforms tested: FreeBSD 4.9 (sleipnir) w & w/o parallel h5committest
* [svn-r7787] Frank Baker2003-10-292-16/+23
| | | | | | | | | | | | Purpose: Fixes for user-reported Ref Manual bugs: H5Gget_objname_by_idx: corrected 'size' parameter specification H5Sselect_elements: Expanded 'coord' parameter description to make it clear that values are 0-based. Additional minor copy edits and formatting cleanup. Platforms tested: IE 5
* [svn-r7786] Purpose:Quincey Koziol2003-10-296-23/+44
| | | | | | | | | | | | Code cleanup & add a feature Description: Added support for querying the file ID of named datatypes to new H5Iget_file_id function. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7785] Purpose:Pedro Vicente Nunes2003-10-2973-585/+996
| | | | | | | | | | | | | | | | | | | | h5repack new features Description: added a copy routine for all types added a copy routine for attributes commnented some debug messages in h5trav added the verbose option to some h5diff messages Platforms tested: linux solaris 2.5 IRIX Misc. update:
* [svn-r7784] *** empty log message ***Raymond Lu2003-10-298-0/+231
|
* [svn-r7783] Purpose: New featureRaymond Lu2003-10-291-0/+2
| | | | | | | | | | Description: new function H5Iget_file_id. It returns file ID given an obeject (group, dataset, or attribute) ID. Platforms tested: h5committest Misc. update: RELEASE.txt
* [svn-r7781] Purpose:Albert Cheng2003-10-291-2/+5
| | | | | | | | | | | | | "bug fix", sort of. Description: now that stream-vfd is on by default, it does not work for Tflops. Set it to no by default. Platforms tested: Tested in Tflops. Misc. update:
* [svn-r7779] Purpose:Bill Wendling2003-10-281-38/+0
| | | | | | | Regenerated Details: Regenerated because of changes to h5diff and tools library
* [svn-r7778] *** empty log message ***Bill Wendling2003-10-281-0/+250
|
* [svn-r7777] Purpose:Bill Wendling2003-10-282-53/+233
| | | | | | | | | | | Regenerated Description: Regenerated Dependencies files because of changes to the h5diff and tools library. Platforms tested: Linux (small change and just needed to be checked once).
* [svn-r7776] Purpose:Pedro Vicente Nunes2003-10-282-0/+0
| | | | | | | | | | | | | added the new project files for toolslib, h5diff and h5repack Description: Solution: Platforms tested: windows Misc. update:
* [svn-r7775] Purpose:Pedro Vicente Nunes2003-10-281-0/+1
| | | | | | | | | | | | updated manifest for the tools h5diff changes Description: Solution: Platforms tested: Misc. update:
* [svn-r7774] Purpose:Pedro Vicente Nunes2003-10-281-1/+1
| | | | | | | | | | | | | changed the name of one struct in this file Platforms tested: linux, solaris IRIX Misc. update:
* [svn-r7772] Purpose:Bill Wendling2003-10-281-1/+1
| | | | | | | | | | | | Very trivial fix Description: Removed spaces from file that was causing pmake to issue a warning. Platforms tested: Modi4 Misc. update:
* [svn-r7771] Purpose:Bill Wendling2003-10-281-3/+21
| | | | | | | | | | | | | | | | | | | | | | Update Description: Changed the line saying something like: Testing FOO to Fortran API: Testing FOO and C++ API: Testing FOO when appropriate. Platforms tested: Verbena, Arabica, Modi4 Misc. update:
* [svn-r7770] Purpose:Bill Wendling2003-10-282-11/+52
| | | | | | | | | | | | | | More Checks Description: Added checks for correctly working "basename" and "xargs" programs. Mike McKay was having troubles with the xargs. The basename check was just a good idea. Platforms tested: Verbena, Arabica, Modi4 Misc. update:
* [svn-r7769] Purpose:Pedro Vicente Nunes2003-10-2821-330/+347
| | | | | | | | | | | | | moved h5diff "public API" routines to tools/lib folder Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7767] Purpose:Quincey Koziol2003-10-282-51/+24
| | | | | | | | | | | | | Code cleanup Description: Untwist the last few sections of code before starting on fixing the problems with reading off the end of the file in earnest. Platforms tested: FreeBSD 4.9 (sleipnir) FreeBSD 4.9 (sleipnir) w/parallel h5committest not necessary - parallel only changes
* [svn-r7765] Purpose:Quincey Koziol2003-10-283-164/+181
| | | | | | | | | | | | | Code cleanup Description: More collective/independent cleanups to straighten out code contortions. Platforms tested: FreeBSD 4.9 (sleipnir) FreeBSD 4.9 (sleipnir) w/parallel Linux 2.4 (verbena) w/fortran & C++ Solaris 2.7 (arabica) w/64-bit extensions enabled
* [svn-r7763] Purpose:Quincey Koziol2003-10-284-4/+8
| | | | | | | | | | | | | | | | | Bug fix Description: Code was using an internal DXPL with collective I/O turned on during independent I/O operations to fill dataset on disk. Solution: Switched to internal DXPL with independent I/O Platforms tested: FreeBSD 4.9 (sleipnir) FreeBSD 4.9 (sleipnir) w/parallel Linux 2.4 (verbena) w/fortran & C++ Solaris 2.7 (arabica) w/64-bit extensions enabled
* [svn-r7761] Purpose:Quincey Koziol2003-10-281-5/+1
| | | | | | | | | | | Bug fix Description: Correct list of files to install after recent FORTRAN documentation cleanup Platforms tested: FreeBSD 4.9 (sleipnir) w/"make install-doc" h5committest doesn't test this.
* [svn-r7759] Purpose:Quincey Koziol2003-10-281-2/+2
| | | | | | | | | | | | | | Fix serial build Description: I accidentally put the "use_par_opt_io" variable in an #ifdef PARALLEL section. Solution: Hoist it out of parallel section Platforms tested: Eyeballed it - very trivial
* [svn-r7758] Frank Baker2003-10-2726-47/+67
| | | | | | | | | Purpose: Updated footers to "Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0" Platforms tested: IE 5, Safari
* [svn-r7757] Frank Baker2003-10-271-19/+18
| | | | | | Purpose: Standardize short HDF5 docs copyright notice (a trivial change so that DreamWeaver will stop updating it needlessly).
* [svn-r7754] Purpose:Quincey Koziol2003-10-275-57/+89
| | | | | | | | | | | | | Code cleanup Description: Straighten out more goofiness in the MPI code dealing with collective I/O transfers - mostly make certain that a view is set if-and-only-if collective I/O is occurring on raw data (and vice versa for views and independent I/O) Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel & FPHDF5 too minor to repquire h5committest
* [svn-r7752] Frank Baker2003-10-271-12/+0
| | | | | | | | Purpose: Removing the files hdf5/doc/html/fortran/h5*_FORTRAN.html as the content has been integrated into the files hdf5/doc/html/RM_H5*.html
* [svn-r7751] Frank Baker2003-10-2714-7308/+2
| | | | | | | | Purpose: Removing the files hdf5/doc/html/fortran/h5*_FORTRAN.html from CVS as the content has been integrated into the files hdf5/doc/html/RM_H5*.html
* [svn-r7750] Frank Baker2003-10-272-20/+24
| | | | | | | | | | | | | | Purpose: Glossary.html only: Clean up nesting of HTML tags Glossary.html and PredefDTypes.html Add HTML code that facilitates creating PDF version of RM Description: Solution: Platforms tested: Safari, IE 5
* [svn-r7749] Frank Baker2003-10-271-17/+21
| | | | | | | | | | | | Purpose: Add pointer to location where PDF version of RM will be posted shortly In the Fortran90 introductory text: remove text describing presentation of F90 descriptions on separate HTML pages otherwise update discussion Platforms tested: IE 5, Safari
* [svn-r7746] Purpose:Quincey Koziol2003-10-272-116/+0
| | | | | | | | | | | | Code cleanup Description: Remove collective parallel I/O checking code, now that it's impossible to get into this code with collective access enabled. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7744] Purpose:Quincey Koziol2003-10-271-109/+53
| | | | | | | | | | | | | | Code cleanup Description: More refactoring on setup of MPI-IO parameters: hoisted the code to change the transfer mode from collective to independent up into the H5D_read and H5D_write routines, instead of duplicating it inside each of the chunk/contig read/write routines. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7742] Purpose:Quincey Koziol2003-10-271-77/+44
| | | | | | | | | | | | Code cleanup Description: Clean up setup code for collective I/O transfers to make the logic more obvious. Platforms tested: FreeBSD 4.9 (sleipnir) too minor for h5committest
* [svn-r7741] Purpose:Binh-Minh Ribler2003-10-261-1/+6
| | | | | | | | | | | | | | | | Fix example Description: On Solaris 64 (Sol), the output has garbage for a dataset when fill value is not set. Solution: Added setting fill value to the dataset first. Platforms: Only effected C++ API Linux 2.4 (eirene) SunOS sol 5.8 (sol)
* [svn-r7740] Purpose:Binh-Minh Ribler2003-10-262-4/+4
| | | | | | | | | | | | | Minor bug fix Description: Added missing "const" to the first parameter in two functions: DSetCreatPropList::set/getFillValue Platforms: Only effected C++ API SunOS 5.8 (sol) Linux 2.4 (eirene)
* [svn-r7739] Snapshot version 1.7 release 8HDF Admin2003-10-266-16/+23
|
* [svn-r7737] Purpose:Robert E. McGrath2003-10-251-1/+1
| | | | | | | | | | | | | | | bug fix Description: wrong parameter to subroutine call Solution: use correct parameter Platforms tested: verbena Misc. update:
* [svn-r7734] Purpose:Quincey Koziol2003-10-252-3/+148
| | | | | | | | | | | | | | | | | Bug fix Description: Single hyperslab selections (which were set with only one call to H5Sselect_hyperslab) that had dimensions that could be "flattened" but were interspersed with dimensions that could not be flattened were not correctly handled, causing core dumps. Solution: Re-work "flattening" code to handle this case properly. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel h5committest
* [svn-r7733] Purpose:Quincey Koziol2003-10-251-1/+0
| | | | Check if CVS is working correctly now.
* [svn-r7732] Purpose:Quincey Koziol2003-10-251-30/+45
| | | | | | | | | | | | | | | | | Bug fix Description: Single hyperslab selections (which were set with only one call to H5Sselect_hyperslab) that had dimensions that could be "flattened" but were interspersed with dimensions that could not be flattened were not correctly handled, causing core dumps. Solution: Re-work "flattening" code to handle this case properly. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel h5committest
* [svn-r7731] Frank Baker2003-10-241-629/+2028
| | | | | | | | | | | | | | Description: Integrate Fortran90 function descriptions Remove "Non-C APIs" sections; add "Fortran90 Interface" sections Remove note that Fortran APIs are described in a separate window Add h5pset/get_fapl_mpiposix_f Reinstate H5Pget_hyper_vector_size (previously removed in error) Remove H5Pget_hyper_cache (function deprecated in 1.6, removed in 1.8) Minor copy edits and formatting Platforms tested: IE 5, Safari
* [svn-r7730] Frank Baker2003-10-241-4/+7
| | | | | | | | Purpose: Edit Fortran90 description, h5zfilter_avail_f Platforms tested: Safari
* [svn-r7725] Purpose:Quincey Koziol2003-10-245-220/+320
| | | | | | | | | | | | Code cleanup Description: Refactored handlier of VFL drivers in file access and data transfer property lists in order to simplify and unify the code dealing with them. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7724] Purpose:Quincey Koziol2003-10-241-2/+2
| | | | | | | | | | | | Bug fix Description: Change "H5_HAVE_PARALLEL" to "H5_HAVE_FPHDF5" around VFL ID, to prevent daily builds from failing. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel too specialized to require h5committest
* [svn-r7720] Frank Baker2003-10-231-45/+69
| | | | | | | | | | Purpose: Integrate Fortran90 function descriptions Remove "Non-C APIs" sections; add "Fortran90 Interface" sections Remove note that Fortran APIs are described in a separate window Platforms tested: Safari
* [svn-r7719] Frank Baker2003-10-231-277/+1009
| | | | | | | | | | | | Purpose: Integrate Fortran90 function descriptions Remove "Non-C APIs" sections; add "Fortran90 Interface" sections Remove note that Fortran APIs are described in a separate window Touch up function index Minor format fixes and copy edits Platforms tested: Safari
* [svn-r7717] Purpose:Pedro Vicente Nunes2003-10-239-30/+433
| | | | | | | | | | | | | | | new features of h5repack Description: added copy routine added parsing of command line arguments Platforms tested: linux, solaris, IRIX Misc. update:
* [svn-r7715] Purpose:MuQun Yang2003-10-231-0/+0
| | | | | | | | | | | | | | update project Description: 1. testhdf5 needs to depend on libtest.lib 2. Update installhdf5lib.bat to make it convenient for cpp installation. Solution: Platforms tested: Misc. update:
* [svn-r7714] Elena Pourmal2003-10-233-158/+2
| | | | | | | | | | | | | Purpose: Maintenance Description: h5createU8 utility is an old h5import utility; removed Solution: Platforms tested: arabica Misc. update:
* [svn-r7711] Purpose:Pedro Vicente Nunes2003-10-221-0/+0
| | | | | | | | | | | | added new windows projects for h5diff and h5repack Description: Solution: Platforms tested: Misc. update:
* [svn-r7710] Purpose:Pedro Vicente Nunes2003-10-221-0/+0
| | | | | | | | | | | | | forgot to add the new h5diff test project Description: Solution: Platforms tested: Misc. update: