How to Install and Uninstall libkokkos-4_2 Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "libkokkos-4_2" package

Please follow the instructions below to install libkokkos-4_2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libkokkos-4_2

2. Uninstall "libkokkos-4_2" package

This is a short guide on how to uninstall libkokkos-4_2 on openSuSE Tumbleweed:

$ sudo zypper remove libkokkos-4_2

3. Information about the libkokkos-4_2 package on openSuSE Tumbleweed

Information for package libkokkos-4_2:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libkokkos-4_2
Version : 4.2.00-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 442.9 KiB
Installed : No
Status : not installed
Source package : kokkos-4.2.00-1.2.src
Upstream URL : https://github.com/kokkos/kokkos
Summary : A C++ Performance Portability Programming Library
Description :
Kokkos Core implements a programming model in C++ for writing performance
portable applications targeting all major HPC platforms. For that purpose
it provides abstractions for both parallel execution of code and data
management. Kokkos is designed to target complex node architectures with
N-level memory hierarchies and multiple types of execution resources. It
currently can use OpenMP, Pthreads and CUDA as backend programming models.
This package contains the kokkos library.