- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Is there a document somewhere which shows the differences / new features / benefits of upgrading from 9.1 to 10.1 ?
- Balises:
- Intel® Fortran Compiler
Lien copié
3 Réponses
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
http://software.intel.com/en-us/forums//topic/56129
Most of these comments about the C++ compiler are relevant to Fortran as well.
In addition, Fortran has added the option /assume:protect_parens to allow full optimization without violating parentheses.
Other differences which come to mind:
-O1 means no vectorization in 10.x; for some applications it is a good combination of compilation speed and run-time performance.
-O3 includes more loop optimization, such as unroll-and-jam and fusion.
-Qip is on by default.
Auto-vectorization is on by default in the 64-bit compiler.
buffered_io available for direct access files
As the 9.1 compilers don't get much continuing support, your chances there are better with 10.1.
Most of these comments about the C++ compiler are relevant to Fortran as well.
In addition, Fortran has added the option /assume:protect_parens to allow full optimization without violating parentheses.
Other differences which come to mind:
-O1 means no vectorization in 10.x; for some applications it is a good combination of compilation speed and run-time performance.
-O3 includes more loop optimization, such as unroll-and-jam and fusion.
-Qip is on by default.
Auto-vectorization is on by default in the 64-bit compiler.
buffered_io available for direct access files
As the 9.1 compilers don't get much continuing support, your chances there are better with 10.1.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
The release notes give details of changes, new optimizations and new features.
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Release_Notes.htm includes a cumulative list of f2003 features, stream I/O being one of those just introduced in the latest release.

Répondre
Options du sujet
- S'abonner au fil RSS
- Marquer le sujet comme nouveau
- Marquer le sujet comme lu
- Placer ce Sujet en tête de liste pour l'utilisateur actuel
- Marquer
- S'abonner
- Page imprimable