To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Trilinos
Developer(s)Sandia National Laboratories
Stable release
14.4.0[1] / August 2, 2023; 6 months ago (2023-08-02)
Repository
Available inC++ and C
LicenseModified BSD license, GNU Lesser General Public License
Websitetrilinos.github.io

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.[2][3][4] In 2004, Trilinos received an R&D100 Award.[5]

Several supercomputing facilities provide an installed version of Trilinos for their users. These include the National Energy Research Scientific Computing Center (NERSC),[6] Blue Waters at the National Center for Supercomputing Applications,[7] and the Titan supercomputer at Oak Ridge National Laboratory.[8]

YouTube Encyclopedic

  • 1/3
    Views:
    645
    473
    449
  • Trilinos & PyTrilinos Overview
  • Trilinos M Hoemmen
  • PyTrilinos: Epetra Maps and Vectors

Transcription

Features

Trilinos contains packages for:

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, 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 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.

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.[2]

See also

References

  1. ^ Releases trilinos/Trilinos - GitHub, Retrieved: 2023-11-01.
  2. ^ a b "The Trilinos Project". Sandia National Laboratories. Retrieved 2014-06-24.
  3. ^ Heroux, Michael A.; Bartlett, Roscoe A.; Howle, Vicki E.; Hoekstra, Robert J.; Hu, Jonathan J.; Kolda, Tamara G.; Lehoucq, Richard B.; Long, Kevin R.; Pawlowski, Roger P.; Phipps, Eric T.; Salinger, Andrew G.; Thornquist, Heidi K.; Tuminaro, Ray S.; Willenbring, James M.; Williams, Alan; Stanley, Kendall S. (2005). "An overview of the Trilinos project". ACM Trans. Math. Softw. 31 (3): 397–423. CiteSeerX 10.1.1.150.5502. doi:10.1145/1089014.1089021. S2CID 4679315.
  4. ^ Palen, Brock; Squyres, Jeff; Heroux, Mike; Willenbring, Jim. "RCE 49: Trilinos". Research, Computing, and Engineering (RCE) Podcast. Retrieved 24 June 2014.
  5. ^ "DOE-Funded Research Wins 26 Awards". science.osti.gov. 2004-10-12. Retrieved 2020-08-03.
  6. ^ "Trilinos". National Energy Research Scientific Computing Center (NERSC). Retrieved 24 June 2014.
  7. ^ "Trilinos". Blue Waters: Sustained Petascale Computing. National Center for Supercomputing Applications (NCSA). Retrieved 24 June 2014.
  8. ^ "Trilinos". Oak Ridge Leadership Computing Facility. Oak Ridge National Laboratory. Retrieved 24 June 2014.

External links

This page was last edited on 7 February 2024, at 19:15
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.