mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-15 22:51:55 -06:00
Merge pull request #527 from blattms/fix-sequential-redist-grid
Only specialize distributeGridAndData for CpGrid if MPI is found.
This commit is contained in:
commit
a3d4224445
@ -45,7 +45,7 @@ inline void distributeGridAndData( Grid& ,
|
||||
{
|
||||
}
|
||||
|
||||
#if HAVE_DUNE_CORNERPOINT
|
||||
#if HAVE_DUNE_CORNERPOINT && HAVE_MPI
|
||||
/// \brief a data handle to distribute Derived Geology
|
||||
class GeologyDataHandle
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user