Using Red Hat, I sent few jobs to a cluster and got "job IDs" in return. Using qstat I can see only one is running, one was canceled and the rest are still in the queue.
I wrote something like this:
echo "sh blahblahblah.sh" ǀ walltime=12:00:00, mem=4gb
and got something like this: 1234567.someletters
I can remove a job by qdel and type the number.
Shouldn't I be able to know what each ID refers to?
How can I see the command I typed for each job?
qstatand you can explore the parameters to the program. – Nikhil Mulley Feb 10 '12 at 15:27