このページの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:// | ||
+ | |||
+ | ===== インストール ===== | ||
+ | |||
+ | 必須ライブラリ | ||
+ | * [[tools: | ||
+ | * [[tools: | ||
+ | * [[tools: | ||
+ | |||
+ | < | ||
+ | $ wget https:// | ||
+ | $ tar xvf modules-4.6.1.tar.gz | ||
+ | $ cd modules-4.6.1/ | ||
+ | $ ./configure \ | ||
+ | --prefix=/ | ||
+ | --with-tclsh=/ | ||
+ | --with-tcl=/ | ||
+ | PATH=/ | ||
+ | $ make | ||
+ | $ make test \ | ||
+ | PATH=/ | ||
+ | </ | ||
+ | < | ||
+ | ... | ||
+ | === modules Summary === | ||
+ | |||
+ | # of expected passes 12933 | ||
+ | </ | ||
+ | < | ||
+ | $ make install | ||
+ | </ | ||
+ | |||
+ | ==== 設定読み込み ==== | ||
+ | |||
+ | 各々の環境に応じて設定を読み込む. | ||
+ | |||
+ | 例:bash | ||
+ | < | ||
+ | $ source / | ||
+ | </ | ||
+ | |||
+ | {{tag> |