[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [condor-users] last job submitted info




Can anybody answer please, what is the simplest way to retrieve the number
of the last job submitted by the user (cluster_id) ?

A simple but slow way on Unix is:


condor_history roy | tail -1

Sorry, this answer isn't quite complete. That will tell you about the last job submitted and completed. You'll have to look at "condor_q roy" (submitting your user name, of course) to see what jobs have not completed.


-alain


Condor Support Information: http://www.cs.wisc.edu/condor/condor-support/ To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with unsubscribe condor-users <your_email_address>