pmodels / mpich

Official MPICH Repository
http://www.mpich.org
Other
560 stars 279 forks source link

testsuite: --enable-strictmpi should disable certain directories #2345

Open mpichbot opened 8 years ago

mpichbot commented 8 years ago

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.

raffenet commented 5 years ago

Good issue for someone getting acquainted with the build system.