Hallo All,
I have a f90 code, if I compile it with gfortran it works, however if I compile it with ifort a segmentation fault occurs.
I use to check for errors in memory allocation with gfortran via the option -fbounds-check and I have been told that the equivalent option for ifort is -C, however it does not return any information on the possible cause of the segmentation fault.
Do you have any suggestion how to search for the error? (which compiler option should I use),
thank you,
cheers,
Paolo
I have a f90 code, if I compile it with gfortran it works, however if I compile it with ifort a segmentation fault occurs.
I use to check for errors in memory allocation with gfortran via the option -fbounds-check and I have been told that the equivalent option for ifort is -C, however it does not return any information on the possible cause of the segmentation fault.
Do you have any suggestion how to search for the error? (which compiler option should I use),
thank you,
cheers,
Paolo