From a7d0a58592bd6b336cb4b9333d46d7cc53e85ff0 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sun, 24 Aug 2003 01:00:54 -0500 Subject: [svn-r7396] Purpose: Bug fix Description: Temporary files were not cleaned out because the definiton of temporary files had not been updated. Solution: Updated it. Platforms tested: Tested by hand in Copper while i was testing the MPE change. Misc. update: --- testpar/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testpar/Makefile.in b/testpar/Makefile.in index f5fa45d..5dab28d 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -36,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 -- cgit v0.12