Changes between Version 22 and Version 23 of Documentation/UserGuide/restartability
- Timestamp:
- 2024-01-17T19:47:15+01:00 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/UserGuide/restartability
v22 v23 5 5 Last check: 2020/04/20, D. Goll 6 6 7 In some rare cases after bugfixes or implementation of new code, problems with reproducibility or 1+1=2 might be introduced unintentionally. Often these are related to incorrect variable dimensions in different sub-routines, memory issues or the lack of variables in the restart files. Such issues are easier to catch sooner than later. Thus, to minimize the time spent on debugging reproduc ibility and 1+1=2 issues, '''the following simple tests are suggested/required before each commit of substantial code changes''':7 In some rare cases after bugfixes or implementation of new code, problems with reproducibility or 1+1=2 might be introduced unintentionally. Often these are related to incorrect variable dimensions in different sub-routines, memory issues or the lack of variables in the restart files. Such issues are easier to catch sooner than later. Thus, to minimize the time spent on debugging reproductibility and 1+1=2 issues, '''the following simple tests are suggested/required before each commit of substantial code changes''': 8 8 9 9 === 1+1=2 ===