hdf5/testpar
Paul Harten 1bdb53fb6a [svn-r461] Purpose:
The purpose of the change is to correct the H5 filenames declared in
    testphdf5.c when used on the Intel TFLOP PFS system.

Problem:
    The ROMIO library complains of the H5 filenames having no "piofs:",
    "pfs:", "ufs:", or "nfs:" prefixes on the filenames.  The only type
    currently recognized are the "pfs:" prefixes, and the files must
    reside in the Intel TFLOP PFS system: /pfs.

Solution: (REQUIRED)
    The compile flag -DPOOMA_ARCH=TFLOP is added to the list of CFLAGS in
    Makefile.ascired located in the parallel test directory.  This compile
    flag will allow a special set of filenames to be used when compiling
    testphdf5.c on the Intel TFLOP.  In addition, instructions to editing
    the filenames in testphdf5.c to reside in the user's own /pfs directory
    are included in INSTALL.ascired.

Platform tested:
    Intel TFLOP
1998-07-07 16:09:07 -05:00
..
Makefile.ascired [svn-r461] Purpose: 1998-07-07 16:09:07 -05:00
Makefile.irix64 [svn-r439] Changed the PHDF test programs substantially. Used to be just one 1998-07-01 16:33:35 -05:00
README [svn-r281] Initial version. 1998-02-16 09:06:43 -05:00
t_dset.c [svn-r449] Corrected some grammar errors in the debug messages. 1998-07-05 18:08:11 -05:00
t_file.c [svn-r449] Corrected some grammar errors in the debug messages. 1998-07-05 18:08:11 -05:00
testphdf5.c [svn-r461] Purpose: 1998-07-07 16:09:07 -05:00
testphdf5.h [svn-r448] Updated with more tests for extendable datasets such as testing 1998-07-05 17:58:37 -05:00

		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