How to Install and Uninstall python3-mpi4py Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "python3-mpi4py" package

Please follow the steps below to install python3-mpi4py on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-mpi4py

2. Uninstall "python3-mpi4py" package

In this section, we are going to explain the necessary steps to uninstall python3-mpi4py on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-mpi4py package on Ubuntu 21.10 (Impish Indri)

Package: python3-mpi4py
Architecture: amd64
Version: 3.0.3-10
Priority: extra
Section: universe/python
Source: mpi4py
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1603
Depends: libc6 (>= 2.34), libopenmpi3 (>= 4.1.0), python3 (<< 3.10), python3 (>= 3.9~), python3:any, mpi-default-bin
Suggests: python3-numpy
Filename: pool/universe/m/mpi4py/python3-mpi4py_3.0.3-10_amd64.deb
Size: 419714
MD5sum: d42e628081e72dbb5a115ac857c90112
SHA1: 996ac89e3e28bbee1fd5ccef8669ab8adc7d397f
SHA256: 5bd81acd12328513707efddb78d2402b7182ef378dfa2c16b659e133319bf3e0
SHA512: f1759c708046c8e7da38a5bad2dda2b5021fd2e13845bfd214652d64cde6a2e446386a873d1ea4c3fd6ffef83cbd7f51470aa694504dd0c3aeaa63f46642fc73
Homepage: https://bitbucket.org/mpi4py/mpi4py
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