3.5.5. ジョブの強制終了

3.5.5.1. 説明

ジョブを削除します。

3.5.5.2. 書式

qdel [ -x ] [ -W force ] job_identifier [job_identifier ...]

3.5.5.3. オプション一覧

オプション一覧表

オプション

設定値

-x

メモリ量や経過時間、ジョブの状態の経過時間などを表示

-W force

ジョブの強制削除

3.5.5.4. 使用例

userA@gpu2:~/work/20180712_sample> qstat
Job id            Name             User              Time Use S Queue
----------------  ---------------- ----------------  -------- - -----
3413.cmspbs1       abinit           userA           00:00:00 R P_030
3414.cmspbs1       STDIN_gpu2_22   userA           00:00:00 R IP_001
userA@gpu2:~/work/20180712_sample> qdel 3414.cmspbs1
userA@gpu2:~/work/20180712_sample> qstat
Job id            Name             User              Time Use S Queue
----------------  ---------------- ----------------  -------- - -----
3413.cmspbs1        abinit           userA           00:00:00 R P_030
userA@gpu2:~/work/20180712_sample>