Merge pull request #3503 from blattms/fix-seg-build

[bugfix] Fix sequential run after #979
This commit is contained in:
Arne Morten Kvarving 2021-09-02 14:21:26 +02:00 committed by GitHub
commit 935ba190c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,7 +352,7 @@ void readDeck(int rank, std::string& deckFilename, std::unique_ptr<Opm::Deck>& d
errorGuard->clear(); errorGuard->clear();
} }
parseSuccess = comm.min(parseSuccess); parseSuccess = Dune::MPIHelper::getCollectiveCommunication().min(parseSuccess);
if (!parseSuccess) if (!parseSuccess)
{ {