How to Install libtrilinos-kokkos-kernels-dev in Ubuntu 18.04



Install libtrilinos-kokkos-kernels-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libtrilinos-kokkos-kernels-dev

Description:

Kokkos local computational kernels - development files

KokkosKernels implements local computational kernels for linear algebra and graph operations, using the Kokkos shared-memory parallel programming model. "Local" means not using MPI, or running within a single MPI process without knowing about MPI. "Computational kernels" are coarse-grained operations; they take a lot of work and make sense to parallelize inside using Kokkos. KokkosKernels can be the building block of a parallel linear algebra library like Tpetra that uses MPI and threads for parallelism, or it can be used stand-alone in your application. . This package provides headers.

Homepage: http://trilinos.org

Version: 12.12.1-5

Section: universe/libdevel