mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
We do this by switching to output the global index of the cells. In a first step the problematic cell indices are gather on process 0. Then they are logged there. This should prevent spurious ouput at the end of PRT and DEBUG files after the simulation time is printed. This happened previously for some parallel runs of model 2. Unfortunately, it seems these problems do not appear any more for the current master. At least I could not reproduce them.