Difference between revisions of "Intel compilers"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
* [http://www.theochem.ru.nl/composerxe/Documentation/en_US/mkl/mkl_userguide/index.htm Intel Math Kernel Library for Linux OS User' Guide] | * [http://www.theochem.ru.nl/composerxe/Documentation/en_US/mkl/mkl_userguide/index.htm Intel Math Kernel Library for Linux OS User' Guide] | ||
** [http://www.theochem.ru.nl/composerxe/Documentation/en_US/mkl/mkl_userguide/MKL_UG_linking_your_application/MKL_UG_linking_your_application.htm Linking with the Intel Math Kernel Library] | ** [http://www.theochem.ru.nl/composerxe/Documentation/en_US/mkl/mkl_userguide/MKL_UG_linking_your_application/MKL_UG_linking_your_application.htm Linking with the Intel Math Kernel Library] | ||
− | * [http://www.theochem.ru.nl/composerxe/Documentation/en_US/mkl/mkl_manual/index.htm Intel Math Kernel Library Reference | + | * [http://www.theochem.ru.nl/composerxe/Documentation/en_US/mkl/mkl_manual/index.htm Intel Math Kernel Library Reference Manual] |
==== Intel Cluster Studio 2011 ==== | ==== Intel Cluster Studio 2011 ==== |
Revision as of 21:30, 8 May 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
- Linux Getting Started
- Intel Fortran Compiler XE 12.0 User and Reference Guides