List of serial IDAS examples

  idasAkzoNob_ASAi_dns  : adjoint sensitivity for the chemical Akzo-Nobel problem
  idasAkzoNob_dns       : chemical Akzo-Nobel problem
  idasFoodWeb_bnd       : 2-D food web system, banded Jacobian
  idasHeat2D_bnd        : 2-D heat equation, banded Jacobian
  idasHeat2D_kry        : 2-D heat equation, diagonal preconditioner
  idasHessian_ASA_FSA   : computation of Hessian for Robertson kinetics system
  idasKrylovDemo_ls     : demonstration program with 3 Krylov solvers
  idasRoberts_ASAi_dns  : adjoint sensitivity for Robertson kinetics system
  idasRoberts_dns       : 3-species Robertson kinetics system with user Jacobian
  idasRoberts_klu       : Robertson system with KLU sparse linear solver
  idasRoberts_sps       : Robertson system with SuperLUMT sparse linear solver
  idasRoberts_FSA_dns   : forward sensitivity for Robertson kinetics system
  idasSlCrank_dns       : slider-crank simulation
  idasSlCrank_FSA_dns   : forward sensitivity for slider-crank



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