Difference between revisions of "Intel compilers"
Jump to navigation
Jump to search
(→Intel Cluster Studio 2011: fix link) |
(→Compiling Fortran (/opt/intel/bin/ifort): remove dead link) |
||
Line 17: | Line 17: | ||
* [http://www.theochem.ru.nl/composerxe/Documentation/en_US/tutorials_f/index.htm Intel Fortran Composer XE 2011 Getting Started Tutorials] | * [http://www.theochem.ru.nl/composerxe/Documentation/en_US/tutorials_f/index.htm Intel Fortran Composer XE 2011 Getting Started Tutorials] | ||
− | |||
* [http://www.theochem.ru.nl/composerxe/Documentation/en_US/compiler_f/main_for/index.htm Intel Fortran Compiler XE 12.0 User and Reference Guides] | * [http://www.theochem.ru.nl/composerxe/Documentation/en_US/compiler_f/main_for/index.htm Intel Fortran Compiler XE 12.0 User and Reference Guides] | ||
Revision as of 00:40, 14 October 2013
Om de Intel compilers te gebruiken moeten er een aantal omgevingsvariabelen gezet zijn, voor csh gebruikers kan dit eenvoudig door het commando:
source /opt/intel/bin/ifortvars.csh intel64
op te nemen in .cshrc
voor mensen met bash, voeg de volgende regel
source /opt/intel/bin/ifortvars.sh intel64
toe aan .bash_rc
Documentation
Compiling Fortran (/opt/intel/bin/ifort)
- Intel Fortran Composer XE 2011 Getting Started Tutorials
- Intel Fortran Compiler XE 12.0 User and Reference Guides