You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: