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
Validation case val-2c currently provides slightly different results when using 1 vs 2 processors, when it should provide the same results.
This issue arises later in the simulation close to steady state when concentrations are very small, which makes it acceptable for now, but this is an issue that should be addressed.
Currently, the tests are only run on 1 processor with max_parallel = 1 and this should be removed once this issue is fixed.
Design
Figure out the source of these differences
Fix it
remove max_parallel = 1 from val-2c/tests
Impact
More consistent parrallel capabilities.
The text was updated successfully, but these errors were encountered:
Reason
Validation case val-2c currently provides slightly different results when using 1 vs 2 processors, when it should provide the same results.
This issue arises later in the simulation close to steady state when concentrations are very small, which makes it acceptable for now, but this is an issue that should be addressed.
Currently, the tests are only run on 1 processor with
max_parallel = 1
and this should be removed once this issue is fixed.Design
max_parallel = 1
fromval-2c/tests
Impact
More consistent parrallel capabilities.
The text was updated successfully, but these errors were encountered: