See "How to terminate the programs executed accidentally" for the deletion of the processes running on the login nodes.
When the job-ID is known
Terminate the job with qdel command as follows.
|
If job-ID is 10056, type
|
When the job-ID is unknown
Confirm the job-ID with qstat command, then incompleted jobs of the user are displayed.
Example: When GSIC user confirms the incompleted jobs, displayed as follows.
$ qstat |
TIPS. Status of jobs
state | 説明 |
r | Running |
qw | Waiting in order |
hqw | Waiting for other jobs to finish because of the dependency |
Eqw | Error for some reason |
Delete jobs with Eqw by yourself. See here for the cause of it.
Refer to here if you want to change the status of a job to hqw.