How to Install and Uninstall python-mpi4py Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 01,2024

1. Install "python-mpi4py" package

This guide let you learn how to install python-mpi4py on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-mpi4py

2. Uninstall "python-mpi4py" package

In this section, we are going to explain the necessary steps to uninstall python-mpi4py on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-mpi4py $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-mpi4py package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-mpi4py
Priority: extra
Section: universe/python
Installed-Size: 1414
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: amd64
Source: mpi4py
Version: 1.3.1+hg20131106-2ubuntu5
Depends: libc6 (>= 2.4), libopenmpi1.10, python (>= 2.7), python (<< 2.8), mpi-default-bin
Suggests: python-numpy
Filename: pool/universe/m/mpi4py/python-mpi4py_1.3.1+hg20131106-2ubuntu5_amd64.deb
Size: 319966
MD5sum: 461c2a20d6afb4341039b8f5f74f756a
SHA1: 84116d388a64dd4f35ea54a6f26003b88e30febb
SHA256: 729f79627523c3ff2fb0a45383eb41f442648f8dab6f322f76498d30d16a976e
Description-en: bindings of the Message Passing Interface (MPI) standard
MPI for Python (mpi4py) provides bindings of the Message Passing
Interface (MPI) standard for the Python programming language,
allowing any Python program to exploit multiple processors.
.
mpi4py is constructed on top of the MPI-1/MPI-2 specification
and provides an object oriented interface which closely follows MPI-2
C++ bindings. It supports point-to-point (sends, receives) and
collective (broadcasts, scatters, gathers) communications of any
picklable Python object as well as optimized communications of Python
object exposing the single-segment buffer interface (NumPy arrays,
builtin bytes/string/array objects).
Description-md5: df56770de9e33454460005eda8d75b21
Homepage: http://code.google.com/p/mpi4py/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu