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.

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

Implementation Models Using Python and mpi4py

  • K. Erciyes

摘要

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.