summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-07-19 20:09:16 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-07-19 20:09:16 (GMT)
commitaf2b1cf00cf48d682e21a3d47349ed009b4102a7 (patch)
tree8a13a1a2adc3be2986385e5a20d16443b6127789 /testpar
parent99eee6dff9a38a1bab3d74b4b77dd8169e57409c (diff)
downloadhdf5-af2b1cf00cf48d682e21a3d47349ed009b4102a7.zip
hdf5-af2b1cf00cf48d682e21a3d47349ed009b4102a7.tar.gz
hdf5-af2b1cf00cf48d682e21a3d47349ed009b4102a7.tar.bz2
[svn-r5815] Purpose:
Bug fix Description: t_mpi test program was not being run with the RUNPARALLEL command Solution: Put the t_mpi program into the TEST_PROGS_PARA macro instead of the TEST_PROGS macro Hopefully this'll fix the daily test problems on arabica, but I can't test it because I can't get mpirun to work correctly for me. Platforms tested: IRIX64 6.5 (modi4) w/parallel
Diffstat (limited to 'testpar')
-rw-r--r--testpar/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 01e9791..1822537 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -20,11 +20,11 @@ RUNTEST=$(RUNPARALLEL)
## Test programs and scripts.
##
-TEST_PROGS=t_mpi
+TEST_PROGS_PARA=t_mpi
TEST_SCRIPTS=testph5.sh
## These are our main targets
-PROGS=$(TEST_PROGS) testphdf5
+PROGS=$(TEST_PROGS_PARA) testphdf5
## Temporary files
MOSTLYCLEAN=ParaEg[123].h5f