Added documentation note on compiling Sundials with -fPIC

This commit is contained in:
Ray Speth 2012-03-01 00:45:08 +00:00
parent 6924e9f69f
commit 5be672535a

View file

@ -248,6 +248,10 @@ from a Fortran program.
- Required to enable some features such as sensitivity analysis.
- https://computation.llnl.gov/casc/sundials/download/download.html
- Known to work with version 2.4; Support for versions 2.3 and 2.2 is deprecated.
- To use Sundials with Cantera, you may need to compile it with the
<b>-fPIC</b> flag. You can specify this flag when configuring Sundials:
\verbatim
configure --with-cflags=-fPIC \endverbatim
\see \ref cxx-ctnew