<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/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://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Template%3AParallel_computing"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Template:Parallel_computing&amp;action=history"/>
	<updated>2026-05-04T16:43:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Template:Parallel_computing&amp;diff=3861137&amp;oldid=prev</id>
		<title>imported&gt;Ornithorynque liminaire: seems missing</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Template:Parallel_computing&amp;diff=3861137&amp;oldid=prev"/>
		<updated>2025-05-11T13:14:59Z</updated>

		<summary type="html">&lt;p&gt;seems missing&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;
* [[Parallel algorithm]]&lt;br /&gt;
* [[Massively parallel]]&lt;br /&gt;
* [[Cloud computing]]&lt;br /&gt;
* [[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;
&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;
* [[Simultaneous and heterogeneous multithreading|Simultaneous and heterogenous]]&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 RAM|PRAM model]]&lt;br /&gt;
* [[Parallel external memory|PEM model]]&lt;br /&gt;
* [[Analysis of parallel algorithms]]&lt;br /&gt;
* [[Amdahl&amp;#039;s law]]&lt;br /&gt;
* [[Gustafson&amp;#039;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)|Array]]&lt;br /&gt;
&lt;br /&gt;
| group6 = Coordination&lt;br /&gt;
| list6 = &lt;br /&gt;
* [[Multiprocessing]]&lt;br /&gt;
* [[Memory coherence]]&lt;br /&gt;
* [[Cache coherence]]&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&amp;#039;s taxonomy]]&lt;br /&gt;
** [[Single instruction, single data|SISD]]&lt;br /&gt;
** [[Single instruction, multiple data|SIMD]]&lt;br /&gt;
*** [[Single instruction, multiple threads|Array processing]] (SIMT)&lt;br /&gt;
*** [[Flynn&amp;#039;s taxonomy#Pipelined processor|Pipelined processing]]&lt;br /&gt;
*** [[Flynn&amp;#039;s taxonomy#Associative processor|Associative processing]]&lt;br /&gt;
** [[Multiple instruction, single data|MISD]]&lt;br /&gt;
** [[Multiple instruction, multiple data|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]] computer&lt;br /&gt;
* [[Computer cluster]]&lt;br /&gt;
** [[Beowulf cluster]]&lt;br /&gt;
* [[Grid computing|Grid computer]]&lt;br /&gt;
* [[Hardware acceleration]]&lt;br /&gt;
&lt;br /&gt;
| group9 = [[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++]]&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;
* [[pthreads]]&lt;br /&gt;
* [[RaftLib]]&lt;br /&gt;
* [[ROCm]]&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 (computer science)|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|Processor 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>imported&gt;Ornithorynque liminaire</name></author>
	</entry>
</feed>