Girish Mahajan (Editor)

Trilinos

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Stable release
  
11.12.1

Available in
  
C++ and C

Operating system
  
Cross-platform

Developer(s)
  
Sandia National Laboratories.

License
  
Modified BSD license, GNU Lesser General Public License

Trilinos is a collection of open-source software libraries, called packages, intended to be used as building blocks for the development of scientific applications. The word "Trilinos" is Greek and conveys the idea of "a string of pearls", suggesting a number of software packages linked together by a common infrastructure. Trilinos was developed at Sandia National Laboratories from a core group of existing algorithms and utilizes the functionality of software interfaces such as the BLAS, LAPACK, and MPI (the message-passing interface for distributed-memory parallel programming).

Contents

Several supercomputing facilities provide an installed version of Trilinos for their users. These include the National Energy Research Scientific Computing Center (NERSC), Blue Waters at the National Center for Supercomputing Applications, and the Titan supercomputer at Oak Ridge National Laboratory. Cray supercomputers come with Trilinos installed as part of the Cray Scientific and Math Libraries.

Features

Trilinos contains packages for:

  • Constructing and using sparse graphs and matrices, and dense matrices and vectors.
  • Iterative and direct solution of linear systems.
  • Parallel multilevel and algebraic preconditioning.
  • Solution of non-linear, eigenvalue and time-dependent problems.
  • PDE-constrained optimization problems.
  • Partitioning and load balancing of distributed data structures.
  • Automatic differentiation.
  • Discretizing partial differential equations.
  • Trilinos supports distributed-memory parallel computation through the Message Passing Interface (MPI). In addition, some Trilinos packages have growing support for shared-memory parallel computation. They do so by means of the Kokkos package in Trilinos, which provides a common C++ interface over various parallel programming models, including OpenMP, POSIX Threads, and CUDA.

    Programming languages

    Most Trilinos packages are written in C++. Trilinos currently does not require C++11 support, though some packages have an option to use C++11 features if they are available. Some Trilinos packages, like ML and Zoltan, are written in C. A few packages, like Epetra, have optional implementations of some computational kernels in Fortran, but Fortran is not required to build these packages.

    Some Trilinos packages have bindings for other programming languages. These include Python, C, Fortran, and Matlab.

    Software licenses

    Each Trilinos package may have its own software license. Most packages are Open Source; most of these have a Modified BSD license, while a few packages are under the GNU Lesser General Public License (LGPL). The BLAS, and LAPACK libraries are required dependencies.

    References

    Trilinos Wikipedia