mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use MPI_RANK as ECL keyword (max length is 8)
MPI_RANKS was one character to long and rose an exception with message "Error: Program threw an exception: Keyword is too long."
This commit is contained in:
parent
073f63ac4c
commit
e7688a2ca0
@ -824,7 +824,7 @@ namespace Opm
|
||||
Handle handle(globalMapper, ranks,
|
||||
this->globalGrid().globalCell());
|
||||
this->grid().gatherData(handle);
|
||||
integerVectors.emplace("MPI_RANKS", ranks);
|
||||
integerVectors.emplace("MPI_RANK", ranks);
|
||||
}
|
||||
|
||||
return integerVectors;
|
||||
|
Loading…
Reference in New Issue
Block a user