Open cxbrooks opened 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/
Use PN, where each actor is a thread.
Use Modular Code Generation
The problem we face now is that Publishers and Subscribers have problem crossing Opaque boundaries.
Changed title
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