Dear all,
I would like to interface a Lapack subroutine with my code.
There is a point I don't understand.
As far as I know in principle a f90
compiler should compile all the f77 codes,
however I have a problem with commented sentences.
When there is a * at the beginning of a line it is considered as commented if the extension of the file is .f,
(for example gvim turns it blue to show it is a comment)
while a error message is returned if the code is labelled as f90 (and gvim doesn't turn the line blue)
I am using gfortran as a compiler.
The lapack subroutine I would like to implement has a lot of * at the beginning.
Do you have any suggestion (I hope there is an option in the compiler to get rid of this problem but I can't find it)
thank you
cheers,
Paolo
I would like to interface a Lapack subroutine with my code.
There is a point I don't understand.
As far as I know in principle a f90
compiler should compile all the f77 codes,
however I have a problem with commented sentences.
When there is a * at the beginning of a line it is considered as commented if the extension of the file is .f,
(for example gvim turns it blue to show it is a comment)
while a error message is returned if the code is labelled as f90 (and gvim doesn't turn the line blue)
I am using gfortran as a compiler.
The lapack subroutine I would like to implement has a lot of * at the beginning.
Do you have any suggestion (I hope there is an option in the compiler to get rid of this problem but I can't find it)
thank you
cheers,
Paolo