User Tools

Site Tools


intel_software:インストール

This is an old revision of the document!


概要

APT Repositoryを使って Intel Performance Libraries をインストールする方法です。

環境

  • Ubuntu 18.04

手順(パッケージをダウンロード)

事前にg++をインストールしてください

$ sudo apt install g++

以下のページの Free Download をクリックし、ユーザー登録してください。

https://software.intel.com/en-us/performance-libraries

ダウンロードページが送られてきますので、必要なライブラリをダウンロードしてください。

例えばMKLをダウンロードした場合は、バージョンによってファイル名が変わりますが

$ tar xzvf l_mkl_2019.5.281.tgz
$ cd l_mkl_2019.5.281
$ sudo ./install.sh

として、あとは画面の指示に従います。 インストールが終わったらパスを通しておきます。

$ cd
$ vim .bashrc

で .bashrc を開いて、ファイルの最後に次の文を追加します。

source /opt/intel/compilers_and_libraries/linux/mkl/bin/mklvars.sh

また、MPIを追加した場合は次のようにします。

source /opt/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpivars.sh

手順(APTを使う)

Ubuntuだとこっちの方が楽です。

リポジトリの登録

参考

intel_software/インストール.1570793037.txt.gz · Last modified: 2021/06/27 21:59 (external edit)