Skip to content

DevelopingWithIcc

Ferland, Gary edited this page Dec 19, 2020 · 2 revisions

The Intel compiler

Versions 11.1 and 13.01 exist on Wolkje, cloud9, and nephos.

To use 11.1 include

source /opt/intel/Compiler/11.1/073/bin/intel64/iccvars_intel64.sh
source /opt/intel/Compiler/11.1/073/bin/intel64/idbvars.sh

in .profile

To use the current version of the 2013 "composer" include

source /opt/intel/composer_xe_2013/bin/compilervars.sh intel64

in .profile


Return to DeveloperPages or go home

Clone this wiki locally