Differences between revisions 1 and 18 (spanning 17 versions)
Revision 1 as of 2007-01-31 19:25:54
Size: 61
Editor: wstein
Comment:
Revision 18 as of 2008-11-14 13:41:51
Size: 954
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * GPL versus BSD  * Star-P model: provide a networked remote engine that does a few BASIC BUILDING BLOCKS in parallel over the network and does them VERY well. And that's it. All code blocks.
Line 5: Line 5:
 * OpenMP  * Interactive parallel computation -- Adding one high-latency extra clever node to the cluster -- YOU!

 * Interactive parallel supercomputing -- not a paradox.

 * serial; task parallel; data parallel

 * 2-core -- is it worth
 
 * task farming: will it be the first large usage.

 * (L)GPL versus BSD - A [[http://projects.scipy.org/pipermail/scipy-user/2007-January/010602.html|summary]] of this discussion on the scipy list:


 * OpenMP -- why not discussed much here.

 * How to USE pthreads???
     - job queue
     - sleep/wake
     - when to use

 * C versus C++: why? which?

 * benchmark...
 
 * boinc -- can it be used???

 * dsage compared to ipython

 * security -- task farming and malicious vandals

Topics for Discussion

  • Star-P model: provide a networked remote engine that does a few BASIC BUILDING BLOCKS in parallel over the network and does them VERY well. And that's it. All code blocks.
  • Interactive parallel computation -- Adding one high-latency extra clever node to the cluster -- YOU!
  • Interactive parallel supercomputing -- not a paradox.
  • serial; task parallel; data parallel
  • 2-core -- is it worth
  • task farming: will it be the first large usage.
  • (L)GPL versus BSD - A summary of this discussion on the scipy list:

  • OpenMP -- why not discussed much here.
  • How to USE pthreads???
    • - job queue - sleep/wake - when to use
  • C versus C++: why? which?
  • benchmark...
  • boinc -- can it be used???
  • dsage compared to ipython
  • security -- task farming and malicious vandals

msri07/discuss (last edited 2008-11-14 13:41:51 by anonymous)