Changes between Version 22 and Version 23 of Documentation/UserGuide/restartability


Ignore:
Timestamp:
2024-01-17T19:47:15+01:00 (13 months ago)
Author:
abierjon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/restartability

    v22 v23  
    55Last check: 2020/04/20, D. Goll 
    66 
    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 reproducibility and 1+1=2 issues, '''the following simple tests are suggested/required before each commit of substantial code changes''': 
     7In 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''': 
    88  
    99=== 1+1=2 ===