Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r4972] Description: | Albert Cheng | 2002-02-15 | 1 | -58/+28 |
| | | | | | | Cleaned out lots of warnings. Platforms tested: modi4 and eirene (parallel) | ||||
* | [svn-r4879] Purpose: | Albert Cheng | 2002-01-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | Bug fix Description: $TEST_PROG_PARA was included in the serial tests. $TEST_PROG_PARA was not dependent on $LIBHDF5 (it should.) Solution: Adjusted the file to fix both problems. Platforms tested: eirene (pp, linux 2.2.), dangermouse (pp, linux 2.4) modi4 (pp, -64) and modi4 serial (to verify that ph5example was not tested at all.) | ||||
* | [svn-r3846] Description: | Albert Cheng | 2001-04-24 | 1 | -1/+1 |
| | | | | | | updated revision date. Platforms tested: modi4 (serial and parallel) | ||||
* | [svn-r3842] Purpose: | Albert Cheng | 2001-04-24 | 1 | -0/+1018 |
New feature Description: Added a parallel HDF5 example. make check knows how to run it in serial mode but not in parallel mode since the current makefile has no provision for parallel code execution. One would have to do it by hand (e.g., mpirun -np 2 ./ph4example) Platforms tested: modi4 (serial and parallel) |