opm-grid icon indicating copy to clipboard operation
opm-grid copied to clipboard

Check if zero-cell partitions are a problem

Open atgeirr opened this issue 5 years ago • 0 comments

In #448 we merged a temporary workaround that prints the loadbalancing by creating an array and summing it up over all processes just to correctly throw in parallel (in case a process has 0 cells).

Actually, the simulator should tolerate this situation and proceed with correct results. We need to check this and fix it if it is not the case. Afterwards we should use an gather for performance reasons.

atgeirr avatar Mar 02 '20 14:03 atgeirr