Jump to content

Talk:Parallel algorithm: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
TinucherianBot (talk | contribs)
Autoassessment for WP:COMP ! ( FAQ ) :
added headings to 2 earlier posts; deleted nonsensical post from 70.19.84.16 on 3 October 2006
Line 1: Line 1:
{{WikiProject Computing|class=Start|importance=}}
{{WikiProject Computing|class=Start|importance=}}
{{WikiProject Computer science|class=Start|importance=low}}
{{WikiProject Computer science|class=Start|importance=low}}

== Parallel programming ==

I typed in '/wiki/Parallel_programming' and got 'Parallel computing', but this is the page I wanted.
I typed in '/wiki/Parallel_programming' and got 'Parallel computing', but this is the page I wanted.
<span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:72.148.222.140|72.148.222.140]] ([[User talk:72.148.222.140|talk]] • [[Special:Contributions/72.148.222.140|contribs]]) 05:30, 14 March 2006</span><!-- Template:Unsigned2 -->
[[Category:[[Category:[[Category:[[Category:[[Category:]]]]]]]]]]#REDIRECT[[]]

== Embarrassingly parallel π algorithms ==


There are entirely ("embarrassingly") parallel algorithms for computing digits of <math>\pi</math>. For example, see D. H. Bailey, P. B. Borwein and S. Plouffe, "On The Rapid Computation of Various Polylogarithmic Constants", manuscript, 1996, which is [http://citeseer.ist.psu.edu/bailey96rapid.html
There are entirely ("embarrassingly") parallel algorithms for computing digits of <math>\pi</math>. For example, see D. H. Bailey, P. B. Borwein and S. Plouffe, "On The Rapid Computation of Various Polylogarithmic Constants", manuscript, 1996, which is [http://citeseer.ist.psu.edu/bailey96rapid.html

Revision as of 11:46, 29 August 2009

WikiProject iconComputing Start‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
WikiProject iconComputer science Start‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Computer science, a collaborative effort to improve the coverage of Computer science related articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
Things you can help WikiProject Computer science with:

Parallel programming

I typed in '/wiki/Parallel_programming' and got 'Parallel computing', but this is the page I wanted. —Preceding unsigned comment added by 72.148.222.140 (talkcontribs) 05:30, 14 March 2006

Embarrassingly parallel π algorithms

There are entirely ("embarrassingly") parallel algorithms for computing digits of . For example, see D. H. Bailey, P. B. Borwein and S. Plouffe, "On The Rapid Computation of Various Polylogarithmic Constants", manuscript, 1996, which is [http://citeseer.ist.psu.edu/bailey96rapid.html available via Citeseer]. Also, just because an algorithm appears to have linear data dependencies doesn't mean that it can't be effectively parallelized. For details, see G. Blelloch, "Vector Models for Data-Parallel Computing." —Preceding unsigned comment added by Hilbertastronaut (talkcontribs) 16:53, 12 October 2007 (UTC)[reply]