From charlesreid1

(Created page with "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 = == C...")
 
Line 7: Line 7:
== Configuration ==
== Configuration ==


Sundials is a straightforward  
Sundials is a straightforward library to install.  You can use the following configure line:


<syntaxhighlight lang="bash">
#!/bin/sh
#
# run configure
# make
# make install


./configure \
  --prefix=/path/to/sundials
</syntaxhighlight>


= Resources =
= Resources =

Revision as of 20:47, 6 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

Resources

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