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

Re: [HTCondor-users] Ignore disk space



On 12/17/15, 9:28 AM, "Dennis Zheleznyak" <dennis.zheleznyak@xxxxxxxxx> wrote:
>Hi all,
>
>I would like to know which parameters I add to the submit file so that Condor will ignore the disk usage check. I don't want it to check if the machine has enough free space.

If your job requirements reference the Disk, then HTCondor won't automatically add it's own requirements.  So just say something like:

  Requirements = (Disk > 0)


Cheers,
-zach