Difference between revisions of "Intel compilers"
Jump to navigation
Jump to search
(Add some links to a local copy of the documentation) |
|||
Line 11: | Line 11: | ||
toe aan .bash_rc | toe aan .bash_rc | ||
+ | |||
+ | === Documentation === | ||
+ | |||
+ | ==== Compiling Fortran (/opt/intel/bin/ifort) ==== | ||
+ | |||
+ | * [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/doc/Linux_Getting_Started.htm Linux Getting Started] | ||
+ | * [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] | ||
+ | |||
+ | ==== Math Kernel Library (mkl, linking blas, lapack) ==== | ||
+ | * [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_manual/index.htm Intel Math Kernel Library Reference Nanual] | ||
+ | |||
+ | ==== Intel Cluster Studio 2011 ==== | ||
+ | * [http://www.theochem.ru.nl/doc Intel Cluster Studio 2011 for Linux* OS - index to all local documentation] | ||
+ | * [http://www.theochem.ru.nl/doc/Linux_Getting_Started.htm Linux Getting Started] ( MPI, debugging) | ||
+ | * http://www.theochem.ru.nl/mpi/Doc_Index.html Intel® MPI Library for Linux OS Documentation Index] | ||
[[Category:Software]] | [[Category:Software]] |
Revision as of 21:24, 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
Math Kernel Library (mkl, linking blas, lapack)
Intel Cluster Studio 2011
- Intel Cluster Studio 2011 for Linux* OS - index to all local documentation
- Linux Getting Started ( MPI, debugging)
- http://www.theochem.ru.nl/mpi/Doc_Index.html Intel® MPI Library for Linux OS Documentation Index]