Difference between revisions of "Tutorial: Running Multithreaded Programs on AWS"

From dftwiki3
Jump to: navigation, search
(Created page with "--~~~~ ---- <bluebox>This tutorial is a quick overview of how to run a compiled C++ program on a multi-core machine. In this case the multicore is on AWS (Amazon), but it could...")
 
(Overall Block Diagram)
Line 6: Line 6:
 
=Overall Block Diagram=
 
=Overall Block Diagram=
  
<center>[[Image:FilterWiki10.png|800px]]</center>
+
<center>[[Image:FilterWiki10.png|600px]]</center>
  
  

Revision as of 14:40, 14 June 2012

--D. Thiebaut 15:39, 14 June 2012 (EDT)


This tutorial is a quick overview of how to run a compiled C++ program on a multi-core machine. In this case the multicore is on AWS (Amazon), but it could also be any multicore desktop machine.

Overall Block Diagram

FilterWiki10.png