Dear all,
I'm a newbie in programming with Fortran. My problem is as follows: I work with a code, which was programmed for the use of the pgif90 compiler. Now, on my computer I use the gfortran
compiler (Version: 4:4.4.3-1ubuntu1). My question is - is there a webside or a manual, which describes how to transfer the compiler flags from pgif90 to gfortran. In some cases I could translate the flags with help of the man-pages. But for following I don't find anything: -fast -Kieee
Another question is, if I ignore the -Kieee-flag and use instead of -fast -o3 for gfortran I get this error-message:
ERROR: symbol 'ns' at (1) has no IMPLICIT type
I have read that this is a common problem of gfortran caused gfortran seems to be more strict than pgif90. So, are there some flags to overcome this problem without changing the whole code?
In any case I'm happy about your help.
Greetings,
marcs
I'm a newbie in programming with Fortran. My problem is as follows: I work with a code, which was programmed for the use of the pgif90 compiler. Now, on my computer I use the gfortran
compiler (Version: 4:4.4.3-1ubuntu1). My question is - is there a webside or a manual, which describes how to transfer the compiler flags from pgif90 to gfortran. In some cases I could translate the flags with help of the man-pages. But for following I don't find anything: -fast -Kieee
Another question is, if I ignore the -Kieee-flag and use instead of -fast -o3 for gfortran I get this error-message:
ERROR: symbol 'ns' at (1) has no IMPLICIT type
I have read that this is a common problem of gfortran caused gfortran seems to be more strict than pgif90. So, are there some flags to overcome this problem without changing the whole code?
In any case I'm happy about your help.
Greetings,
marcs