Originally by @raffenet on 2016-07-21 10:21:08 -0500
If the testsuite is configured with --enable-strictmpi, we should do our best to allow make to complete without running into build errors from non-strict tests. For example, the ULFM-based tests should be excluded from SUBDIRS in Makefile.am.
Other things to look at would be the combination of --enable-strictmpi with a specific MPI standard version.
Originally by @raffenet on 2016-07-21 10:21:08 -0500
If the testsuite is configured with
--enable-strictmpi
, we should do our best to allowmake
to complete without running into build errors from non-strict tests. For example, the ULFM-based tests should be excluded fromSUBDIRS
inMakefile.am
.Other things to look at would be the combination of
--enable-strictmpi
with a specific MPI standard version.