Jump to content

Talk:Parallel computing

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Anordal (talk | contribs) at 21:40, 14 January 2021 (A more fundamental classification). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Vital article

Featured articleParallel computing is a featured article; it (or a previous version of it) has been identified as one of the best articles produced by the Wikipedia community. Even so, if you can update or improve it, please do so.
Main Page trophyThis article appeared on Wikipedia's Main Page as Today's featured article on March 18, 2009.
Article milestones
DateProcessResult
November 18, 2007Featured article candidateNot promoted
January 16, 2008Good article nomineeListed
May 6, 2008Featured article candidatePromoted
Current status: Featured article
WikiProject iconComputing: CompSci FA‑class Top‑importance
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.
FAThis article has been rated as FA-class on Wikipedia's content assessment scale.
TopThis article has been rated as Top-importance on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Computer science (assessed as Top-importance).
Things you can help WikiProject Computer science with:

WikiProject iconSpoken Wikipedia
WikiProject iconThis article is within the scope of WikiProject Spoken Wikipedia, a collaborative effort to improve the coverage of articles that are spoken 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.


Hello fellow Wikipedians,

I have just modified 4 external links on Parallel computing. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 5 June 2024).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 17:20, 24 September 2017 (UTC)[reply]

Hello fellow Wikipedians,

I have just modified one external link on Parallel computing. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 5 June 2024).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 09:34, 7 October 2017 (UTC)[reply]

Hello fellow Wikipedians,

I have just modified one external link on Parallel computing. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 5 June 2024).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 23:49, 7 November 2017 (UTC)[reply]

Invitation to submit to the WikiJournal of Science

Hello there! This article is already quite good by Wikipedia standards, could it be further improved with the help of feedback from academic experts? To find out, submit it to the WikiJournal of Science.

Reasons for submitting

What we need

  • An editor who already made substantial contributions to this article, and who is willing to engage in our editorial process, from initial submission to reacting to recommendations. This involves temporarily working on a separate version of this article at Wikiversity.
  • No fees involved: WikiJournals are libre open access journals.

How to submit

Why this article

We are putting this notice on a few scientific Wikipedia articles. This article was chosen by one of our editors who is motivated to follow it through the process, and thinks it has good chances of being eventually accepted for publication. (Examples: an accepted article, a declined article.) Of course, spontaneous submissions are also welcome!

T.Shafee(Evo&Evo)talk 01:13, 30 October 2018 (UTC)[reply]

GPU (SLI, Crossfire)

Similar principle was applied to GPUs: Scalable Link Interface, AMD CrossFireX, NVLink Bridge. It would be good to expand upon, how it is similar and how it differs from CPU parallel computing. ... It is based on the principle of parallel processing where two or more GPUs share the load... 89.201.184.8 (talk) 09:03, 26 April 2020 (UTC)[reply]

A more fundamental classification

I'm missing a more fundamental classification of parallelism that is not rooted in implementation details of contemporary computers, or computing at all, just the possible ways to split work.

I think that there are fundamentally only two ways to split work so it can be worked on in parallel:

  1. Split it in parts that can be worked on independently.
  2. Split it in stages that can be pipelined.

Someone must have thought about this before.—Anordal (talk) 21:40, 14 January 2021 (UTC)[reply]