Re: Why pgf90 can not recognize some intrinsic function when compiling?
- From: Tim Prince <tprince@xxxxxxxxxxxxxxxxxx>
- Date: Sun, 27 Nov 2005 07:44:47 GMT
Leo.Aries.G@xxxxxxxxx wrote:
Not all Fortran compilers implement all of the more obscure extensions supported by CVF. In this case; it would appear that the ways supported under the standard, for the last 25 years, should be preferred to an older extension supported by only a few compilers. I note that the description of this function is presented in an off color in the documentation I have, denoting an "extension to the F95 standard."HI,Now I am learning to use pgf90 + redhat9 to compile some f90 program. Here below is some part of the codes: " implicit none intrinsic eof ..... open(1,file=filename) do while(.not.eof(1)) ..... "
such codes can be compiler by compaq visual fortran, But when I compile it using pgi "pgf90 -o a a.f90" some instrucion given as below: "GF90-S-0126-Name eof is not an intrinsic function "
My question is ; Since Eof is a intrinsic function included in Fortran Lib, Why CVF can but pgi can not recognize it?
Thanks!
.
- Follow-Ups:
- Re: Why pgf90 can not recognize some intrinsic function when compiling?
- From: Leo.Aries.G@xxxxxxxxx
- Re: Why pgf90 can not recognize some intrinsic function when compiling?
- References:
- Why pgf90 can not recognize some intrinsic function when compiling?
- From: Leo.Aries.G@xxxxxxxxx
- Why pgf90 can not recognize some intrinsic function when compiling?
- Prev by Date: Why pgf90 can not recognize some intrinsic function when compiling?
- Next by Date: Re: Ten Commandments (On Topic!)
- Previous by thread: Why pgf90 can not recognize some intrinsic function when compiling?
- Next by thread: Re: Why pgf90 can not recognize some intrinsic function when compiling?
- Index(es):
Relevant Pages
|
|