-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restart reproducibility tests are failing #11
Comments
This issue has been mentioned on ACCESS Hive Community Forum. There might be relevant details there: https://forum.access-hive.org.au/t/modifying-access-om2-spack-package/1847/6 |
We have a fix for the restart repro.
|
The tests for reproducibility across restarts are currently not being run in the CI tests because they fail.
https://github.com/ACCESS-NRI/access-om2-configs/blob/main/test/test_bit_reproducibility.py#L78
The original COSIMA ACCESS-OM2 tests from which these were adapted used reproducibility flags turned on for their builds
https://github.com/COSIMA/access-om2/blob/master/test/exp_test_helper.py#L217-L218
though this was not used in production builds
https://github.com/COSIMA/access-om2/blob/master/install.sh#L49
We need a
repro
variant for the spack package to test if we can replicate the COSIMA reproducibility results, and see what effect that option has on performance.The text was updated successfully, but these errors were encountered: