Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Fortran > Re: weird g77 a...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 13 of 18 Topic 8211 of 8908
Post > Topic >>

Re: weird g77 and gfortran

by kargl@[EMAIL PROTECTED] (Steven G. Kargl) May 13, 2008 at 02:36 PM

In article <68tm60F2utvhrU1@[EMAIL PROTECTED]
>,
	Ingo Thies <ingo.thies@[EMAIL PROTECTED]
> writes:
> 
> However, some old third-party codes contain statements from F77 standard

> that are invalid in gfortran (e.g. the ugly PAUSE statement), thus 
> causing gfortran to output a screen full of warnings.
> 

gfortran sup****ts all standard Fortran 77 features.  If it doesn't 
sup****t a feature, please file a bug re****t.  Receiving a warning
does not mean the Fortran 77 feature isn't sup****ted.  It typically
means the Fortran 90/95/03 standards have marked the feature as
either obsolescent or deleted.  gfortran is simply informing you of
this development.  If you don't want to see warnings, use the -w
option.

 PS: There is no -O4 option.  The highest optimization level is 3.
PPS: With gfortran I'd suggested '-O2 -funroll-loops -march=native'
     as the compilation options.  If you want additional speed at
     the expense of correctness add -ffast-math.  Also, note -O3
     should have only a minimal impact on your code because it
     turns on more agressive in-lining, and gfortran only in-lines
     CONTAINed subprograms.

-- 
Steve
http://troutmask.apl.wa****ngton.edu/~kargl/
 




 18 Posts in Topic:
weird g77 and gfortran
K-9 <rick.peng.du@[EMA  2008-05-05 19:55:53 
Re: weird g77 and gfortran
e p chandler <epc8@[EM  2008-05-05 20:26:33 
Re: weird g77 and gfortran
Craig Powers <enigma@[  2008-05-06 13:34:32 
Re: weird g77 and gfortran
Ingo Thies <ingo.thies  2008-05-13 14:09:52 
Re: weird g77 and gfortran
K-9 <rick.peng.du@[EMA  2008-05-05 20:35:13 
Re: weird g77 and gfortran
lindahl@[EMAIL PROTECTED]  2008-05-05 21:22:41 
Re: weird g77 and gfortran
Charles Coldwell <cold  2008-05-07 03:10:21 
Re: weird g77 and gfortran
Catherine Rees Lay <ca  2008-05-07 09:47:42 
Re: weird g77 and gfortran
kargl@[EMAIL PROTECTED]   2008-05-06 17:38:15 
Re: weird g77 and gfortran
stevenb.gcc@[EMAIL PROTEC  2008-05-13 05:50:59 
Re: weird g77 and gfortran
Ingo Thies <ingo.thies  2008-05-13 16:16:31 
Re: weird g77 and gfortran
lindahl@[EMAIL PROTECTED]  2008-05-13 11:55:07 
Re: weird g77 and gfortran
kargl@[EMAIL PROTECTED]   2008-05-13 14:36:29 
Re: weird g77 and gfortran
Thomas Koenig <tkoenig  2008-05-13 18:24:21 
Re: weird g77 and gfortran
Ingo Thies <ingo.thies  2008-05-14 14:37:54 
Re: weird g77 and gfortran
Thomas Koenig <tkoenig  2008-05-15 16:48:20 
Re: weird g77 and gfortran
Ingo Thies <ingo.thies  2008-05-16 10:20:17 
Re: weird g77 and gfortran
stevenb.gcc@[EMAIL PROTEC  2008-05-16 15:57:03 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Nov 19 7:46:30 CST 2008.