Changes between Initial Version and Version 1 of Ticket #784
- Timestamp:
- 09/25/18 21:43:31 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #784
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #784 – Description
initial v1 1 It may be worth noting that INLINE_2DIO and PERFECT_RESTART are incompatible, because nf_fread4d.F and nf_fwrite4d.F are not configured for INLINE_2DIO. This incompatibility can cause crashes due to insufficient memory during reading and writing of restart files if the problem is indeed memory constrained.1 It may be worth noting that '''INLINE_2DIO''' and '''PERFECT_RESTART''' are incompatible, because '''nf_fread4d.F''' and '''nf_fwrite4d.F''' are not configured for '''INLINE_2DIO'''. This incompatibility can cause crashes due to insufficient memory during reading and writing of restart files if the problem is indeed memory constrained. 2 2 3 I'm attaching my modifications to these files following nf_fread(write)3d.F, which are very minor and seem to fix the incompatibility.3 I'm attaching my modifications to these files following '''nf_fread3d.F''' and '''nf_fwrite4d.F''', which are very minor and seem to fix the incompatibility. 4 4