From 795f9d9312a6eb7e59c9e09b46d65d285b072825 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Fri, 19 Jul 2019 08:17:55 +0100 Subject: [PATCH 1/3] Enable testsuite and extras for mpich2 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 3bd6569..9af1f59 100644 --- a/configure.ac +++ b/configure.ac @@ -58,6 +58,9 @@ Please set them manually.]) if mpich2version >/dev/null 2>/dev/null; then SYSGUESS=mpich2 AC_DEFINE(HAVE_MPICH2, 1, [Define to 1 if you have MPICH2.]) + LAUNCHSTYLE=_mpirun + TESTDIR=testsuite + EXTRAS=extras else SYSGUESS=bgl fi -- 2.21.0