Insufficient virtual memory error - turn off inline post? #1393
-
I am still attempting to run P8 on Frontera, now using Intel. My latest error traceback is: forrtl: severe (41): insufficient virtual memory I would like to turn off inline post to see if it gets me past this error. However, just setting write_dopost = .false. in model_configure seems to have caused the model to hang. Do I need to make additional changes to disable inline? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Turning off inline post AND changing output_file from 'netcdf_parallel' to 'netcdf' got me past this. |
Beta Was this translation helpful? Give feedback.
Turning off inline post AND changing output_file from 'netcdf_parallel' to 'netcdf' got me past this.