SGE用スクリプトファイルをPBS用に書き換える方法

提供:biaswiki
2018年6月1日 (金) 04:40時点におけるCproom (トーク | 投稿記録)による版 (ページの作成:「<table border> <tr><td></td><th>PBS command</th><th>SGE command</th></tr> <tr><td>Job submission</td><td>qsub [scriptfile]<td>qsub [scriptfile]</td></tr> <tr><td>Job dele...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動
PBS commandSGE command
Job submissionqsub [scriptfile]qsub [scriptfile]
Job deletion qdel [job_id] qdel [job_id]
Job status (for user) qstat -u [username] qstat -u [username]
Extended job status qstat -f [job_id] qstat -f -j [job_id]
Hold a job temporarily qhold [job_id] qhold [job_id]
Release job hold qrls [job_id] qrls [job_id]
List of usable queues qstat -Q qconf -sql