summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5752] Purpose:Albert Cheng2002-07-022-11/+32
| | | | | | | | | | Bug fix Description: POSIX contigous pattern error corrected. Added detection if xfer buffer is actually too big. Added environment variables settings in help page. Platforms tested: modi4 pp
* [svn-r5751] Frank Baker2002-07-0257-60/+60
| | | | | | | Purpose: Updated R1.4.4 release date from June to July 2002. Platforms tested: IE 5
* [svn-r5750] Frank Baker2002-07-021-2/+22
| | | | | | | Purpose: Inserted short copyright notice in HTML source file comment. Platforms tested: IE 5
* [svn-r5749] Frank Baker2002-07-011-21/+30
| | | | | | | | | Description: Added H5Tget_member_index to "Added functions" list. Formatting changes "Added/Changed/Removed functions" section. Copy-edits in the RELEASE.txt/HISTORY.txt section. Platforms tested: IE 5
* [svn-r5748] Frank Baker2002-07-011-11/+33
| | | | | | | | | | | Purpose: Updated and added links. Description: Updated link to "Supported Configuration Features Summary" table. Added links to ADGuide/RELEASE.txt and ADGuide/HISTORY.txt. Minor formatting fixes. Platforms tested: IE 5
* [svn-r5747] Frank Baker2002-07-011-1/+2
| | | | | | | | | Purpose: Revised copyright statement per request of UI attorney. Description: Added ", as appropriate for the name(s) to be used" to bullet 5. Platforms tested: Viewed in vi.
* [svn-r5746] Frank Baker2002-07-011-2/+3
| | | | | | | | | Purpose: Revised copyright statement per request of UI attorney. Description: Added ", as appropriate for the name(s) to be used" to bullet 5. Platforms tested: IE 5
* [svn-r5745] Frank Baker2002-07-011-3/+3
| | | | | | | | | | Purpose: Update H5FDread parameter. Description: H5FDread: Added 'type' parameter. (Fixes an unreported bug.) Minor copy-edit in footer. Platforms tested: IE 5
* [svn-r5744] Frank Baker2002-07-011-7/+118
| | | | | | | | | | | Purpose: Update variable-length datatype info. Description: Added "Bit Field for Varaible-length Types (Class 9)" table. Added "Properties for Varaible-length Types (Class 9)" table. Corrected several minor typos. Platforms tested: IE 5
* [svn-r5741] Purpose:Quincey Koziol2002-07-012-47/+37
| | | | | | | | | | | Revert previous reversion... :-) Description: Found that the bug was actually in the library, not the benchmark, so revert back to the previous version I checked in. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5739] Purpose:Quincey Koziol2002-07-011-2/+6
| | | | | | | | | | | | | | | Bug fix. Description: 1-D non-contiguous hyperslabs were erroneously being detected as contiguous and were causing incorrect behavior for parallel I/O benchmark (and parallel programs in general). Solution: Modified algorithm to handle 1-D case correctly. Platforms tested: IRIX64 6.5 (modi4)
* [svn-r5738] Frank Baker2002-07-011-63/+66
| | | | | | | Purpose: Inserting R1.4.4 version of "Supported Configuarion Features Summary". Platforms tested: Viewed in vi.
* [svn-r5737] Purpose:Bill Wendling2002-07-013-38/+47
| | | | | | | | | | Bug Fix Description: CVS merges went kablooey on us (it's a technical term). Solution: Remerged my changes with Quincey's changes. Platforms tested: Linux
* [svn-r5735] Purpose:Quincey Koziol2002-07-013-693/+781
| | | | | | | | | | | | | | | Lots of changes. Description: Added the "block size" stuff for MPI-I/O. Rearranged the engine to use bytes as the basic unit for everything, instead of converting back and forth between ints & bytes. Hoisted lots of invariant code out of main benchmark loop. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5734] Description:Albert Cheng2002-07-011-1/+7
| | | | | | | | | | The nerror needed a (long_long) cast in order to print correctly by HDfprintf. Also block off the compiling of the gpfs stubs since they are not used yet. This eliminated some compiler warnings of defined but not used routines. Platforms tested: modi4, eirene, burrwhite.
* [svn-r5733] Change the wording of the message from "current directory" toAlbert Cheng2002-07-011-2/+2
| | | | | | "current setting". latforms tested: Modi4
* [svn-r5732] Purpose:Bill Wendling2002-07-012-74/+70
| | | | | | | | | | | | | Feature Revision Description: We're now forgetting the file size and concentrating on how many elements per process per dataset we want to write. The user specifies how many datasets, how many processes to run, and how many elements each process is going to write per dataset. We can calculate the size of the file from that information. Platforms tested: Linux (pp)
* [svn-r5731] Purpose:Albert Cheng2002-07-013-135/+308
| | | | | | | | | | New feature Description: Restored the old code for interleaved access for POSIX API. Added interleaved access for PHDF5 API. MPIO API for interleaved access is not working yet. Platforms tested: Modi4(pp), serial, eirene (pp).
* [svn-r5730] Purpose:Bill Wendling2002-07-014-12/+23
| | | | | | | | | | | Feature Add Description: Install the h5perf program (previously called pio_perf). This required the libh5test library to be compiled statically. I copied how things were compiled statically for the h5tools library into the test/Makefile.in. Platforms tested: Linux
* [svn-r5725] Purpose:Bill Wendling2002-06-283-10/+2
| | | | | | | | | | | Bug Fix Description: Removed reference to the Tutor/ directory in the doc tree since we aren't going to distribute it for this release. Solution: Removed the references from the configure and appropriate Makefile.in Platforms tested: Linux
* [svn-r5724] Raymond Lu2002-06-271-3/+2
| | | | | | | | | | | Purpose: bug fix Description: In H5HG_remove, heap object header wasn't included for size("need" in H5HG_remove). Solution: Added heap object header size in. Platforms tested: Linux 2.2(eirene).
* [svn-r5722] Snapshot version 1.4 release 4 (pre5)HDF Admin2002-06-2710-74/+136
|
* [svn-r5721] MuQun Yang2002-06-271-1/+2
| | | | | | | | Purpose: update install on windows doc. Description: Solution: Platforms tested:
* [svn-r5719] Purpose:Quincey Koziol2002-06-273-95/+180
| | | | | | | | | | New Feature Description: Added support for collective I/O with MPI and HDF5 access methods. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5717] Purpose:Quincey Koziol2002-06-273-195/+150
| | | | | | | | | | | | New Feature Description: Added interleaved block pattern to MPI and HDF5 access methods. Also, changed the blocks to just use the same size as the regular blocks for I/O, instead of a separate block size. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5715] Description:Albert Cheng2002-06-271-1/+1
| | | | | | Fixed a typo in LT_LINK_EXE=... line. Platforms tested: Eirene (pp), arabica, modi4
* [svn-r5714] MuQun Yang2002-06-261-3/+2
| | | | | | | | Purpose: remove zlib related old info. Description: Solution: Platforms tested:
* [svn-r5713] MuQun Yang2002-06-261-8/+7
| | | | | | | | Purpose: correct typos. Description: Solution: Platforms tested:
* [svn-r5712] Elena Pourmal2002-06-261-21/+5
| | | | | | | Purpose: Maintenance Description: Updated INSTALL_Windows_withF90.txt for the upcomin release
* [svn-r5711] Raymond Lu2002-06-261-1/+3
| | | | | | | | | Purpose: Information update. Description: Added IA-32 platform result. Platforms tested: platinum.
* [svn-r5709] Purpose:Bill Wendling2002-06-254-6/+6
| | | | | | Feature Fix Description: Changed NPROCS to 2 instead of 3.
* [svn-r5708] Purpose:Bill Wendling2002-06-254-21/+29
| | | | | | | | | | | | Bug Fix Description: I was nullifying the RUNPARALLEL and other macros when I shouldn't have been (they were set to sensible things). I also ported the RUNPARALLEL macros from the hdf5/config directory to the hdf5/fortran/config directory for the powerpc-ibm-[45].x files. Solution: Removed the offending 'RUNPARALLEL=""' lines. Also changed default number of processes to 3 instead of 2.
* [svn-r5706] Purpose:Quincey Koziol2002-06-251-0/+4
| | | | | | | | | | | | | | Bug Fix. Description: Contiguous types created for "all" and contiguous hyperslab selections was not being committed before using them. Solution: Commit them. :-) This fixes the problems on the LLNL Blue Pacific machine. Platforms tested: LLNL Blue Pacific w/parallel.
* [svn-r5705] MuQun Yang2002-06-251-3/+12
| | | | | | | | | | Purpose: Update release doc for windows-specified issue. Description: Things like zlib out, binary and source with different zlib and backward compatible are addressed. Solution: Platforms tested:
* [svn-r5704] MuQun Yang2002-06-251-32/+28
| | | | | | | | | Purpose: update INSTALL_Windows.txt Description: zlib is moved out of HDF5 source tree, re-arrange the project file. Solution: Platforms tested:
* [svn-r5703] Purpose:Bill Wendling2002-06-251-6/+12
| | | | | Described the removal of the H4 to H5 tools from the main source tarball...
* [svn-r5702] Elena Pourmal2002-06-251-1/+4
| | | | | | | | Purpose: Maintenance Description: Added information about overloaded h5dwrite(read)_f and h5awrite(read)_f functions in 1.4.4 release.
* [svn-r5700] Purpose:Bill Wendling2002-06-251-24/+24
| | | | | | | | | | | | Bug Fix Description: Making of the programs when using the --srcdir option didn't work. It couldn't find the files to compile. Solution: Specified where the files are by prepending the $(srcdir) macro to them. Platforms tested: Linux
* [svn-r5699] Purpose:Quincey Koziol2002-06-251-9/+31
| | | | Added "Performance Improvements" section.
* [svn-r5698] Elena Pourmal2002-06-251-5/+3
| | | | | | | | Purpose: Maintenance Description: I forgot to describe C compiler flag -DIA64 that should be specified in order to build Fortran Library on IA64.
* [svn-r5697] Elena Pourmal2002-06-251-15/+31
| | | | | | | | Purpose: Maintenance Description: Did more clean-up of the "Tested Platforms" section and added information how to build with Intel Fortran compiler.
* [svn-r5695] Purpose:Quincey Koziol2002-06-251-2/+2
| | | | Update FreeBSD version info.
* [svn-r5694] Elena Pourmal2002-06-251-4/+10
| | | | | | | Purpose: Maintenance Description: Updated information about AIX 5.1, SV1 and Linux 2.4 testing platforms.
* [svn-r5693] Purpose:Bill Wendling2002-06-241-15/+23
| | | | | | | | | | | Feature Fix Description: Made the h5cc build command visible. Also updated the copyright statement... Solution: Removed the "@" from the front of the command... Platforms tested: Linux
* [svn-r5691] Purpose:Bill Wendling2002-06-241-24/+24
| | | | | | | | | | | | | | Bug Fix Description: The 'make' in the examples directory was using the "h5cc" script, but was also trying to make things the old-fashioned way (with libtool). This was causing problems on machines...there'd be conflicts and such, since h5cc doesn't use libtool... Solution: Stopped it from using libtool in the first place by having the compilation rule go directly from the .c file to the executable. Platforms tested: Linux
* [svn-r5689] Purpose:Quincey Koziol2002-06-242-21/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug Fix Description: When parallel I/O is used, the MPI-I/O VFL driver uses a "lazy" model to call MPI_File_set_view() in order to reduce the number of calls to this function. However, this is unsafe, because if a collective I/O which uses MPI derived types (and thus uses MPI_File_set_view()) is immediately followed by an independent I/O, the code will attempt to call MPI_File_set_view() in order to switch back to the default view of the file. MPI_File_set_view() is a collective call however, and this causes the application to hang. Solution: Removed "lazy" MPI_File_set_view() code, instead set the file view when it is needed (with MPI derived types) and immediately set the file view back to the default view before leaving the I/O routine. Platforms tested: IRIX64 6.5 (modi4) w/parallel. Also, tested with the latest development and release code for the SAF library, which now works correctly with this change. (Although the release branch of the SAF library seems to have a bug, this 1.4.4 release candidate code gets as far as the version the SAF library is released on top of (1.4.2-patch1, I believe)).
* [svn-r5688] Description:HDF Admin2002-06-209-34/+34
| | | | | | | Make a tarball of 1.4.4-pre4 that contains CVS stuff for easier commit later. Bump up version information by bin/h5vers -i. Platforms tested: No test since this is the same process the release script will do.
* [svn-r5687] MuQun Yang2002-06-201-0/+0
| | | | | | | | | | Purpose: update fortran zip file Description: the effect of moving zlib out of windows hdf5 source tree makes the update of all fortran related project settings. Solution: Platforms tested: windows 2000
* [svn-r5685] Purpose:Albert Cheng2002-06-202-2/+2
| | | | | | | | | | | | | Special hack fix for snow.llnl.gov. aclocal.m4: Snow's names were not included in the special hack. Added its names in. Removed the trailing * in pacific.llnl.gov too. configure: Derived from aclocal.m4 Platforms tested: Snow of LLNL. Verified with Blue that everything still works.
* [svn-r5684] MuQun Yang2002-06-191-0/+0
| | | | | | | | | | | Purpose: move zlib out of windows source distribution tree Description: Need to update most project settings to reflect this change Expect zlib library is installed at c:/zlib114/lib and c:/zlib114/dll Solution: Platforms tested: windows 2000