#736 MPI cannot be disabled by not adding MPI_CPPFLAGS (DUNEMPICPPFLAGS) anymore.
Metadata
| Property | Value | 
|---|---|
| Reported by | Robert K (robertk@posteo.org) | 
| Reported at | Feb 5, 2010 15:33 | 
| Type | Bug Report | 
| Version | Git (pre2.4) [autotools] | 
| Operating System | Unspecified / All | 
| Last edited by | Jö Fahlke (jorrit@jorrit.de) | 
| Last edited at | Feb 6, 2010 19:18 | 
| Closed by | Jö Fahlke (jorrit@jorrit.de) | 
| Closed at | Feb 6, 2010 19:18 | 
| Closed in version | 2.0 | 
| Resolution | Fixed | 
| Comment | dune-common r5886 and dune-grid r6309 | 
Description
One cannot disable MPI by not passing MPI_CPPFLAGS, now DUNEMPICPPFLAGS, because they are hard coded to ALL_PKG_FLAGS. Also, setting DUNEMPICPPFLAGS= does not work, because not the dependency to DUNEMPICPPFLAGS is contained in ALL_PKG_CPPFLAGS (unlike for other packages like ALUGrid) but the values contained in DUNEMPICPPFLAGS. This should be fixed before the 2.0 release.