Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Jobs put on Hold at file transfer
- Date: Mon, 14 Mar 2011 16:30:54 -0500
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Jobs put on Hold at file transfer
>
> Does any one know what I can do about this?
if the job is on hold, there should be a reason it is on hold.
try running:
condor_q -held
or
condor_q -long
and look for the HoldReason. the most likely reason is that one of your output
files was missing, or had a problem transferring.
cheers,
-zach