[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
This commit is contained in:
Quincey Koziol 2002-07-19 15:09:16 -05:00
parent 99eee6dff9
commit af2b1cf00c

View File

@ -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