summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-05-31 15:04:43 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-05-31 15:04:43 (GMT)
commitcb8c548529f40149eb23028356b2ccd103cf86e7 (patch)
treeecb37521b0e70264e9f70a9f4ed0792e3f985b0b
parentd4c5a3af25574faa40b6b14766e1a1d93c12b79a (diff)
downloadhdf5-cb8c548529f40149eb23028356b2ccd103cf86e7.zip
hdf5-cb8c548529f40149eb23028356b2ccd103cf86e7.tar.gz
hdf5-cb8c548529f40149eb23028356b2ccd103cf86e7.tar.bz2
[svn-r10830] Purpose:
Cleanup. Description: The parallel fortran test was entered under $TEST_PROGS which is for serial tests. This worked because $RUNTEST is hardset to $RUNPARALLEL. Solution: Moved the parallel test to $TEST_PROGS_PARA and removed the setting of $RUNTEST. Platforms tested: Tested in heping in PP mode only as this is pretty trivial. Misc. update:
-rw-r--r--fortran/testpar/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index 0bbe258..44f1c15 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -30,11 +30,8 @@ FTLIB = ../test/libh5test_fortran.la
CTLIB = ../../test/.libs/libh5test.a
FSEARCH_DIRS =@F9XMODFLAG@../src @FSEARCH_DIRS@
-## These tests are parallel
-RUNTEST=$(RUNPARALLEL)
-
## These are our main targets
-TEST_PROGS=ptesthdf5_fortran
+TEST_PROGS_PARA=ptesthdf5_fortran
## Temporary files
MOSTLYCLEAN=ParaEg[123].h5f
@@ -48,7 +45,7 @@ TEST_OBJ=$(TEST_SRC:.f90=.lo)
TEST_HDR=
## How to build the tests... They all depend on the hdf5 library
-$(TEST_PROGS): $(LIBHDF5)
+$(TEST_PROGS_PARA): $(LIBHDF5)
$(TEST_OBJ): $(TEST_HDR)