<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.filipefonseca.pt/index.php?action=history&amp;feed=atom&amp;title=Template%3AParallel_computing</id>
	<title>Template:Parallel computing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.filipefonseca.pt/index.php?action=history&amp;feed=atom&amp;title=Template%3AParallel_computing"/>
	<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Template:Parallel_computing&amp;action=history"/>
	<updated>2026-04-19T02:39:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Template:Parallel_computing&amp;diff=7704&amp;oldid=prev</id>
		<title>FilipeFonseca: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Template:Parallel_computing&amp;diff=7704&amp;oldid=prev"/>
		<updated>2021-07-11T12:22:09Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Navbox&lt;br /&gt;
| name = Parallel computing&lt;br /&gt;
| state = {{{state|}}}&lt;br /&gt;
| title = [[Parallel computing]]&lt;br /&gt;
| bodyclass = hlist&lt;br /&gt;
&lt;br /&gt;
| group1 = General&lt;br /&gt;
| list1 =&lt;br /&gt;
* [[Distributed computing]]&lt;br /&gt;
* [[Parallel computing]]&lt;br /&gt;
* [[Massively parallel]]&lt;br /&gt;
* [[Cloud computing]]&lt;br /&gt;
* [[Supercomputer|High-performance computing]]&lt;br /&gt;
* [[Multiprocessing]]&lt;br /&gt;
* [[Manycore processor]]&lt;br /&gt;
* [[General-purpose computing on graphics processing units|GPGPU]]&lt;br /&gt;
* [[Computer network]]&lt;br /&gt;
* [[Systolic array]]&lt;br /&gt;
&lt;br /&gt;
| group2 = Levels&lt;br /&gt;
| list2 = &lt;br /&gt;
* [[Bit-level parallelism|Bit]]&lt;br /&gt;
* [[Instruction-level parallelism|Instruction]]&lt;br /&gt;
* [[Task parallelism|Thread]]&lt;br /&gt;
* [[Task parallelism|Task]] &lt;br /&gt;
* [[Data parallelism|Data]]&lt;br /&gt;
* [[Memory-level parallelism|Memory]]&lt;br /&gt;
* [[Loop-level parallelism|Loop]]&lt;br /&gt;
*[[Pipeline (computing)|Pipeline]]&lt;br /&gt;
| group3 = [[Multithreading (computer architecture)|Multithreading]]&lt;br /&gt;
| list3 = &lt;br /&gt;
* [[Temporal multithreading|Temporal]] &lt;br /&gt;
* [[Simultaneous multithreading|Simultaneous]] (SMT)&lt;br /&gt;
* [[Speculative multithreading|Speculative]] (SpMT)&lt;br /&gt;
* [[Preemption (computing)|Preemptive]]&lt;br /&gt;
* [[Computer multitasking#Cooperative multitasking|Cooperative]]&lt;br /&gt;
* [[Bulldozer (microarchitecture)#Bulldozer core|Clustered Multi-Thread]] (CMT)&lt;br /&gt;
* [[Hardware scout]]&lt;br /&gt;
&lt;br /&gt;
| group4 = Theory&lt;br /&gt;
| list4 = &lt;br /&gt;
* [[Parallel random-access machine|PRAM model]]&lt;br /&gt;
* [[Parallel external memory|PEM Model]]&lt;br /&gt;
* [[Analysis of parallel algorithms]]&lt;br /&gt;
* [[Amdahl's law]]&lt;br /&gt;
* [[Gustafson's law]]&lt;br /&gt;
* [[Cost efficiency]]&lt;br /&gt;
* [[Karp–Flatt metric]]&lt;br /&gt;
* [[Parallel slowdown|Slowdown]]&lt;br /&gt;
* [[Speedup]]&lt;br /&gt;
&lt;br /&gt;
| group5 = Elements&lt;br /&gt;
| list5 = &lt;br /&gt;
* [[Process (computing)|Process]]&lt;br /&gt;
* [[Thread (computing)|Thread]]&lt;br /&gt;
* [[Fiber (computer science)|Fiber]]&lt;br /&gt;
* [[Instruction window]]&lt;br /&gt;
* [[Array data structure]]&lt;br /&gt;
&lt;br /&gt;
| group6 = Coordination&lt;br /&gt;
| list6 = &lt;br /&gt;
* [[Multiprocessing]]&lt;br /&gt;
* [[Memory coherence|Memory coherency]]&lt;br /&gt;
* [[Cache coherence|Cache coherency]]&lt;br /&gt;
* [[Cache invalidation]]&lt;br /&gt;
* [[Barrier (computer science)|Barrier]]&lt;br /&gt;
* [[Synchronization (computer science)|Synchronization]]&lt;br /&gt;
* [[Application checkpointing]]&lt;br /&gt;
&lt;br /&gt;
| group7 = [[Computer programming|Programming]]&lt;br /&gt;
| list7 = &lt;br /&gt;
* [[Stream processing]]&lt;br /&gt;
* [[Dataflow programming]]&lt;br /&gt;
* [[Parallel programming model|Models]]&lt;br /&gt;
** [[Implicit parallelism]]&lt;br /&gt;
** [[Explicit parallelism]]&lt;br /&gt;
** [[Concurrency (computer science)|Concurrency]]&lt;br /&gt;
* [[Non-blocking algorithm]]&lt;br /&gt;
&lt;br /&gt;
| group8 = [[Computer hardware|Hardware]]&lt;br /&gt;
| list8 = &lt;br /&gt;
* [[Flynn's taxonomy]]&lt;br /&gt;
** [[SISD]]&lt;br /&gt;
** [[SIMD]]&lt;br /&gt;
*** [[Single instruction, multiple threads|Array Processing (SIMT)]]&lt;br /&gt;
*** [[Flynn's taxonomy#Pipelined_Processor|Pipelined Processing]]&lt;br /&gt;
*** [[Flynn's taxonomy#Associative_Processor|Associative Processing]]&lt;br /&gt;
** [[MISD]]&lt;br /&gt;
** [[MIMD]]&lt;br /&gt;
*[[Dataflow architecture]]&lt;br /&gt;
* [[Instruction pipelining|Pipelined processor]]&lt;br /&gt;
* [[Superscalar processor]]&lt;br /&gt;
* [[Vector processor]]&lt;br /&gt;
* [[Multiprocessing|Multiprocessor]]&lt;br /&gt;
** [[Symmetric multiprocessing|symmetric]]&lt;br /&gt;
** [[Asymmetric multiprocessing|asymmetric]]&lt;br /&gt;
* [[Semiconductor memory|Memory]]&lt;br /&gt;
** [[Shared memory|shared]]&lt;br /&gt;
** [[Distributed memory|distributed]]&lt;br /&gt;
** [[Distributed shared memory|distributed shared]]&lt;br /&gt;
** [[Uniform memory access|UMA]]&lt;br /&gt;
** [[Non-uniform memory access|NUMA]]&lt;br /&gt;
** [[Cache-only memory architecture|COMA]]&lt;br /&gt;
* [[Massively parallel|Massively parallel computer]]&lt;br /&gt;
* [[Computer cluster]]&lt;br /&gt;
* [[Grid computing|Grid computer]]&lt;br /&gt;
* [[Hardware acceleration]]&lt;br /&gt;
&lt;br /&gt;
| group9 = [[Application programming interface|API]]s&lt;br /&gt;
| list9 = &lt;br /&gt;
* [[Ateji PX]]&lt;br /&gt;
* [[Boost (C++ libraries)|Boost]]&lt;br /&gt;
* [[Chapel (programming language)|Chapel]]&lt;br /&gt;
* [[HPX]]&lt;br /&gt;
* [[Charm%2B%2B|Charm++]]&lt;br /&gt;
* [[Cilk]]&lt;br /&gt;
* [[Coarray Fortran]]&lt;br /&gt;
* [[CUDA]]&lt;br /&gt;
* [[Dryad (programming)|Dryad]] &lt;br /&gt;
* [[C++ AMP]]&lt;br /&gt;
* [[Global Arrays]]&lt;br /&gt;
* [[GPUOpen]]&lt;br /&gt;
* [[Message Passing Interface|MPI]]&lt;br /&gt;
* [[OpenMP]]&lt;br /&gt;
* [[OpenCL]] &lt;br /&gt;
* [[OpenHMPP]]&lt;br /&gt;
* [[OpenACC]]&lt;br /&gt;
* [[Parallel Extensions]]&lt;br /&gt;
* [[Parallel Virtual Machine|PVM]]&lt;br /&gt;
* [[POSIX Threads]]&lt;br /&gt;
* [[RaftLib]]&lt;br /&gt;
* [[Unified Parallel C|UPC]]&lt;br /&gt;
* [[Threading Building Blocks|TBB]]&lt;br /&gt;
* [[ZPL (programming language)|ZPL]]&lt;br /&gt;
&lt;br /&gt;
| group10 = Problems&lt;br /&gt;
| list10 = &lt;br /&gt;
* [[Automatic parallelization]]&lt;br /&gt;
* [[Deadlock]]&lt;br /&gt;
* [[Deterministic algorithm]]&lt;br /&gt;
* [[Embarrassingly parallel]]&lt;br /&gt;
* [[Parallel slowdown]]&lt;br /&gt;
* [[Race condition]] &lt;br /&gt;
* [[Software lockout]] &lt;br /&gt;
* [[Scalability]] &lt;br /&gt;
* [[Starvation (computer science)|Starvation]]&lt;br /&gt;
&lt;br /&gt;
| below = &lt;br /&gt;
* {{category-inline|Parallel computing}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;{{doc|content=&lt;br /&gt;
{{collapsible option}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*{{tl|CPU technologies}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Computing navigational boxes]]&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
</feed>