翻訳と辞書
Words near each other
・ parallel port
・ parallel presence detect
・ parallel processing
・ parallel processor
・ parallel random-access machine
・ parallel reduction
・ parallel server option
・ parallel sml
・ parallel sysplex
・ parallel virtual machine
parallelism
・ param
・ parameter
・ parameter ram
・ parametric polymorphism
・ paraml
・ paranoid programming
・ parasoft corp
・ parasol
・ parc


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

parallelism : FOLDOC
parallelism
1. parallel processing.
2. The maximum number of independent subtasks in a given task at a given point in its execution. E.g. in computing the expression
(a + b) *

(c + d) the expressions a, b, c and d can all be calculated in parallel giving a degree of parallelism of (at least) four. Once they have been evaluated then the expressions a + b and c + d can be calculated as two independent parallel processes.
The Bernstein condition states that processes P and Q can be executed in parallel (or in either sequential order) only if:
(i) there is no overlap between the inputs of P and the outputs of Q and vice versa and
(ii) there is no overlap between the outputs of P, the outputs of Q and the inputs of any other task.
If process P outputs value v which process Q reads then P must be executed before Q. If both processes write to some variable then its final value will depend on their execution order so they cannot be executed in parallel if any other process depends


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.