Ticket #57 (closed idea: invalid)

Opened 7 years ago

Last modified 6 years ago

explore more scalable parallel mapping algorithm

Reported by: mmckerns Owned by: mmckerns
Priority: minor Milestone: mystic-0.2a1
Component: pathos Keywords:
Cc:

Description (last modified by mmckerns) (diff)

explore the potentially more scalable parallel mapping algorithm idea Michael Aivazis sent me:

The basic idea is to form a ring of managers that maintain a distributed
worklist. Each of the managers manages some workers that can pull
work off the list by reserving a task (which allows you to communicate
that it is going to be worked on), followed by actually being assigned the
task by their local manager.  The improvement is in breaking the task
assignment in two and allowing the manager ring to synchronize their
view of the global task list.

Change History

comment:1 Changed 7 years ago by mmckerns

  • Description modified (diff)

comment:2 Changed 6 years ago by mmckerns

  • Status changed from new to closed
  • Resolution set to invalid

moved to  pathos ticket #52

closed

comment:3 Changed 6 years ago by mmckerns

  • Milestone changed from mystic-dev to mystic-0.2a1
Note: See TracTickets for help on using tickets.