mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[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:
parent
99eee6dff9
commit
af2b1cf00c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user