How to Install and Uninstall libkokkos3_3_0 Package on openSUSE Leap

Last updated: July 05,2024

1. Install "libkokkos3_3_0" package

Please follow the instructions below to install libkokkos3_3_0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libkokkos3_3_0

2. Uninstall "libkokkos3_3_0" package

Please follow the guidance below to uninstall libkokkos3_3_0 on openSUSE Leap:

$ sudo zypper remove libkokkos3_3_0

3. Information about the libkokkos3_3_0 package on openSUSE Leap

Information for package libkokkos3_3_0:
---------------------------------------
Repository : Main Repository
Name : libkokkos3_3_0
Version : 3.3.00-bp155.3.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 213.3 KiB
Installed : No
Status : not installed
Source package : kokkos-3.3.00-bp155.3.10.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.