dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20476
[Bug 675304] Re: 'make runtests' not working correctly with MPI
I believe this bug was fixed in revision 5266
(http://bazaar.launchpad.net/~dolfin-core/dolfin/main/revision/5266). If
this is not correct, please reopen this bug.
** Changed in: dolfin
Status: New => Fix Committed
--
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 Committed
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