Hello,
OMV LX 3.03
gcc 7.2
In my work, I run codes under CENTOS 6.9 (jobs environment) and OMV LX 3.03 (home). The same code is compiled in both places with gfortran 7.2. Now, it happens that I’m getting segmentation fault at home where nothing wrong happens at my job.
After investigating the source of segmentation fault I could see that there was nothing wrong at all in the code. In fact, changing the compilation option from debug to some level of optimization generates a code that runs with no problem in OMV LX 3.03.
Does someone have any idea why gfortran at OMV LX 3.03 would be lacking something or some other reason for a problem like this?
I’m sorry not being able to provide a simple testing code. I know this seems to be a rather vague question …
Thanks