diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-02-16 14:06:43 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-02-16 14:06:43 (GMT) |
commit | 19f84beeb74637b705576e8a7e1c8f3cdb863ba6 (patch) | |
tree | 347ce0b793a3935d615977442aa8a327f387e545 | |
parent | 616d0cb816fb9e5d2c3459f47c8c3e89d4ab16e0 (diff) | |
download | hdf5-19f84beeb74637b705576e8a7e1c8f3cdb863ba6.zip hdf5-19f84beeb74637b705576e8a7e1c8f3cdb863ba6.tar.gz hdf5-19f84beeb74637b705576e8a7e1c8f3cdb863ba6.tar.bz2 |
[svn-r281] Initial version.
-rw-r--r-- | testpar/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testpar/README b/testpar/README new file mode 100644 index 0000000..dea3b8a --- /dev/null +++ b/testpar/README @@ -0,0 +1,23 @@ + hdf5/testpar/README + ------------------- + (last update: Feb 16 1998) + +This directory holds tests for the parallel HDF5 library. It is in +its "infancy" and is not integrated with the rest of the HDF5 software +yet. It will be smothed out in the next release. + +Steps to compile and test: + +1) Makefile.irix64 is one that works for IRIX64 -64 platform. + You may use it as a template to create Makefile for other platforms. + +2) "make all" creates two tests. testphdf5 uses parallel I/O access + while shdf5 does the same tests but uses the default sequential I/O + access. + +3) "make test" runs both tests. + + +---- +Questions? Send mail to +hdfparallel@ncsa.uiuc.edu |