For Programmers: Free Programming Magazines  


Home > Archive > Fortran > September 2004 > Intel Fortran for Linux 8.1.081 Disgnostic Tests Results









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Intel Fortran for Linux 8.1.081 Disgnostic Tests Results
Herman D. Knoble

2004-09-14, 3:59 pm

For information...

Intel Fortran for Linux 8.1.081 just came out. Our diagnostic test
results for that compiler (and others) appear at:
http://ftp.aset.psu.edu/pub/ger/for...est/results.txt

Relative to our diagnostic benchmarks, very little changed
from Version 8.0.049.

It appears that the compiler people are working first on
performance (which shows), and then when that's done
hopefully they will work on run-time diagnostics
(which can really help the integrity of one's code).
The compiler options -C and -WB , which will catch at
run-time uninitialized variables and a plethora of other
run-time errors hopefully is still on the back burner
for Version 8 (these options are (were) implemented in
Version 7.x).

Version 8.1 supports OpenMP (if one happesns to
have dual processors). The option -parallel
tells the compiler itself to figure out how best
to parallize the code.

The documentation is quite extensive.

Finally some new compiler options were added. Two are:
-zero which zeros out local, static, scalars.
-xB optimizez code for the Pentium M.


Skip Knoble

Herman D. (Skip) Knoble, Research Associate
(a computing professional for 38 years)
Email: SkipKnobleLESS at SPAMpsu dot edu
Web: http://www.personal.psu.edu/hdk
Penn State Information Technology Services
Academic Services and Emerging Technologies
Graduate Education and Research Services
Penn State University
214C Computer Building
University Park, PA 16802-21013
Phone:+1 814 865-0818 Fax:+1 814 863-7049
John Appleyard

2004-09-15, 4:00 pm

Herman D. Knoble wrote:

> For information...
>
> Intel Fortran for Linux 8.1.081 just came out. Our diagnostic test
> results for that compiler (and others) appear at:
> http://ftp.aset.psu.edu/pub/ger/for...est/results.txt
>


I've also updated our P4 benchmarks for the new version. I hope to get
results on AMD systems soon.

--
John Appleyard - (send email to john!news@.. rather than spamtrap@..)
Polyhedron Software
Programs for Programmers - QA, Compilers, Graphics, Consultancy
********* Visit our Web site on http://www.polyhedron.co.uk/ *********
Steve Lionel

2004-09-15, 9:23 pm

On Tue, 14 Sep 2004 15:42:08 -0400, Herman D. Knoble
<SkipKnobleLESS@SPAMpsu.DOT.edu> wrote:

>Intel Fortran for Linux 8.1.081 just came out.


Yeah - I go away for a couple of days and look what happens... Windows too. I
think you meant 8.1.018, though.

You can read more about Intel Fortran 8.1 at
http://www.intel.com/software/produ...ilers/index.htm

In addition to the usual enhancements in run-time performance and bug fixes,
this release offers compilation for Windows and Linux systems based on
Intel(R) processors with Intel Extended Memory 64 Technology (Intel EM64T).
And, yes, it will also compile for that other 64-bit extended chip... The
compiler for Intel EM64T is a separate download from Intel Premier Support.
For best performance on processors with Intel EM64T, use -xP (/QxP). For that
other processor, use -xW (/QxW). Note that for Windows users, the OS build
you need is available from MSDN.

>The compiler options -C and -WB , which will catch at
>run-time uninitialized variables and a plethora of other
>run-time errors hopefully is still on the back burner
>for Version 8 (these options are (were) implemented in
>Version 7.x).


-WB actually turns OFF diagnostics for compile-time detected bounds
violations. It is expected to reappear within the next month or two. We
share your opinion of the worth of additional correctness diagnostcs and hope
to improve in this area.


Steve Lionel
Software Products Division
Intel Corporation
Nashua, NH

User communities for Intel Software Development Products
http://softwareforums.intel.com/
Intel Fortran Support
http://developer.intel.com/software/products/support/
Ushnish Basu

2004-09-15, 9:23 pm

Steve Lionel <Steve.Lionel@REMOVEintelME.com> writes:

> On Tue, 14 Sep 2004 15:42:08 -0400, Herman D. Knoble
> <SkipKnobleLESS@SPAMpsu.DOT.edu> wrote:
>
>
> Yeah - I go away for a couple of days and look what happens... Windows too. I
> think you meant 8.1.018, though.
>
> You can read more about Intel Fortran 8.1 at
> http://www.intel.com/software/produ...ilers/index.htm
>
> In addition to the usual enhancements in run-time performance and bug fixes,
> this release offers compilation for Windows and Linux systems based on
> Intel(R) processors with Intel Extended Memory 64 Technology (Intel EM64T).


I guess another important question is: when will it become available to
non-commercial users (i.e. poor grad students like me. ;-) I remember that
there was supposed to be some plan to offer the latest versions more
frequently to the non-comm users?

Ushnish

--
Ushnish Basu ubasu@ce.berkeley.edu
+1 510 644-1906 http://www.ce.berkeley.edu/~ubasu
Herman D. Knoble

2004-09-16, 11:13 am

Steve: Thanks. Sometimes I'm so dyslectic.

You all may be interested to see Arnaud Desitter's benchmarks using
the new Intel compiler, Version 8.1.018:
http://ftp.aset.psu.edu/pub/ger/for...ing/results.txt

Ifort did quite well here too.

Skip

On Wed, 15 Sep 2004 16:01:40 -0400, Steve Lionel <Steve.Lionel@REMOVEintelME.com> wrote:

-|On Tue, 14 Sep 2004 15:42:08 -0400, Herman D. Knoble
-|<SkipKnobleLESS@SPAMpsu.DOT.edu> wrote:
-|
-|>Intel Fortran for Linux 8.1.081 just came out.
-|
-|Yeah - I go away for a couple of days and look what happens... Windows too. I
-|think you meant 8.1.018, though.
-|
-|You can read more about Intel Fortran 8.1 at
-|http://www.intel.com/software/produ...ilers/index.htm
-|
-|In addition to the usual enhancements in run-time performance and bug fixes,
-|this release offers compilation for Windows and Linux systems based on
-|Intel(R) processors with Intel Extended Memory 64 Technology (Intel EM64T).
-|And, yes, it will also compile for that other 64-bit extended chip... The
-|compiler for Intel EM64T is a separate download from Intel Premier Support.
-|For best performance on processors with Intel EM64T, use -xP (/QxP). For that
-|other processor, use -xW (/QxW). Note that for Windows users, the OS build
-|you need is available from MSDN.
-|
-|>The compiler options -C and -WB , which will catch at
-|>run-time uninitialized variables and a plethora of other
-|>run-time errors hopefully is still on the back burner
-|>for Version 8 (these options are (were) implemented in
-|>Version 7.x).
-|
-|-WB actually turns OFF diagnostics for compile-time detected bounds
-|violations. It is expected to reappear within the next month or two. We
-|share your opinion of the worth of additional correctness diagnostcs and hope
-|to improve in this area.
-|
-|
-|Steve Lionel
-|Software Products Division
-|Intel Corporation
-|Nashua, NH
-|
-|User communities for Intel Software Development Products
-| http://softwareforums.intel.com/
-|Intel Fortran Support
-| http://developer.intel.com/software/products/support/


Herman D. (Skip) Knoble, Research Associate
(a computing professional for 38 years)
Email: SkipKnobleLESS at SPAMpsu dot edu
Web: http://www.personal.psu.edu/hdk
Penn State Information Technology Services
Academic Services and Emerging Technologies
Graduate Education and Research Services
Penn State University
214C Computer Building
University Park, PA 16802-21013
Phone:+1 814 865-0818 Fax:+1 814 863-7049
Dave Weatherall

2004-09-17, 4:03 am

On Thu, 16 Sep 2004 17:46:01 UTC, JA <spamtrap@3feet.co.uk> wrote:

> Herman D. Knoble wrote:
>
> You're not alone. I also suffer from dyspepsia.



I occasionally suffre frmo dystypsia :-)

--
Cheers - Dave.
Steve Lionel

2004-09-17, 9:00 pm

On Wed, 15 Sep 2004 13:26:29 -0700, Ushnish Basu <ubasu@ce.berkeley.edu>
wrote:

>
>I guess another important question is: when will it become available to
>non-commercial users (i.e. poor grad students like me. ;-) I remember that
>there was supposed to be some plan to offer the latest versions more
>frequently to the non-comm users?


The 8.1 compiler is available to non-commercial users. The way the free
non-commercial licenses work is that you are eligible for the compiler that is
current at the time you get the license, but not for future updates. I don't
know offhand what controls how often you can apply for a new license.

The compiler for Intel EM64T is not on the "Limited Support" list yet, but
should be soon.

Regarding updates - the issue was that the e-mail you receive when you get a
license points you to a compiler that can be quite old. You could always
register your license and download a current compiler through Premier Support.
What we will be doing is "refreshing" the initial download more often.


Steve Lionel
Software Products Division
Intel Corporation
Nashua, NH

User communities for Intel Software Development Products
http://softwareforums.intel.com/
Intel Fortran Support
http://developer.intel.com/software/products/support/
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com