15
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

R言語 - Intel Math Kernel Library セットアップ

Last updated at Posted at 2016-02-11

はじめに

 本 Tips では、Intel Math Kernel Library を Oracle R Distribution にセットアップする手順をご紹介します。Oracle R Distribution(以下、ORD)は、オープン・ソース R 環境の無償版 Oracle ディストリビューションです。ORD は、ハードウェア固有の数学ライブラリの利用で高速なパフォーマンスを期待できます。今回は、Microsoft Windows 版の ORD セットアップについてご紹介します。

手順について

 Microsoft Windows 版 ORD のセットアップ・マニュアルはこちらです。
R Enterprise Installation and Administration Guide - Installing Oracle R Distribution on Microsoft Windows

 今回は、Intel Math Kernel Library (以下、Intel MKL) もセットアップします。Intel MKL を利用することで、ハードウェア固有の数学ライブラリによって高速なパフォーマンスを期待できます。
R Enterprise Installation and Administration Guide - Enabling MKL Support for Oracle R Distribution on a Windows Client

セットアップ実施

Oracle R Distribution を入手します

 Oracle R Distribution ポータルサイトから、Micorosoft Windows 版を入手します。Zip ファイル ORD-3.2.0-win.zip をインストールしたいローカルマシンにダウンロードします。ダウンロードした Zip ファイルを Unzip して、ORD-Rversion-win.exe(実行可能ファイル) を展開します。

Intel MKL を入手します

 マニュアル上は、Intel MKL の有償ライセンス版についての記載がありますが、今回は2015年8月31日付けで無償提供となった、Community Licenses を使用します。
 アカウント登録画面で必要事項を入力してから submit ボタンをクリックし、次の画面でアカウント情報を入力して submit ボタンをクリックして完了です。確認のための件名「IntelR Registration Confirmation」のメールが届いたら、「Please verify your e-mail address by clicking the link below or by copying the URL into your browser.」の下の URL をクリックします。起動したブラウザに「Your account is now activated」が表示されれば、アカウントの手続きが確認完了です。

image
image
image

 次に、Community Licensing for Intel Performance Libraries 2016 の画面が開いたら、「Select product」から「Community Licensing for Intel Performance Libraries for Windows」を選択し、「select file」から「Intel Math Kernel Library(Intel MKL) (941 MB)」を選択して、Download Now ボタンをクリックすると、ダウンロードが開始します。Community Licensing for Intel Performance Libraries 2016 の画面では、自分用の Serial number が表示されているので、メモしておきましょう。

ORD をセットアップします

ORD-Rversion-win.exeをダブルクリックして、インストールを開始します。

セットアップに使用する言語を選択して「OK」をクリック

image

セットアップウィザードの開始画面で「次へ」をクリック

image

ライセンス情報の画面で「次へ」をクリック

image

インストール先の指定画面で「次へ」をクリック

image

コンポーネントの選択画面で「次へ」をクリック

image

セットアップオプション画面で「次へ」をクリック

image

プログラムグループの指定画面で「次へ」をクリック

image

追加タスクの選択画面で「次へ」をクリック

image

セットアップ情報の画面で「次へ」をクリック

image

セットアップウィザードの完了画面で「完了」をクリック

image

Intel MKL をセットアップします

w_mkl_11.3.1.146.exeをダブルクリックして、インストールを開始します。

展開ボタンをクリック

image

スプラッシュ画面

image

インストール開始の画面で「次へ」をクリック

image

必要条件の問題の画面で「次へ」をクリック

image

ソフトウェア使用許諾書の内容に同意します、を選択して「次へ」をクリック

image

シリアル番号を入力して「次へ」をクリック

image

インテルソフトウェア製品の品質向上の参加するor参加しないを選択して「次へ」をクリック

image

インストール・サマリー画面で「インストール」をクリック

image

インストール完了画面で「終了」をクリック

image

システム環境変数を変更します

PATH システム環境変数

 PATH に libOrdBlasLoader.dll と mkl_rt.dll のパスを追加します。通常は、以下の場所に格納されています。

ライブラリ名 格納場所 サンプル
libOrdBlasLoader.dll R home directory C:\Program Files\R\R-version\bin\x64
mkl_rt.dll Intel MKL Composer XE directory C:\Program Files (x86)\Intel\Composer XE 2013 SP
MKL_NUM_THREADS システム環境変数

 実行スレッド数をコントロールするのは、MKL_NUM_THREADSパラメータです。この Tips では、4 Core マシンを使用しているので、システム環境変数に MKL_NUM_THREADS を追加して、値を 3 にセットします。システム環境変数の変更内容を保存後、マシンを再起動します。

R を起動し、セットアップ内容を確認します

 Intel MKL が使用さていることを確認するには、Sys.BlasLapack()関数を使います。$vendorIntel Math Kernel Library (Intel MKL) がセットされていればセットアップ完了です。

R
Sys.BlasLapack()
$vendor
[1] "Intel Math Kernel Library (Intel MKL)"
$nthreads
[1] 3

ご参考までに、Intel MKL 設定前の状態は次の通りになります。

R
Sys.BlasLapack()
$vendor
[1] "R internal BLAS and LAPACK"
$nthreads
[1] 1

サポートマトリクス

R Enterprise Installation and Administration Guide - Oracle R Enterprise Server Support Matrix
情報は 2016/2/11時点のものです。利用時はリリースノートの確認をお薦めします。

Oracle R Enterprise Open Source R, Oracle R Distribution Oracle Database
1.5 3.2.x 11.2.0.4, 12.1.0.1, 12.1.0.2
1.4.1 3.0.1, 3.1.1 11.2.0.3, 11.2.0.4, 12.1.0.1
1.4 3.0.1, 3.1.1 11.2.0.3, 11.2.0.4, 12.1.0.1
1.3.1 2.15.1, 2.15.2, 2.15.3 11.2.0.3, 11.2.0.4, 12.1.0.1
1.3 2.15.1 11.2.0.3, 11.2.0.4, 12.1.0.1
1.2 2.15.1 11.2.0.3, 11.2.0.4, 12.1.0.1
1.1 2.13.2 11.2.0.3, 11.2.0.4, 12.1.0.1
1 2.13.2 11.2.0.3, 11.2.0.4, 12.1.0.1
15
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?