autotools: run parpack tests with "mpirun -n 2". (#101)

This commit is contained in:
Franck HOUSSEN
2018-03-24 18:39:25 +01:00
committed by Sylvestre Ledru
parent b52efe5f2c
commit 54c8e0b18c
2 changed files with 4 additions and 2 deletions
+4
View File
@@ -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)
-2
View File
@@ -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