cxbrooks / test

Second test for bugzilla to git
0 stars 0 forks source link

Parallel execution on multicore machines #220

Open cxbrooks opened 14 years ago

cxbrooks commented 14 years ago

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#338 From: @cxbrooks Reported version: 8.1.devel CC: pt-dev@chess.eecs.berkeley.edu

Depends on: BZ#341

cxbrooks commented 14 years ago

From the April, 2010 site visit, Warren writes:

"Parallel execution of Ptolemy models on multicore machines - Enable parallel execution of Ptolemy models on multicore machines. Provide a way for modelers to partition models for parallel execution."

There are several approaches to this.

E.A. Lee, "ThreadedComposite: A Mechanism for Building Concurrent and Parallel Ptolemy II Models," EECS Department, University of California, Berkeley, Technical Report No. UCB/EECS-2008-151, December 7, 2008.

http://www.eecs.berkeley.edu/Pubs/TechRpts/2008/EECS-2008-151.html

See

http://ptolemy.eecs.berkeley.edu/ptolemyII/ptII8.0/ptII/ptolemy/domains/de/doc/

The problem we face now is that Publishers and Subscribers have problem crossing Opaque boundaries.

cxbrooks commented 14 years ago

Changed title