LogP machine
The LogP machine is a model for parallel computation.
It aims at being more practical than the PRAM model while still allowing for easy analysis of computation.
The name is not related to the mathematical logarithmic function: Instead, the machine is described by the four parameters ,
,
and
.
The LogP machine consists of arbitrarily many processing units with distributed memory. The processing units are connected through an abstract communication medium which allows point-to-point communication. This model is pair-wise synchronous and overall asynchronous.
The machine is described by the four parameters:
, the latency of the communication medium.
, the overhead of sending and receiving a message.
, the gap required between two send/receive operations. A more common interpretation of this quantity is as the inverse of the bandwidth of a processor-processor communication channel.
, the number of processing units.
Each local operation on each machine takes the same time ('unit time'). This time is called a processor cycle. The units of the parameters ,
and
are measured in multiples of processor cycles.
Sources and credits
This article is adapted from the Wikipedia article “LogP machine”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.