HTCondor Project List Archives



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

Re: [Condor-devel] [Condor-team] priority list question



[This is a good question for condor-devel. Please CC your
answers there too]

On Wed, Aug 01, 2007 at 12:10:26PM -0500, R. Kent Wenger wrote:
> Folks,
> 
> I need some kind of a priority queue data structure, and I'm hoping
> we already have something close to what I need somewhere.
> 
> I'm working on implementing DAG node priorities (which is something that
> LIGO really wants).
> 
> Anyhow, right now the ready queue in DAGMan is a SimpleList.  To get node
> priorities to work, I need to enhance the ready queue to have priority
> order.  The question is whether there is already some data structure in
> Condor that does what I need, or close to it.  I hunted through the code
> and I haven't found anything so far, but I thought I'd check before
> I reinvent the wheel.
> 
> Kent