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

[Condor-users] Way to check for termination of jobs.



Hi,
 
I am currently submitting jobs to a windows based condor pool in a c language program. I  want the function submitting the jobs in the program to return only when the jobs have finshed executing. I havent been able to do so. At the moment the function returns as soon as the jobs have been submitted to the pool. Is there a way to check if the jobs submitted by a particular user have finished executing so that i can make the function to wait until then.
 
Any help would be appreciated.
 
Thanks.
Sameer