第9章包含了一个关于如何在并行程序中处理错误的详细讨论。
Chapter 9 contains a detailed discussion of how to handle errors in concurrent programs.
正如您将很快看到的,ConTest不是单元测试的取代者,但它是处理并行程序的单元测试故障的一种补充技术。
As you'll quickly see, ConTest isn't a replacement for unit testing but a complementary technology that addresses the failures of unit testing for concurrency programs.
消息传递模型作为一种处理单元间标准信息传输方式在实际并行程序中广为采用。
Message passing model has widely been adapted as a standard information transmission between processing elements in practical parallel programs.
数据分布是影响并行程序在分布主存多处理机上执行性能的重要因素。
Data distribution is one of the key factors that affect the performance of programs running on distributed memory multiprocessors.
文章介绍了多核处理器的架构、并行程序设计方法以及性能调优工具。
This article describes the structure of multi-core processors, parallel programming methods and tools for performance tuning.
在并行代码自动生成过程中,优化是不可或缺的重要环节,只有经过适当的优化处理,自动生成的并行程序才会具有一定的实用价值。
Optimization is an indispensably important step in the process of automatic parallel code generation, but the parallel code can have some practical value only after proper optimization.
如何将应用程序中的任务分配到处理机上,使并行程序的执行时间最小化就成了一个重要的问题。
Parallel algorithms must be solved on distributed systems. The tasks assignment algorithms is important on parallel computing system.
如何将应用程序中的任务分配到处理机上,使并行程序的执行时间最小化就成了一个重要的问题。
Parallel algorithms must be solved on distributed systems. The tasks assignment algorithms is important on parallel computing system.
应用推荐