diff --git a/PARPACK/TESTS/MPI/Makefile.am b/PARPACK/TESTS/MPI/Makefile.am index 68a45d8..80e984a 100644 --- a/PARPACK/TESTS/MPI/Makefile.am +++ b/PARPACK/TESTS/MPI/Makefile.am @@ -1,6 +1,10 @@ F77 = $(MPIF77) LDADD = $(top_builddir)/PARPACK/SRC/MPI/libparpack$(LIBSUFFIX).la $(LAPACK_LIBS) $(BLAS_LIBS) +# Run MPI tests with "mpirun -n 2" +LOG_COMPILER = mpirun +LOG_FLAGS = -n 2 + SISS = issue46 check_PROGRAMS = $(SISS) diff --git a/TODO b/TODO index 5be15b3..6f84b67 100644 --- a/TODO +++ b/TODO @@ -1,3 +1 @@ * add a version somewhere to allow configure to detect it -* autotools: run PARPACK tests with "mpirun -n 2" (for now, they run - sequentially like "mpirun -n 1"): check PARPACK/TESTS/MPI/Makefile.am