Sundials: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 24: | Line 24: | ||
Then do the usual make/make install. | Then do the usual make/make install. | ||
Sundials | =Sundials with GPU= | ||
On the Sundials mailing list (March 3, subject "GPU"), Yu Shi sent out a link to a library combining Sundials with Magma. | |||
The Magma GPU linear algebra library is here: | |||
* http://icl.cs.utk.edu/magma/ | |||
Yu Shi's github link for Sundials-Magma is here: | |||
* https://github.com/athlonshi/Sundials-MAGMA | |||
= Resources = | |||
Sundials home page - https://computation.llnl.gov/casc/sundials/main.html | |||
{{Programs}} | {{Programs}} | ||
{{ | {{ScientificComputingFlag}} | ||
{{LinearAlgebraFlag}} | |||
Latest revision as of 01:17, 10 October 2017
Sundials is a C library of nonlinear and differential equation solvers. It was created and is maintained by a group at Lawrence Livermore National Lab.
This page details the C version of Sundials. For Python Sundials interfaces, use the following pages:
- Python Sundials - details the installation and usage of the python-sundials library
- PySundials - details the installation and usage of the PySundials library
Installation
Configuration
Sundials is a straightforward library to install. You can use the following configure line:
#!/bin/sh
#
# run configure
# make
# make install
./configure \
--prefix=/path/to/sundials
Then do the usual make/make install.
Sundials with GPU
On the Sundials mailing list (March 3, subject "GPU"), Yu Shi sent out a link to a library combining Sundials with Magma.
The Magma GPU linear algebra library is here:
Yu Shi's github link for Sundials-Magma is here:
Resources
Sundials home page - https://computation.llnl.gov/casc/sundials/main.html
| Scientific Computing Topics in scientific computing.
Numerical Software: Lapack · Sundials · Matlab · Octave · FFTW Petsc · Example Petsc Makefile · Trilinos · Hypre · Ginac · Gnuplot
Python: Numpy · Scipy · Pandas · Matplotlib · Python Sundials · Py4Sci Scikit-learn: Sklearn · Skimage
|
| Linear Algebra Topics in linear algebra.
Matlab · Octave · Sundials · Trilinos
|