← Back to team overview

dolfin team mailing list archive

[Bug 675304] [NEW] 'make runtests' not working correctly with MPI

 

Public bug reported:

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'.

** Affects: dolfin
     Importance: Undecided
         Status: New

-- 
'make runtests' not working correctly with MPI
https://bugs.launchpad.net/bugs/675304
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.

Status in DOLFIN: New

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'.





Follow ups

References