From af2b1cf00cf48d682e21a3d47349ed009b4102a7 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 19 Jul 2002 15:09:16 -0500 Subject: [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 --- testpar/Makefile.in | 4 ++-- 1 file 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 -- cgit v0.12