Cancel the job before the job finished ========================================= Description ------------- Use qdel command for cancelling the job. Usage ------------- .. command-format:: qdel [ -x ] [ -W force ] job_identifier [job_identifier ...] List of options -------------------- .. csv-table:: List of options :header: "Option", "Value" :align: left :widths: 20,80 "-x", "Delete job and job history of the specified job." "-W force", "Forced cancel job." Example --------------------- .. 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>