Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Max Runtime Limit
- Date: Tue, 8 Oct 2024 12:45:52 -0500 (CDT)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Max Runtime Limit
You know, now that I play around with it, I can't tell the difference
between these two variables. I set up a job to sleep for 20 seconds and
tried it with an allowed_execute_duration of 10s and similarly for
allowed_job_duration (I submitted two separate jobs, one with execute
and one with job).
The manual --
https://htcondor.readthedocs.io/en/latest/man-pages/condor_submit.html#allowed_execute_duration
https://htcondor.readthedocs.io/en/latest/man-pages/condor_submit.html#allowed_job_duration
-- claims that the "execute" does NOT include file-transfer time, but that
"job" does.
-- ToddM