[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Extending Condor's scheduling? (for sched.researchpurposes)
- Date: Fri, 15 Oct 2004 18:17:30 -0400
- From: David Petrou <dpetrou@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Extending Condor's scheduling? (for sched.researchpurposes)
Are you implying that you have tweaked the scheduler in another way?
(If so, how?) Or that you didn't do it at all because an interface
wasn't available?
Is there someway to override priority computations to kind of overtake
Condor scheduling without source code?
Thanks,
david
David brings up an interesting point here: access to Condor's
scheduling
algorithms via an API would be a nice thing. I certainly would have
looked to tweaking the scheduler to be non-fair share if an interface
had been availble. You wouldn't have to provide source code
necessarily,
just a way to replace the library that does the scheduling for the
negotiator and matching deamon and then some documentation.
Ian