Hi forum I have send a job to my cluster using the sbatch command, but now when I check the queue status I get this
[root@master ~]# squeue
JOBID PARTITION NAME USER ST TIME NODES
NODELIST(REASON)
14 debug ssrun.sh user1 CG
0:00 1 node_1
Why the status of the task is always CG?, and why when I executes
[root@master ~]# scancel job 14
scancel: error: Invalid job_id job
says: error: Invalid job_id job
How can I cancel this job?
Thanks
