diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-04-13 04:35:49 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-04-13 04:35:49 (GMT) |
commit | 851b448c9d105dfd821b4fe388b272044d2d8ccd (patch) | |
tree | 77fcba4b741619d17ac1514d6906a7625dee94dd /testpar/Makefile.irix64 | |
parent | 33a49221fccc5adc7ec9c5a556be4f6cb72f4e34 (diff) | |
download | hdf5-851b448c9d105dfd821b4fe388b272044d2d8ccd.zip hdf5-851b448c9d105dfd821b4fe388b272044d2d8ccd.tar.gz hdf5-851b448c9d105dfd821b4fe388b272044d2d8ccd.tar.bz2 |
[svn-r344] Added collective access tests to testphdf5.c.
Changed the data file names to *.h5f to avoid potential mixup
with the split file convention.
Diffstat (limited to 'testpar/Makefile.irix64')
-rw-r--r-- | testpar/Makefile.irix64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.irix64 b/testpar/Makefile.irix64 index 0816cef..b1bbada 100644 --- a/testpar/Makefile.irix64 +++ b/testpar/Makefile.irix64 @@ -19,7 +19,7 @@ CPPFLAGS=-I. -I../src $(MPI_INC) RM=rm -f # temporary test files that can be cleaned away -MOSTLYCLEAN=ParaEg1.h5 Eg1.h5 shdf5.c go +MOSTLYCLEAN=ParaEg1.h5f ParaEg2.h5f Eg1.h5f Eg2.h5f shdf5.c go # The default is to build the library and programs. all: testphdf5 |