Parallel build support for mutli-core machines
对多核机器的并行构建支持
In parallel builds, errors and exceptions can occur at different times than they do in a non-parallel build, and when one project does not build, the other project builds continue.
在同时进行建置期间,错误和例外状况发生的时间可能与一般非同时进行建置时不同,而且当某个专案未建置时,其他专案仍会继续建置。
For simplicity, and to emphasize fundamentals, we'll build just the bare minimum system that you can use to run a parallel program in a clustered environment.
为了简单起见,并且重点突出其中的基本原理,我们将构建最小的裸系统,在集群环境中可以使用它来运行并行程序。
应用推荐