Search found 2 matches

by cym
Sat Aug 25, 2018 1:27 am
Forum: ROMS Problems
Topic: stack, heap, and segmentation faults on large simulations
Replies: 4
Views: 3578

Re: stack, heap, and segmentation faults on large simulation

Thank you for the info. We set -fp-model-precise option for standard IEEE floating point operations in any application. Otherwise, we will not able to check parallel partition bugs. Without this option ifort will give different results with the same executable and partition. It becomes completely i...
by cym
Sat Aug 25, 2018 1:13 am
Forum: ROMS Problems
Topic: stack, heap, and segmentation faults on large simulations
Replies: 4
Views: 3578

Re: stack, heap, and segmentation faults on large simulation

Hi Hernan, Just to clarify, the precise dimensions of our grid are 182x258x60. It seemed our problem was more with stack vs the heap, irrespective of the fp-model issue. Apparently our cluster did have a restricted memory problem (restricted stack size), which the new settings have overcome. Not a ...