mshrable should always call dolfin::SubsytemsManager::init_mpi()

Issue #99 resolved
Stefan Brüns created an issue

https://bitbucket.org/fenics-project/mshr/annotate/010d8029b008b5955a7a7e4613e50b082ce12a62/app/mshrable.cpp?at=master&fileviewer=file-view-default#mshrable.cpp-102

In case dolfin is compiled without MPI, init_mpi() is a noop. On the other hand, HAS_MPI is no longer set, so the call is currently omitted even when dolfin is compiled with MPI.

Comments (2)

  1. Log in to comment