summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [svn-r5683] Purpose:Quincey Koziol2002-06-1910-42/+90
| | | | | | | | Version bump Description: I'm making another prerelease available for the SAF team, with some features I'd like them to test, so bump the prerelease number again.
* [svn-r5682] Purpose:Quincey Koziol2002-06-199-34/+34
| | | | | | | | | Update version info. Description: Bump the prelease number to reflect the fact that I gave out a prerelease to the SAF developers yesterday and I don't want to confuse people when we make another prelease tarball.
* [svn-r5681] Purpose:Quincey Koziol2002-06-195-43/+103
| | | | | | | | | | | | | | | | | | | | New feature. Description: There is some discussion among the SAF team as to whether it is better to use MPI derived types for raw data transfers (thus needing a MPI_File_set_view() call), or whether it is better to use a sequence of low-level MPI types (i.e. MPI_BYTE) for the raw data transfer. Solution: Added an internal flag to determine whether derived types are preferred (the default), or whether they should be avoided. An environment variable ("HDF5_MPI_PREFER_DERIVED_TYPES") can be set by users to control whether MPI types should be used or not. Set the environment variable to "0" (i.e.: 'setenv HDF5_MPI_PREFER_DERIVED_TYPES 0') to avoid using MPI derived types. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5678] Purpose:Quincey Koziol2002-06-192-6/+12
| | | | | | | | | | | Code cleanup Description: Changed ifdef name from "VERBOSE" to "BARRIER_CHECKS", to better describe what it affects. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5676] Purpose:Quincey Koziol2002-06-192-18/+4
| | | | | | | | | | | Code improvement Description: Some small code cleanups and took out the code the was turning off the metadata cache for parallel I/O (!) Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5675] Purpose:Quincey Koziol2002-06-1936-193/+182
| | | | | | | | | | Code cleanup Description: Removed more compiler warnings, etc. Platforms tested: Linux 2.2.x (eirene) w/parallel
* [svn-r5673] Elena Pourmal2002-06-191-0/+14
| | | | | | | | | | | Purpose: IA64 fortran port Description: When I did IA64 port, I never checked in the changes Solution: Check in the changes Platforms tested: Titan and OSF1 v5.1
* [svn-r5672] Elena Pourmal2002-06-191-8/+8
| | | | | | | | | | | Purpose: Code clean up Description: On OSF1 systems compiler complained about NGROUPS variable redefinition. Solution: Rename NGROUPS to H5_NGROUPS Platforms tested: OSF1 V5.1 at PSC
* [svn-r5671] Purpose:Quincey Koziol2002-06-193-26/+0
| | | | | | | | | | | Code cleanup Description: Remove "COALESCE_READS" ifdefs, which were brought in by the DPSS VFL driver and are no longer used. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5669] Purpose:Quincey Koziol2002-06-191-0/+4
| | | | | | | | | | Code cleanup Description: Remove debugging printf Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5668] Purpose:Quincey Koziol2002-06-1942-377/+240
| | | | | | | | | | Code cleanup Description: Turn on more warnings in the IRIX builds and clean them up. Platforms tested: IRIX64 6.5 (modi4) w/parallel, both -n32 and the default (-64?) mode
* [svn-r5666] Updated with the two new files,Albert Cheng2002-06-181-0/+2
| | | | | + ./config/powerpc-ibm-aix5.x + ./fortran/config/powerpc-ibm-aix5.x
* [svn-r5665] Purpose:Albert Cheng2002-06-182-2/+56
| | | | | | | | | | | | | | | | | | | | | | | | Porting to AIX 5.x Description: configure.in: fortran/configure.in: Added a case to group all AIX 5.* versions as aix5.x. This allows them to share one common config/*aix5.x file. configure: fortran/configure: Derived from configure.in (done in eirene). config/powerpc-ibm-aix4.x: Added a comment explaining why not to cache sizeof size_t and off_t fortran/config/powerpc-ibm-aix4.x: Turned of cache of sizeof size_t and off_t because they are depedent on compiler options. config/powerpc-ibm-aix5.x: fortran/config/powerpc-ibm-aix5.x: New config file for AIX 5.X Platforms tests: LLNL Blue, Frost, Snow, both serial and parallel. (Snow's parallel does not work yet because it needs the host specific hack in aclocal.m4.)
* [svn-r5664] Purpose:Albert Cheng2002-06-186-8/+106
| | | | | | | | | | | | | | | | | | | | | | | | Porting to AIX 5.x Description: configure.in: fortran/configure.in: Added a case to group all AIX 5.* versions as aix5.x. This allows them to share one common config/*aix5.x file. configure: fortran/configure: Derived from configure.in (done in eirene). config/powerpc-ibm-aix4.x: Added a comment explaining why not to cache sizeof size_t and off_t fortran/config/powerpc-ibm-aix4.x: Turned of cache of sizeof size_t and off_t because they are depedent on compiler options. config/powerpc-ibm-aix5.x: fortran/config/powerpc-ibm-aix5.x: New config file for AIX 5.X Platforms tests: LLNL Blue, Frost, Snow, both serial and parallel. (Snow's parallel does not work yet because it needs the host specific hack in aclocal.m4.)
* [svn-r5663] Purpose:Quincey Koziol2002-06-185-219/+30
| | | | | | | | | | | | | | | | | Bug fix. Description: The chunking code was using internal allocation routines to put blocks on a free list for reuse, instead of using the system allocation routines (ie. malloc, free, etc.). This causes problems when user filters attempt to allocate/free chunks for their algorithm's use. Solution: Switched the chunking code back to using the system allocation routines, we can address performance issues with them if it becomes a real problem. Platforms tested: Linux 2.2.x (eirene) && IRIX64 6.5 (modi4)
* [svn-r5661] Purpose:Quincey Koziol2002-06-186-98/+219
| | | | | | | | | | | | Code optimization Description: Avoid creating MPI types (and thus requiring a MPI_File_set_view() call) when contiguous selections are used for dataset I/O. This should be a performance improvement for those sorts of selections. Platforms tested: Linux 2.2.x (eirene) w/parallel && IRIX64 6.5 (modi4) w/parallel & FORTRAN
* [svn-r5658] Updated with TFLOPS information.Albert Cheng2002-06-171-2/+2
|
* [svn-r5655] Updated.Albert Cheng2002-06-171-4/+21
|
* [svn-r5653] Purpose:Quincey Koziol2002-06-173-30/+94
| | | | | | | | | | | | Code cleanup Description: Use dataset transfer property list to hold information about the MPI types for the current transfer, instead of setting pseudo-global variables in the file's struct. Platforms tested: Linux 2.2.x (eirene) w/parallel & IRIX64 6.5 (modi4) w/parallel & FORTRAN
* [svn-r5652] Purpose:Quincey Koziol2002-06-172-0/+10
| | | | | | | | | | | | Code cleanup Description: Use dataset transfer property list to hold information about the MPI types for the current transfer, instead of setting pseudo-global variables in the file's struct. Platforms tested: Linux 2.2.x (eirene) w/parallel & IRIX64 6.5 (modi4) w/parallel & FORTRAN
* [svn-r5651] Purpose:Quincey Koziol2002-06-173-29/+70
| | | | | | | | | | | | Code cleanup Description: Change MPI-I/O code to use the address of the dataset for the displacement, instead of having a separate displacement value. Removed displacement parameter from H5FD_mpio_setup parameters. Platforms tested: Linux 2.2.x (eirene) w/parallel & IRIX64 6.5 (modi4) w/parallel.
* [svn-r5648] Bugs in src/Makefile and test/Makefile have been resolved.Albert Cheng2002-06-171-43/+4
|
* [svn-r5647] Description:Albert Cheng2002-06-179-34/+34
| | | | | | | | | version information were not updated when 1.4.4-pre1 was created. So, 1.4.4-pre1 actually contained 1.4.4-snap6 in it. Updated the version information to 1.4.4-pre2. Platforms tested: eyeballed all changes. Pretty sure only text changes in some character strings.
* [svn-r5646] Purpose:Bill Wendling2002-06-161-1/+1
| | | | | | | | | | | | | Possible Bug Fix Description: It seems like the h5cc script could pick up old header files instead of the ones that are installed with it.... This is because of nefarious CPPFLAGS settings... Solution: Put the -I$includedir flag first so that it'll look there to get header files before other directories Platforms tested: None...crossing fingers...
* [svn-r5644] Purpose:Bill Wendling2002-06-1616-121/+194
| | | | | | Copyright Update Description: Updated the copyright statement.
* [svn-r5643] Purpose:Bill Wendling2002-06-161-5/+12
| | | | | | | | | | | | Bug Fix Description: A file which was removed was still listed as a file to install. Updated the copyright statement. Solution: Removed the file. Platforms tested: Linux
* [svn-r5642] Frank Baker2002-06-141-159/+158
| | | | | | Purpose: Removed doc/html/DatatypesEnum.html Marked all "HDF5 Tutorial" files _DO_NOT_DISTRIBUTE_.
* [svn-r5641] Frank Baker2002-06-141-3/+8
| | | | | | | | | | | | | | Purpose: Changing "HDF5 Tutorial" link to point to HDF website. Description: Changed the "Tutorial" link to point to the copy on the HDF5 website. Since the Tutorial is not maintained in CVS, the distributed version of the Tutorial is being unlinked and removed from the set of distributed files. It is hoped that we can begin maintaining the Tutorial under CVS prior to Release 1.6 and resume its distribution. Platforms tested: IE 5
* [svn-r5640] Frank Baker2002-06-141-8/+73
| | | | | | | | | | | | | Purpose: (1 & 2) New section for new release and (3) a bugfix. Description: Added "1.4.4 versus 1.4.3" section outline. Added H5Pset/get_small_data_block_size to the "Added functions" subsection in "1.4.4 versus 1.4.3". Fixed H5Tarray_create errors (function name and a parameter datatype were wrong) in "Migration from Release 1.2.2 to Release 1.4.x." Platforms tested: IE 5
* [svn-r5639] Frank Baker2002-06-141-6/+16
| | | | | | | | | | Purpose: Clarified address sizes in "HDF5 Super Block Layout" table. Description: Added note to "HDF5 Super Block Layout" table that the last 5 items are of the size specified in 'Size of Offsets'. Platforms tested: IE 5
* [svn-r5638] Frank Baker2002-06-141-926/+0
| | | | | | | | Purpose: Removing DatatypesEnum.html from doc tree as all material has been incorporated into Datatypes.html. Platforms tested: IE 5
* [svn-r5637] Frank Baker2002-06-141-1/+6
| | | | | | | | | Purpose: Added footer note that file is unused since 1999 when the material was incorporated into Datatypes.html. Next 'commit' will be a 'cvs remove'. Platforms tested: IE 5
* [svn-r5635] Purpose:Quincey Koziol2002-06-142-2/+5
| | | | | | | | | | Default change Description: Enable the use of MPI types for collective I/O by default. Platforms tested: Linux 2.2.x (eirene) w/parallel
* [svn-r5634] Updated.Albert Cheng2002-06-141-1/+1
|
* [svn-r5632] Frank Baker2002-06-141-9/+107
| | | | | | | | | | Purpose: Copy edits and 2 new functions. Description: Added H5Pset/get_small_data_block_size. Copy edits -- several typographic (spelling) corrections. Platforms tested: IE 5
* [svn-r5631] Elena Pourmal2002-06-132-1/+6
| | | | | | | | | | | | | | | | Purpose: Maintenance Description: PSC has new OSF cluster; uname -sr output is OSF1 iam764 V5.1 1885 alpha We have to include inttypes.h file, otherwise compilations fails complaining about nondefined uint64_t type. Solution: Configure defined HAVE_INTTYPES_H macro; (fixed by Quincey) added HAVE_INTTYPES_H and H5_HAVE_INTTYPES_H macros to define if inttypes.h should be included. Platforms tested: OSF5.1 and Solaris 2.7
* [svn-r5629] Purpose:Albert Cheng2002-06-132-153/+4
| | | | | | | | | | | | | | | | | Bug fix Description: Old setup put $(srcdir)/h5redeploy in the install list but this same list is used for clean too, thus the file is removed from source. That is bad. Solution: Set it to use a cp to do it. Need to change the source version name to something else because for one, it is confusing to use the same name. For another, if the build is done in place (i.e., not using --srcdir), the source file is removed, again. So, renamed it with the .in suffix. Who knows, it may take more processing than just cp when more features are added to it. Platforms tested: Eirene
* [svn-r5628] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.cvs2svn2002-06-131-0/+152
|
* [svn-r5626] Updated.Albert Cheng2002-06-131-2/+1
|
* [svn-r5624] Purpose:Albert Cheng2002-06-131-81/+0
| | | | It has been replaced by the more general locate_sw.
* [svn-r5622] Purpose:Albert Cheng2002-06-132-25/+27
| | | | | | | | | | feature Description: Removed the search of HDF4 library specifically. Replaced the locate_hdf4 with a more general locate_sw. Added the search of zlib. Platforms tested: eirene and all hdf group machines.
* [svn-r5620] The TFLOPS configure instructions have been simplified.Albert Cheng2002-06-131-72/+0
| | | | This file is no longer needed or useful.
* [svn-r5618] Purpose:Albert Cheng2002-06-131-1/+0
| | | | | | | | Bug fix Description: removed a debug code that was left in by mistake. Platforms tested: eirene
* [svn-r5616] Purpose:Bill Wendling2002-06-123-5/+5
| | | | | | | | | | | | Bug Fix Description: If a platform doesn't have a GNU "install" program, then that install program might not support the "-d" option which creates directories for you. Solution: Use our "mkdirs" script instead to create a nest of subdirectories. Platforms tested: HP-UX, Linux
* [svn-r5614] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.cvs2svn2002-06-121-0/+283
|
* [svn-r5611] Added h5redeploy to the install list.Albert Cheng2002-06-121-1/+1
| | | | Tested on eirene.