dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #21669
[Bug 675304] Re: 'make runtests' not working correctly with MPI
** Changed in: dolfin
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/675304
Title:
'make runtests' not working correctly with MPI
Status in DOLFIN:
Fix Released
Bug description:
When using
make runtests
I get the message
DOLFIN has not been compiled with mpi and Parmetis. Unit tests will not be run in parallel.
Running unit tests for fem with prefix ''
even though DOLFIN has been compiled with MPI and ParMETIS. It looks
like the C++ definitions (HAVE_MPI, etc) are not used when compiling
demos and test via 'make runtests'.
References