autotools: run parpack tests with "mpirun -n 2". (#101)
This commit is contained in:
committed by
Sylvestre Ledru
parent
b52efe5f2c
commit
54c8e0b18c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user