ユーザ用ツール

サイト用ツール


tools:environment_modules:installation:4.6.1

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

次のリビジョン
前のリビジョン
tools:environment_modules:installation:4.6.1 [2020/12/24 06:34]
michiya 作成
tools:environment_modules:installation:4.6.1 [2021/01/09 14:37] (現在)
行 1: 行 1:
 ====== Environment Modules ====== ====== Environment Modules ======
  
 +[[http://modules.sourceforge.net/|公式サイト]]
 +
 +===== インストール =====
 +
 +必須ライブラリ
 +  * [[tools:tcl_tck:tcl:tcl|tcl]]
 +  * [[tools:dejagnu:installation:1.6.2|DejaGnu]]
 +  * [[tools:autoconf:autoconf|autoconf]]
 +
 +<code>
 +$ wget https://sourceforge.net/projects/modules/files/Modules/modules-4.6.1/modules-4.6.1.tar.gz
 +$ tar xvf modules-4.6.1.tar.gz
 +$ cd modules-4.6.1/
 +$ ./configure \
 +--prefix=/opt/environment_modules/4.6.1 \
 +--with-tclsh=/opt/tcl/8.6.10/bin/tclsh8.6 \
 +--with-tcl=/opt/tcl/8.6.10/lib/ \
 +PATH=/opt/autoconf/2.69/bin/:/opt/dejagnu/1.6.2/bin:${PATH}
 +$ make
 +$ make test \
 +PATH=/opt/tcl/8.6.10/bin/:/opt/autoconf/2.69/bin/:/opt/dejagnu/1.6.2/bin:${PATH}
 +</code>
 +<code>
 +...
 + === modules Summary ===
 +
 +# of expected passes 12933
 +</code>
 +<code>
 +$ make install
 +</code>
 +
 +==== 設定読み込み ====
 +
 +各々の環境に応じて設定を読み込む.
 +
 +例:bash
 +<code>
 +$ source /opt/environment_modules/4.6.1/init/bash
 +</code>
 +
 +{{tag>[HPC]}}
tools/environment_modules/installation/4.6.1.1608791673.txt.gz · 最終更新: 2021/01/09 14:37 (外部編集)