Canceling a Job
Procedure
- Use PuTTY to log in to the server as the root user.
- Query the job ID.
squeue
- Run the following command to cancel the job:
scancel +Job ID
Example: scancel 123
Parent topic: Common Script Operations
squeue
scancel +Job ID
Example: scancel 123