Point-to-Point Communication
摘要
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.