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

[HTCondor-users] condor's ClusterID



Dear condor users,

How can I catch ClusterID of the condor's job (actually submitted to the queue with condor_submit) into some output? I am trying to find it but I am not able.

How to catch ClusterID's of all my jobs, I know:

condor_q -submitter `echo $USER` -format "%d\n" ClusterID > output.txt

I am planning to compare the 1st one output with the 2nd one for making a decision if some calculations are still running or they have been already finished. If they are finished I can perform some other shell scripts.

Kind regards,
Rene Labounek