hdf5/testpar
Robb Matzke 6470e417e8 [svn-r1515] Changes since 19990715
----------------------

./Makefile.in		[1.3]
./examples/Makefile.in	[1.3]
./pablo/Makefile.in	[1.3]
./src/Makefile.in	[1.3]
./test/Makefile.in	[1.3]
./testpar/Makefile.in	[1.3]
./tools/Makefile.in	[1.3]
./config/commence.in	[1.3]
./config/conclude.in	[1.3]
./config/depend.in	[1.3]
	Added a `.PATH' target for Irix pmake which is identical to
	the VPATH used by most other `make' programs. Irix 6.5 (or
	6.4?) and later `make' ignores VPATH.

	Started all beginning-of-line comments with `##' instead of
	just `#' because Irix `pmake' barfs on things like the
	following because it sees the `# if' as a directive:

		# make will barf on the following line
		# if running Irix pmake


./config/commence.in	[1.3]
	Added empty definitions for optional `make' macros because
	Irix pmake complains if it sees a macro which has never been
	defined. The main body of the Makefiles can redefine these
	macros to whatever they need.
1999-07-19 14:56:57 -05:00
..
Makefile.in [svn-r1515] Changes since 19990715 1999-07-19 14:56:57 -05:00
README [svn-r634] *** empty log message *** 1998-08-31 14:07:58 -05:00
t_dset.c [svn-r1417] t_mpi.c: 1999-07-02 19:27:36 -05:00
t_file.c [svn-r1071] Moved the MPI test to a file of its own (t_mpi.c) for future addition 1999-02-16 23:39:22 -05:00
t_mpi.c [svn-r1417] t_mpi.c: 1999-07-02 19:27:36 -05:00
testphdf5.c [svn-r1417] t_mpi.c: 1999-07-02 19:27:36 -05:00
testphdf5.h [svn-r1465] src/H5Fmpio.c: 1999-07-12 12:37:58 -05:00

		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