I have a large legacy code compiled for intel's ifort compiler, and I'm trying to compile it with gfortran. The original code saves unformatted files with 4-byte integers. I need to do the same with gfortran, but the only relevant compiler option I've seen is -fdefault-integer-8, not -4.
I'd...
Hello,
I'm trying to compile code originally written for intel ifort compiler with gfortan, and I've come across an error that I was able to reproduce with the following small program:
program testdivzero
implicit none
integer a,b
parameter (b=0)
do a=1,b...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.