Trilinos
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 BLAS, LAPACK, and MPI.
In 2004, Trilinos received an R&D100 Award.
Several supercomputing facilities provide an installed version of Trilinos for their users. These include the National Energy Research Scientific Computing Center, Blue Waters at the National Center for Supercomputing Applications, and the Titan supercomputer at Oak Ridge National Laboratory.
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.
Programming languages
Most Trilinos packages are written in C++. Trilinos version 12.0 and later requires C++11 support. 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.