分子シミュレーション関連:環境構築:torque_旧pbs:apt-getによる導入

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
分子シミュレーション関連:環境構築:torque_旧pbs:apt-getによる導入 [2016/07/19 12:44] mumeiyamibito分子シミュレーション関連:環境構築:torque_旧pbs:apt-getによる導入 [2016/09/07 13:10] (現在) mumeiyamibito
行 1: 行 1:
 ====== apt-getによる導入 ====== ====== apt-getによる導入 ======
 ===== サーバ側(サーバでもジョブを処理させる場合) ===== ===== サーバ側(サーバでもジョブを処理させる場合) =====
 +  - ホスト名の設定\\ <code bash>$ sudoedit /etc/hosts</code>
 +    * 127.0.0.1 は localhost からホスト名に変更
 +    * 127.0.1.1 はコメントアウト
 +    * ノードのホスト名も入れていく
   - インストール \\ <code bash>$ sudo apt-get install torque-server torque-mom torque-client torque-scheduler</code>   - インストール \\ <code bash>$ sudo apt-get install torque-server torque-mom torque-client torque-scheduler</code>
   - 起動中の torque を終了させる   - 起動中の torque を終了させる
行 14: 行 18:
   - サーバ名の設定\\ <code bash>$ sudoedit /etc/torque/server_name</code>ホスト名を入れる   - サーバ名の設定\\ <code bash>$ sudoedit /etc/torque/server_name</code>ホスト名を入れる
   - [[分子シミュレーション関連/環境構築/Torque (旧PBS)/サーバの設定|サーバの設定]]   - [[分子シミュレーション関連/環境構築/Torque (旧PBS)/サーバの設定|サーバの設定]]
 +  - スケジューラ、及びジョブワーカーの起動
 +    * 計算機を再起動させるか、以下のコマンドを実行する\\ <code bash>$ sudo service torque-scheduler start
 +$ sudo service torque-mom start</code>
  
 ===== サーバ側 (サーバでジョブを処理させない場合) ===== ===== サーバ側 (サーバでジョブを処理させない場合) =====
 +  - ホスト名の設定\\ <code bash>$ sudoedit /etc/hosts</code>
 +    * 127.0.0.1 は localhost からホスト名に変更
 +    * 127.0.1.1 はコメントアウト
 +    * ノードのホスト名も入れていく
   - インストール \\ <code bash>$ sudo apt-get install torque-server torque-scheduler</code>   - インストール \\ <code bash>$ sudo apt-get install torque-server torque-scheduler</code>
   - 起動中の torque を終了させる   - 起動中の torque を終了させる
行 28: 行 39:
   - サーバ名の設定\\ <code bash>$ sudoedit /etc/torque/server_name</code>ホスト名を入れる   - サーバ名の設定\\ <code bash>$ sudoedit /etc/torque/server_name</code>ホスト名を入れる
   - [[分子シミュレーション関連/環境構築/Torque (旧PBS)/サーバの設定|サーバの設定]]   - [[分子シミュレーション関連/環境構築/Torque (旧PBS)/サーバの設定|サーバの設定]]
 +  - スケジューラの起動
 +    * 計算機を再起動させるか、以下のコマンドを実行する\\ <code bash>$ sudo service torque-scheduler start</code>
 +
 ===== ノード側 ===== ===== ノード側 =====
 +  - ホスト名の設定\\ <code bash>$ sudoedit /etc/hosts</code>
 +    * 127.0.0.1 は localhost からホスト名に変更
 +    * 127.0.1.1 はコメントアウト
 +    * ノードのホスト名も入れていく
   - インストール\\ <code bash>$ sudo apt-get install torque-mom torque-client</code>   - インストール\\ <code bash>$ sudo apt-get install torque-mom torque-client</code>
   - サーバ名の変更\\ <code bash>$ sudoedit /var/spool/torque/server_name</code>サーバ名を記入   - サーバ名の変更\\ <code bash>$ sudoedit /var/spool/torque/server_name</code>サーバ名を記入
   - [[分子シミュレーション関連/環境構築/Torque (旧PBS)/サーバの設定|サーバの設定]] を終わらせる   - [[分子シミュレーション関連/環境構築/Torque (旧PBS)/サーバの設定|サーバの設定]] を終わらせる
-$ sudo service torque-mom restart</code> +  スケジューラ、及びジョブワーカーの起動 
-  - サバ名確認\\ <code bash>qstat -q</code> +    * 計算機を再起動させるか、以下のコマンドを実行する\\ <code bash>sudo service torque-scheduler start 
-  - サーバの設定状況の確認\\ <code bash>pbsnodes -a</code>+sudo service torque-mom start</code> 
  
 +===== 参考サイト =====
 +  * [[http://tech.ckme.co.jp/torque.shtml | TORQUEの導入・設定:tech.ckme.co.jp]] インストールなど
  
 +{{tag>Linux サーバ 分子シミュレーション}}
  • 分子シミュレーション関連/環境構築/torque_旧pbs/apt-getによる導入.1468899849.txt.gz
  • 最終更新: 2016/07/19 12:44
  • by mumeiyamibito