summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-11-27 17:11:37 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-11-27 17:11:37 (GMT)
commit1c80e0216fc080c996f35801e8b0654fa7d4db2d (patch)
tree0d59e1797fa0cd6e4d61ef872185b105ac92fdd0 /testpar/Makefile.in
parent600b2f08b8cd7cbefe030fab01b41366b9e077dd (diff)
downloadhdf5-1c80e0216fc080c996f35801e8b0654fa7d4db2d.zip
hdf5-1c80e0216fc080c996f35801e8b0654fa7d4db2d.tar.gz
hdf5-1c80e0216fc080c996f35801e8b0654fa7d4db2d.tar.bz2
[svn-r7897] Description:
Added *.clog which are generated by the MPE option, to the CLEAN list. Platforms tested: Tested in copper which supports the MPE option. Misc. update:
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r--testpar/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 867c8b6..5dab28d 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -1,4 +1,3 @@
-## hdf5 Parallel Library Test Makefile(.in)
##
## Copyright by the Board of Trustees of the University of Illinois.
## All rights reserved.
@@ -12,6 +11,8 @@
## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have
## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.
##
+## hdf5 Parallel Library Test Makefile(.in)
+##
top_srcdir=@top_srcdir@
top_builddir=..
srcdir=@srcdir@
@@ -35,7 +36,10 @@ TEST_SCRIPTS=testph5.sh
PROGS=$(TEST_PROGS_PARA) testphdf5
## Temporary files
-MOSTLYCLEAN=ParaEg[123].h5f
+## MPItest.h5 is from t_mpi
+## Para*.h5 are from testphdf
+## *.clog are from MPE option
+MOSTLYCLEAN=MPItest.h5 Para*.h5 *.clog
DISTCLEAN=go Makefile testph5.sh
## Test source files