From charlesreid1

Revision as of 16:40, 28 May 2011 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.


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