Intel C++ Compilerをインストール
0準備運動
% sudo apt-get install g++ libc6-dev
1.http://www.intel.com/software/products/noncom/から、欲しいものを選択。
メールアドレスを要求されるので、記入後しばし待つ。
2.指定のURLからtar玉をダウンロード&アンパック
% tar xvfz l_fc_p_9.0.021.tar.gz
3.インストールスクリプトの実行
% sh ./l_fc_p_9.0.021/install.sh
4.スクリプトの指示に従う
(途中でライセンスキーを尋ねられる)
5.各ユーザーは、
# source /opt/intel/cc/9.1.xxx/bin/iccvars.sh
として、パスを通すこと。
これで、iccコマンドが通るようになる。
注意)iccコマンドを実行する前に
# export LC_ALL=C
とする。
http://www.intel.com/support/jp/performancetools/c/linux/sb/cs-017387.htm
http://www.xlsoft.com/jp/products/intel/compilers/ccl/91/Getting_Started.htm