How to Install and Uninstall xmpi Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 06,2024

1. Install "xmpi" package

This guide covers the steps necessary to install xmpi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install xmpi

2. Uninstall "xmpi" package

This guide let you learn how to uninstall xmpi on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove xmpi $ sudo apt autoclean && sudo apt autoremove

3. Information about the xmpi package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: xmpi
Priority: extra
Section: universe/devel
Installed-Size: 308
Maintainer: Ubuntu Developers
Original-Maintainer: Camm Maguire
Architecture: amd64
Version: 2.2.3b8-13.2
Replaces: xmpi1-runtime
Depends: lam-runtime, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), liblam4, libstdc++6 (>= 4.9), libx11-6, libxm4 (>= 2.3.4), libxmpi4, libxt6
Conflicts: xmpi1-runtime
Filename: pool/universe/x/xmpi/xmpi_2.2.3b8-13.2_amd64.deb
Size: 91420
MD5sum: 9864efc4706c3158017d25b56accf069
SHA1: 09f58da5ccaf0369a7e31aab95c2b1b7c3f77a34
SHA256: 18c100a0f08adb7dca5adb21571b5fa267a76aa210c191fbcb063a9054b89353
Description-en: Graphical user interface for MPI program development
MPI is a standard for writing parallel processing programs using
a well defined Message Passing Interface.
.
XMPI can acquire and display extensive detail on an application's MPI
communication, including the following:
o process synchronization status: running, system or blocked
o message queue contents
o source, destination, root ranks
o MPI function name
o communicator
o data type
o message count
o tag
The above information is acquired from on-demand snapshots of
application status using debugging hooks in the MPI implementation or
from a trace log of communication activity.
Description-md5: 9b3843cf915d897828cda7d5aa1431a5
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu