The second HPC pattern, divide-and-conquer, is also known as highly parallel execution.
第二种 HPC 模式,即分治模式,也称为高并行执行。
Listing 1. Pseudo-code for generic divide-and-conquer parallel algorithms.
清单1 .通用divide - and - conquer并行算法的伪代码。
A typical parallel divide-and-conquer algorithm takes the form shown in Listing 1.
典型的并行divide - and - conquer算法的形式如清单1所示。
应用推荐