Implementation Models Using Python and mpi4py
摘要
This chapter is a brief introduction to the message passing interface module for Python, mpi4py, and basic implementation models for distributed algorithms. We review mpi4py module for message based communications in the first part and illustrate its use in distributed algorithms. The second part of this chapter describes asynchronous and synchronous execution models of distributed algorithms with coding templates in Python.