这是使用 MPICH 库的并行处理来计算 pi 的示例。此示例包含在 mpich 安装中。它本质上是通过将多个处理器或主机之间的分数相加来划分计算 pi 的工作。
It's the example of using parrallel processing with the MPICH library to calculate pi. This example is included in the mpich installation. It essentially divides up the job of calculating pi by adding together fractions amongst a number of processors or hosts.
发布评论
评论(1)
这是使用 MPICH 库的并行处理来计算 pi 的示例。此示例包含在 mpich 安装中。它本质上是通过将多个处理器或主机之间的分数相加来划分计算 pi 的工作。
It's the example of using parrallel processing with the MPICH library to calculate pi. This example is included in the mpich installation. It essentially divides up the job of calculating pi by adding together fractions amongst a number of processors or hosts.