Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageHerman 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/ *********
Post Follow-up to this messageOn 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 th at 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 hop e 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/
Post Follow-up to this messageSteve 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 fixe s, > this release offers compilation for Windows and Linux systems based on > Intel(R) processors with Intel Extended Memory 64 Technology (Intel EM64T).[/color ] 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
Post Follow-up to this messageSteve: 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 fixe s, -|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 buil d -|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 h ope -|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
Post Follow-up to this messageOn 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.
Post Follow-up to this messageOn 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 Suppor t. 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/
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.