I have problems using qrls all on the Titan supercomputer. You can use the following little script as an alternative
First create a small script file
First create a small script file
emacs qrlsall
In qrlsall, type the following
#!/bin/bashjobids=$(showq -u tsaad | awk '{if ($3 == "UserHold") print $1;}')
echo $jobidsqrls $jobid
Now make qrlsall executable
chmod +x qrlsallVoila!