mpich
mpich copied to clipboard
testsuite: --enable-strictmpi should disable certain directories
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.
Good issue for someone getting acquainted with the build system.