How to Install and Uninstall openmpi1 Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "openmpi1" package

In this section, we are going to explain the necessary steps to install openmpi1 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install openmpi1

2. Uninstall "openmpi1" package

Please follow the step by step instructions below to uninstall openmpi1 on openSuSE Tumbleweed:

$ sudo zypper remove openmpi1

3. Information about the openmpi1 package on openSuSE Tumbleweed

Information for package openmpi1:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : openmpi1
Version : 1.10.7-6.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 608,2 KiB
Installed : No
Status : not installed
Source package : openmpi1-1.10.7-6.1.src
Summary : A powerful implementation of MPI
Description :
OpenMPI is an implementation of the Message Passing Interface, a
standardized API typically used for parallel and/or distributed
computing. OpenMPI is the merged result of four prior implementations
where the team found for them to excel in one or more areas,
such as latency or throughput.
OpenMPI also includes an implementation of the OpenSHMEM parallel
programming API, which is a Partitioned Global Address Space (PGAS)
abstraction layer providing inter-process communication using
one-sided communication techniques.
This package provides general tools (mpirun, mpiexec, etc.) and the
Module Component Architecture (MCA) base and plugins necessary for
running Open MPI/OpenSHMEM jobs.