How to Install and Uninstall libkokkos3 Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "libkokkos3" package

This guide covers the steps necessary to install libkokkos3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libkokkos3

2. Uninstall "libkokkos3" package

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

$ sudo zypper remove libkokkos3

3. Information about the libkokkos3 package on openSuSE Tumbleweed

Information for package libkokkos3:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libkokkos3
Version : 3.3.00-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 201,4 KiB
Installed : No
Status : not installed
Source package : kokkos-3.3.00-3.1.src
Summary : Kokkos 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.