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:38] – [パスの設定] 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
intel_software/parallel_studio_xe/インストール.1595234290.txt.gz · Last modified: 2021/06/27 21:59 (external edit)