How to Install and Uninstall diy-devel Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "diy-devel" package

Here is a brief guide to show you how to install diy-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install diy-devel

2. Uninstall "diy-devel" package

Please follow the instructions below to uninstall diy-devel on openSuSE Tumbleweed:

$ sudo zypper remove diy-devel

3. Information about the diy-devel package on openSuSE Tumbleweed

Information for package diy-devel:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : diy-devel
Version : 3.5.0-4.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 476.5 KiB
Installed : No
Status : not installed
Source package : diy-3.5.0-4.7.src
Upstream URL : https://github.com/diatomic/diy
Summary : A block-parallel library
Description :
Diy is a block-parallel library for implementing scalable
algorithms that can execute both in-core and out-of-core. The same
program can be executed with one or more threads per MPI process,
seamlessly combining distributed-memory message passing with
shared-memory thread parallelism. The abstraction enabling these
capabilities is block parallelism; blocks and their message queues
are mapped onto processing elements (MPI processes or threads) and
are migrated between memory and storage by the diy runtime. Complex
communication patterns, including neighbor exchange, merge reduction,
swap reduction, and all-to-all exchange, are possible in- and
out-of-core in diy.
This package provides the header files for development with diy.

5. The same packages on other Linux Distributions