From charlesreid1

Revision as of 20:20, 30 January 2014 by Admin (talk | contribs)

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.

Resources

Sundials home page - https://computation.llnl.gov/casc/sundials/main.html