mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 15:33:29 -06:00
fixed: build without MPI
This commit is contained in:
parent
c4871367e8
commit
d36fefd428
@ -31,7 +31,6 @@
|
||||
#if HAVE_MPI
|
||||
#include <mpi.h>
|
||||
#include <dune/common/parallel/mpitraits.hh>
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
@ -134,6 +133,7 @@ struct Packer<std::vector<T>>
|
||||
};
|
||||
|
||||
} // anonymous namespace
|
||||
#endif
|
||||
|
||||
namespace Opm {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user