rsofun icon indicating copy to clipboard operation
rsofun copied to clipboard

BiomeE segmentation fault

Open stineb opened this issue 1 year ago • 3 comments

Continuous integration tests for BiomeE runs on Ubuntu sometimes throw an error (see for example here):

   *** caught segfault ***
  address 0x559f7bf30070, cause 'memory not mapped'
  Segmentation fault (core dumped)

This happens even after removing zero-indexed variables.

We should use additional gfortran compiler flags to catch problems at the stage of compilation. To be checked are the ones described on this post.

stineb avatar Feb 08 '24 13:02 stineb