diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-11-04 00:23:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-11-04 00:23:05 (GMT) |
commit | db6c7feefa9830617be0d98c6d6043c377da9ded (patch) | |
tree | 1eb854008d457fec0860f6c9f327e7e51cb98332 /testpar | |
parent | 2370f434a72c6b9c5721b8ed5fcab932dd3694c9 (diff) | |
download | hdf5-db6c7feefa9830617be0d98c6d6043c377da9ded.zip hdf5-db6c7feefa9830617be0d98c6d6043c377da9ded.tar.gz hdf5-db6c7feefa9830617be0d98c6d6043c377da9ded.tar.bz2 |
[svn-r1818] Testpar have been integrated. File no longer needed.
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/README | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/testpar/README b/testpar/README deleted file mode 100644 index a09ccec..0000000 --- a/testpar/README +++ /dev/null @@ -1,44 +0,0 @@ - hdf5/testpar/README - ------------------- - (last update: Aug the 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: - -1a) Makefile.irix64 is one that works for IRIX64 -64 platform. - You may use it as a template to create Makefile for other platforms. - -1b) Makefile.ascired is one that works for the ASCI Red platform. - -2) "make all -f Makefile.xxxxx >&! make.out1" creates testphdf5. - -3) "make test -f Makefile.xxxxx >&! make.out2" runs testphdf5. - - When running "make test -f Makefile.xxxxx" the line that executes is: - $(RUN) testphdf5 $(TEST_FLAGS) - - For the ASCI Red users: - In the file Makefile.ascired, the variables RUN and TEST_FLAGS are: - - RUN=yod -sz 8 - TEST_FLAGS=-f "pfs:/pfs/multi/tmp_1/your_own" - - The TEST_FLAGS variable contains an optional file prefix which needs - to be changed to your own Intel PFS directory name. - - /* change "your_own" to your own directory name */ - - RUN=yod -sz 8 - TEST_FLAGS=-f "pfs:/pfs/multi/tmp_1/my_dir" - - After the above change to Makefile.ascired, upon execution of - "make test -f Makefile.ascired >&! make.out2", - the prefix will be attached to filenames in testphdf5 at execution. - - ----- -Questions? Send mail to -hdfparallel@ncsa.uiuc.edu |