summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_parallel
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-07-30 08:45:24 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-07-30 08:45:24 (GMT)
commit3eea878166d973053083d2352703e94be020ce3f (patch)
treee6b469ac2562fe01c7c83aa437d785a364b9fb59 /release_docs/INSTALL_parallel
parent162e324e8271d5ac11936f9fbcc0aa6fdb56e31f (diff)
downloadhdf5-3eea878166d973053083d2352703e94be020ce3f.zip
hdf5-3eea878166d973053083d2352703e94be020ce3f.tar.gz
hdf5-3eea878166d973053083d2352703e94be020ce3f.tar.bz2
[svn-r4272] Purpose:
revised/updated for 1.4.2 release Platforms tested: Eyeballed.
Diffstat (limited to 'release_docs/INSTALL_parallel')
-rw-r--r--release_docs/INSTALL_parallel15
1 files changed, 15 insertions, 0 deletions
diff --git a/release_docs/INSTALL_parallel b/release_docs/INSTALL_parallel
index e2a0709..1bc8cb2 100644
--- a/release_docs/INSTALL_parallel
+++ b/release_docs/INSTALL_parallel
@@ -175,3 +175,18 @@ the same directory as `mpicc':
The `$${NPROCS:=3}' will be substituted with the value of the NPROCS
environment variable at the time `make check' is run (or the value 3).
+
+
+4. Parallel tests
+-----------------
+
+The testpar/ directory contains tests for Parallel HDF5 and MPI-IO.
+The t_mpi tests the basic functionalities of some MPI-IO features used by
+Parallel HDF5. It usually exits with non-zero code if a required MPI-IO
+feature does not succeed as expected. One exception is the testing of
+accessing files larger than 2GB. If the underlaying filesystem or if
+the MPI-IO library fails to handle file sizes larger than 2GB, the test
+will print informational essages stating the failure but will not exit
+with non-zero code. Failure to support file size greater than 2GB is
+not a fatal error for HDF5 becuase HDF5 can use other file-drivers such
+as families of files to by pass the file size limit.