「SGE用スクリプトファイルをPBS用に書き換える方法」の版間の差分

提供:biaswiki
ナビゲーションに移動 検索に移動
(ページの作成:「<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...」)
 
編集の要約なし
1行目: 1行目:
<table border>
== 主なコマンド Common command ==
<table cellpadding="4" border >
<tr><td></td><th>PBS command</th><th>SGE command</th></tr>
<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 submission</td><td>qsub [scriptfile]<td>qsub [scriptfile]</td></tr>

2018年6月1日 (金) 04:41時点における版

主なコマンド 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