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
MLMCPy/MLMCPy/mlmc/MLMCSimulator.py:237: RuntimeWarning: divide by zero encountered in divide
The costs being calculated there is for a particular processor and then the average cost across all processors is communicated/calculated for figuring out the optimal sample sizes later. The proper fix will be to rearrange how the average cost is being calculated by communicating/summing the total time for all processors then dividing by the total number of processors.
The text was updated successfully, but these errors were encountered:
MLMCPy/MLMCPy/mlmc/MLMCSimulator.py:237: RuntimeWarning: divide by zero encountered in divide
The costs being calculated there is for a particular processor and then the average cost across all processors is communicated/calculated for figuring out the optimal sample sizes later. The proper fix will be to rearrange how the average cost is being calculated by communicating/summing the total time for all processors then dividing by the total number of processors.
The text was updated successfully, but these errors were encountered: