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

Last updated: May 17,2024

1. Install "python3-mpi4py" package

Please follow the guidance below to install python3-mpi4py on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-mpi4py

2. Uninstall "python3-mpi4py" package

This is a short guide on how to uninstall python3-mpi4py on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-mpi4py
Priority: extra
Section: universe/python
Installed-Size: 1394
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: amd64
Source: mpi4py
Version: 1.3.1+hg20131106-2ubuntu5
Depends: libc6 (>= 2.4), libopenmpi1.10, python3 (<< 3.6), python3 (>= 3.5~)
Recommends: mpi-default-bin
Suggests: python3-numpy
Filename: pool/universe/m/mpi4py/python3-mpi4py_1.3.1+hg20131106-2ubuntu5_amd64.deb
Size: 317990
MD5sum: dd46cffb719fc84c8af610fca08f63a5
SHA1: e94e2e55c8e2441dcf6167e224a3a2f795cb8020
SHA256: 0e1a7d5781b10117c1bd3f331b1322fda1b827064f897a9c2340f4221c05f475
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