libtrilinos-kokkos-kernels-13.2
Kokkos local computational kernels - runtime 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.
libtrilinos-ml-13.2
multigrid preconditioning - runtime files
ML is Sandia's main multigrid preconditioning package. ML is designed to solve
large sparse linear systems of equations arising primarily from elliptic PDE
discretizations. ML is used to define and build multigrid solvers and
preconditioners, and it contains black-box classes to construct
highly-scalable smoothed aggregation preconditioners. ML preconditioners have
been used on thousands of processors for a variety of problems, including the
incompressible Navier-Stokes equations with heat and mass transfer, linear and
nonlinear elasticity equations, the Maxwell equations, semiconductor
equations, and more.
buildlog-consultant
build log parser and analyser
buildlog-consultant can parse build logs and highlight and extract the key
error lines. This can be used to extract a snippet from a build log with the
core problem.
libcuinj64-11.5
NVIDIA CUINJ Library (64-bit)
The Compute Unified Device Architecture (CUDA) enables NVIDIA
graphics processing units (GPUs) to be used for massively parallel
general purpose computation.
libcupti11.5
NVIDIA CUDA Profiler Tools Interface runtime library
The CUDA Profiler Tools Interface (CUPTI) enables the creation of
profiling and tracing tools that target CUDA applications. CUPTI
provides a set of APIs targeted at ISVs creating profilers and other
performance optimization tools. The CUPTI APIs are not intended to be
used by developers in their CUDA applications.
libtrilinos-moertel-13.2
mortar methods package - runtime files
This package supplies capabilities for nonconforming mesh tying and contact
formulations in 2 and 3 dimensions using Mortar methods. Mortar methods are a
type of Lagrange Multiplier constraint that can be used in contact
formulations and in non-conforming or conforming mesh tying as well as in
domain decomposition techniques. Originally introduced as a domain
decomposition method for spectral elements, Mortar methods are used in a large
class of nonconforming situations such as the surface coupling of different
physical models, discretization schemes or non-matching triangulations along
interior interfaces of a domain.