From charlesreid1

Line 19: Line 19:
   --prefix=/path/to/sundials
   --prefix=/path/to/sundials
</syntaxhighlight>
</syntaxhighlight>
Then do the usual make/make install.


= Resources =
= Resources =

Revision as of 19:14, 20 October 2010

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