List of serial IDA examples

  idaFoodWeb_bnd   : 2-D food web system, banded Jacobian
  idaHeat2D_bnd    : 2-D heat equation, banded Jacobian
  idaHeat2D_kry    : 2-D heat equation, diagonal preconditioner
  idaKrylovDemo_ls : demonstration program with 3 Krylov solvers
  idaRoberts_dns   : 3-species Robertson kinetics system
  idaRoberts_klu   : Robertson system with KLU sparse linear solver
  idaRoberts_sps   : Robertson system with SuperLUMT sparse linear solver
  idaSlCrank_dns   : slider-crank example (stabilized index-2 DAE)


SUNDIALS was built with the following Cmake options:

BUILD_ARKODE=ON
BUILD_CVODE=ON
BUILD_CVODES=ON
BUILD_IDA=ON
BUILD_IDAS=ON
BUILD_KINSOL=ON
BUILD_SHARED_LIBS=ON
BUILD_STATIC_LIBS=ON
CMAKE_INSTALL_PREFIX=/usr/casc/sundials/builddir/instdir
CXX_ENABLE=ON
EXAMPLES_ENABLE=ON
EXAMPLES_INSTALL=ON
EXAMPLES_INSTALL_PATH=/usr/casc/sundials/builddir/instdir/examples
F90_ENABLE=ON
FCMIX_ENABLE=ON
KLU_ENABLE=ON
KLU_INCLUDE_DIR=/usr/casc/sundials/apps/rh6/suitesparse/4.2.1/include
KLU_LIBRARY_DIR=/usr/casc/sundials/apps/rh6/suitesparse/4.2.1/lib
LAPACK_ENABLE=ON
LAPACK_LIBRARIES=/usr/casc/sundials/apps/rh6/lapack/3.5.0/lib/liblapack.so;/usr/casc/sundials/apps/rh6/lapack/3.5.0/lib/libblas.so
MPI_ENABLE=ON
MPI_MPICC=/usr/casc/sundials/apps/rh6/openmpi/1.4.5/bin/mpicc
MPI_MPICXX=/usr/casc/sundials/apps/rh6/openmpi/1.4.5/bin/mpicxx
MPI_MPIF77=/usr/casc/sundials/apps/rh6/openmpi/1.4.5/bin/mpif77
MPI_MPIF90=/usr/casc/sundials/apps/rh6/openmpi/1.4.5/bin/mpif90
MPI_RUN_COMMAND=mpirun
OPENMP_ENABLE=OFF
PTHREAD_ENABLE=ON
SUNDIALS_PRECISION=double
SUPERLUMT_ENABLE=OFF
USE_GENERIC_MATH=ON