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

提供:biaswiki
2018年6月1日 (金) 04:41時点におけるCproom (トーク | 投稿記録)による版
ナビゲーションに移動 検索に移動

主なコマンド Common command

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