summaryrefslogtreecommitdiffstats
path: root/perform/Dependencies
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9902] Purpose:James Laird2005-02-011-345/+0
| | | | | | | | | | | | | | | Configuration feature Description: HDF5 now uses automake to generate Makefiles Solution: Makefile.in files are now generated from Makefile.am files. To reconfigure (after chaning a Makefile.am or configure.in): /bin/sh bin/reconfigure.sh Platforms tested: Many
* [svn-r8983] Purpose:Quincey Koziol2004-08-021-342/+342
| | | | | | | | | | | | Update dependencies Description: Update dependencies after config/depend1.in bugfix Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel IRIX64 6.5 (modi4) h5committested
* [svn-r8618] Purpose:Quincey Koziol2004-06-051-3/+21
| | | | Fix makefiles, dependencies & manifest after source file rename.
* [svn-r8495] Purpose:Quincey Koziol2004-05-081-324/+324
| | | | | | | | | | | | | | Bug fixes Description: Updated dependencies Fixed error with C++ compiler builds of main library Added H5Pset_data_transform to MPE info Platforms tested: FreeBSD 4.9 (sleipnir)
* [svn-r8128] Purpose:Quincey Koziol2004-01-311-33/+33
| | | | Update dependencies after restructuring of MPI stuff
* [svn-r7914] Purpose:Albert Cheng2003-12-051-0/+50
| | | | | | | | | | | | Regenerate the Dependencies files if needed. Description: Solution: Platforms tested: Misc. update:
* [svn-r7626] Purpose:Quincey Koziol2003-10-141-7/+14
| | | | | | | | Update dependencies and tracing information Platforms tested: Linux 2.4 (verbena) w/FORTRAN too minor for h5committest
* [svn-r7352] Purpose:Quincey Koziol2003-08-131-0/+7
| | | | | | | Updated dependencies Platforms tested: h5committested
* [svn-r7274] *** empty log message ***Bill Wendling2003-07-291-8/+8
|
* [svn-r6576] Purpose:Quincey Koziol2003-04-031-70/+17
| | | | | | | | | | | | | | Cleanup Description: Update dependencies. Solution: Platforms tested: Linux 2.4 (eirene) Misc. update:
* [svn-r6412] Purpose:Quincey Koziol2003-02-171-5/+10
| | | | | | | | | | Code cleanup Description: Update dependencies and clean up a few warnings. Platforms tested: Linux 2.2 (eirene) w/parallel
* [svn-r6255] Purpose:Quincey Koziol2003-01-091-5/+64
| | | | | | | | | | Code cleanup Description: Clean up a few more warnings and update dependencies. Platforms tested: Linux 2.2.18smp (eirene) serial & parallel
* [svn-r5983] Purpose:Quincey Koziol2002-10-141-7/+7
| | | | More fixups to the Dependencies files...
* [svn-r5981] Purpose:Quincey Koziol2002-10-141-93/+84
| | | | Regenerate Dependencies files.
* [svn-r5477] Purpose:Albert Cheng2002-05-291-83/+66
| | | | | | updated the Dependencies file Platforms tested: no test.
* [svn-r4757] Purpose:Albert Cheng2001-12-301-9/+107
| | | | | | | | | | | | | | | | | | Removing the DPSS (gridstorage) driver source code. Description: The DPSS (using Grid-Storage) driver is retired. Removed the configure option with-gridstorage from configure.in. Cvs remove the following files ./src/H5FDdpss.c ./src/H5FDdpss.h ./test/dpss_read.c ./test/dpss_write.c Regenerated Dependencies files (some had to be hand-edited since 'make depend' did not cover them.) Removed reference to DPSS Virtual file driver from H5F.c. Platforms tested: modi4 (Parallel; -with-gass=...), eirene, arabica (fortran, cxx).
* [svn-r4592] Purpose:Albert Cheng2001-11-071-4/+70
| | | | | | | | | | | | | New addition Description: Initial version of the Parallel I/O performance measurement program. Not fully implemented yet but checking them in before I may destroy them by accident. Don't run this in small file system (like AFS or eirene) since it generates gigabytes test files. Platforms tested: modi4 64bits. It compiled and ran but took a long time because the current test parametes are too "wild".
* [svn-r4349] Purpose:Quincey Koziol2001-08-141-0/+114
Bug fix Description: Add missing dependency file. Platforms tested: FreeBSD 4.4 (hawkwind)