Now that we have seen a simple example on how to write, compile, and run a basic MPI program, we can continue by demonstrating how to actually send messages with MPI. The true power of MPI is in its message-sending capabilities, which allow processes to explicitly communicate data among one another. In order to achieve this level of communication, MPI has sending and receiving operations providing both blocking and non-blocking communications, the details of which are discussed in this chapter.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Point-to-Point Communication

  • Raymond J. Spiteri,
  • Kyle Klenk

摘要

Now that we have seen a simple example on how to write, compile, and run a basic MPI program, we can continue by demonstrating how to actually send messages with MPI. The true power of MPI is in its message-sending capabilities, which allow processes to explicitly communicate data among one another. In order to achieve this level of communication, MPI has sending and receiving operations providing both blocking and non-blocking communications, the details of which are discussed in this chapter.