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
Currently for MPI configurations (ran via benchcab spatial), running the same version of CABLE against itself sometimes does not produce the same output (bitwise).
Benchcab currently tests 4 different science configurations for all given CABLE versions, labelled S0, S1, S2 and S3. Sometimes one or more of these configurations will reproduce the same results bitwise however it is unlikely all configurations reliably reproduce.
Where differences occur, many variables have relative differences greater than 10% throughout the time series.
My guess as to why this is happening is uninitialised memory access somewhere (e.g. #395, #396, #397) is causing non-deterministic behaviour. Currently the MPI executable crashes when running it with ddt with balanced memory debugging settings enabled.
Steps to reproduce (Gadi):
CABLE version used: main c125ede
Benchcab version used: 4.1.0
Currently for MPI configurations (ran via
benchcab spatial
), running the same version of CABLE against itself sometimes does not produce the same output (bitwise).Benchcab currently tests 4 different science configurations for all given CABLE versions, labelled S0, S1, S2 and S3. Sometimes one or more of these configurations will reproduce the same results bitwise however it is unlikely all configurations reliably reproduce.
Where differences occur, many variables have relative differences greater than 10% throughout the time series.
My guess as to why this is happening is uninitialised memory access somewhere (e.g. #395, #396, #397) is causing non-deterministic behaviour. Currently the MPI executable crashes when running it with
ddt
with balanced memory debugging settings enabled.Steps to reproduce (Gadi):
CABLE version used: main c125ede
Benchcab version used:
4.1.0
/scratch
:bench_example
and set the configuration file as follows:benchcab spatial
:nccmp
and compare outputs:The text was updated successfully, but these errors were encountered: