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
We could use an environment variable to let the user choose between different ways to compute MPI imbalance. E.g.:
VFTR_MPI_IMBALANCE=MAX_DEVIATION_FROM_FASTEST
Thinking even further, we could process a formula given by this environment variable. We already include tinyexpr to do this in the scenario files, so the overhead is manageable.
The text was updated successfully, but these errors were encountered:
We could use an environment variable to let the user choose between different ways to compute MPI imbalance. E.g.:
Thinking even further, we could process a formula given by this environment variable. We already include
tinyexpr
to do this in the scenario files, so the overhead is manageable.The text was updated successfully, but these errors were encountered: