ジョブの強制終了 ========================== 説明 ------------- ジョブを削除します。 書式 ------------- .. command-format:: qdel [ -x ] [ -W force ] job_identifier [job_identifier ...] オプション一覧 -------------------- .. csv-table:: オプション一覧表 :header: "オプション", "設定値" :align: left :widths: 20,80 "-x", "メモリ量や経過時間、ジョブの状態の経過時間などを表示" "-W force", "ジョブの強制削除" 使用例 --------------------- .. code-block :: none 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>