User Tools

Site Tools


intel_software:parallel_studio_xe:インストール

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
intel_software:parallel_studio_xe:インストール [2020/07/20 17:37] – [パスの設定] koudaiintel_software:parallel_studio_xe:インストール [2021/06/27 22:04] (current) – external edit 127.0.0.1
Line 31: Line 31:
   * ダウンロードしたファイルをホームディレクトリにおきます。   * ダウンロードしたファイルをホームディレクトリにおきます。
   * ターミナルを開き、ファイルを展開してその中に入ります。以下はその例ですが、バージョンによってファイル名が変化します。<code>   * ターミナルを開き、ファイルを展開してその中に入ります。以下はその例ですが、バージョンによってファイル名が変化します。<code>
-$ tar -xzvf ./parallel_studio_xe_2017_update3.tgz+$ tar -xzvf parallel_studio_xe_2017_update3.tgz
 $ cd parallel_studio_xe_2017_update3/ $ cd parallel_studio_xe_2017_update3/
 </code> </code>
Line 38: Line 38:
   * インストールが終了すれば、これらのファイルはもう不要ですので削除して構いません<code>   * インストールが終了すれば、これらのファイルはもう不要ですので削除して構いません<code>
 $ cd .. $ cd ..
-$ rm -rf /parallel_studio_xe_2017_update3/+$ rm -rf parallel_studio_xe_2017_update3/
 $ rm -f parallel_studio_xe_2017_update3.tgz $ rm -f parallel_studio_xe_2017_update3.tgz
 </code> </code>
Line 49: Line 49:
  
   * ホーム・ディレクトリにある .bashrc という名前のファイルを開き(Nautilusから開く場合は隠しファイルはCtrl+hで表示できます)、ファイルの最後に次の文を付け加えます。<code>   * ホーム・ディレクトリにある .bashrc という名前のファイルを開き(Nautilusから開く場合は隠しファイルはCtrl+hで表示できます)、ファイルの最後に次の文を付け加えます。<code>
-gedit ~/.bashrc+vi ~/.bashrc
 </code><file> </code><file>
 source /opt/intel/compilers_and_libraries/linux/bin/compilervars.sh intel64 source /opt/intel/compilers_and_libraries/linux/bin/compilervars.sh intel64
Line 55: Line 55:
 </file> </file>
     * 1行目:C/C++/Fortranのコンパイラ、Intel MPI、各種ライブラリ(MKLを含む)     * 1行目:C/C++/Fortranのコンパイラ、Intel MPI、各種ライブラリ(MKLを含む)
-    * 3行目:Intel Distribution for Python(必要な場合のみ)+    * 2行目:Intel Distribution for Python(必要な場合のみ)
       * Anacondaと組み合わせて使う場合はこちらも参照してください       * Anacondaと組み合わせて使う場合はこちらも参照してください
       * https://software.intel.com/content/www/us/en/develop/articles/using-intel-distribution-for-python-with-anaconda.html        * https://software.intel.com/content/www/us/en/develop/articles/using-intel-distribution-for-python-with-anaconda.html 
intel_software/parallel_studio_xe/インストール.1595234278.txt.gz · Last modified: 2021/06/27 21:59 (external edit)