← Back to team overview

dolfin team mailing list archive

Re: Build error on Windows

 

Anders Logg wrote:
On Sun, Dec 21, 2008 at 09:43:13PM +0100, Ilmar Wilbers wrote:
They do run without MPI for the first couple of configurations, but MPI would still be installed, obviously. Could this be the reason the configuration doesn't report the error?

ilmar

Strange.

The #ifdef says

#ifdef HAS_MPI

so as long as that variable is not defined, then we should see the
error (which is now hopefully removed).

------------------------------------------------------------------------

_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev
I don't get it. Just checked some of yesterdays builds, and the HAS_MPI flag is first turned off, and later on. Is the problem with a spesific configuration of packages, Johannes (or rather, used to be, as the error is fixed now)?

ilmar


References