XMSAPI通过提供一套通用的、用于执行某些消息传递操作的高级类,实现了一个跨多语言的、一致的编程模型。
The XMS API provides a consistent programming model across multiple languages by offering a common set of high-level classes to perform messaging operations.
角色模型支持采用一种更安全的机制来在进程(或角色)之间进行消息传递,极大地方便了并发编程。
The actor model facilitates concurrent programming by allowing a safer mechanism for message-passing between processes (or actors).
Go的作者选择了消息传递模型来作为推荐的并发编程方法。
The Go authors chose a message-passing model as their recommended method for concurrent programming. The language does still support Shared memory, however the authors have the following philosophy.
其次实现了消息传递并行编程模型MPICH在并行计算机上的编译、链接与运行。
Secondly, on the parallel computer system, we implement the compile, connection and running of the message passing parallel program model MPICH.
消息传递接口(MPI)是最常用的并行编程模型,而群集通信又是MPI中的重要组成部分。
Message Passing Interface (MPI) is the most commonly used parallel programming model, and collective communications is an important part of the MPI standard.
本文从分布式存储的并行计算机入手,引出了它的两种并行编程模型消息传递模型和数据并行模型。
This paper starts with parallel computer of distributed memory, educe two kinds of parallel programming models-message transferring model and data paralleling model.
本文从分布式存储的并行计算机入手,引出了它的两种并行编程模型消息传递模型和数据并行模型。
This paper starts with parallel computer of distributed memory, educe two kinds of parallel programming models-message transferring model and data paralleling model.
应用推荐