Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] DAGMan low submission rate
- Date: Tue, 04 Jul 2017 16:58:43 +0200
- From: Henning Fehrmann <henning.fehrmann@xxxxxxxxxx>
- Subject: Re: [HTCondor-users] DAGMan low submission rate
On Mon, Jul 03, 2017 at 02:26:40PM -0500, Brian Bockelman wrote:
Hi Brian,
> One trick we did in CMS is to wrap condor_submit with a small bash script
> that uses an environment variable to disable the implicit
> condor_reschedule. ÂThis way, raw "condor_submit" gets the default
> behavior while dagman-based submits are more optimized.
> It's been two years, so I forget the raw speedup - but I recall it being
> quite impressive.
> Brian
> PS - see
> alsoÂ[1]https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=5164
>
That seems to be something we should try.
Do you recall the environment variable?
It wasn't
export SUBMIT_SEND_RESCHEDULE=FALSE
or
export _CONDOR_SUBMIT_SEND_RESCHEDULE=FALSE
or so?
Cheers,
Henning