List of serial CVODES examples (1) Simulation cvdenx : dense example cvdenx_uw : dense example with user ewt function cvbanx : banded example cvkryx : Krylov example cvkryx_bp : Krylov example with banded preconditioner cvdirectdem : demonstration program for direct methods cvkrydem_lin : demonstration program with 3 Krylov solvers cvkrydem_pre : demonstration program for Krylov methods (2) Forward sensitivity cvsfwdnonx : 1-D advection difusion PDE - Adams with Functional iteration cvsfwddenx : chemical kinetics ODEs - BDF with Newton Dense cvsfwdkryx : 2-D 2-species diurnal advection-diffusion PDE - BDF with Newton GMRES (3) Adjoint sensitivity cvsadjdenx : chemical kinetics - adjoint sensitivity cvsadjbanx : advection-diffusion - adjoint sensitivity cvsadjkryx_int : food web - adjoint sensitivity for G cvsadjkryx_pnt : food web - adjoint sensitivity for g Sample results: SUNDIALS was built with the following options: ./configure CC=gcc F77=gfortran CFLAGS="-g3 -O0" FFLAGS="-g3 -O0" --with-blas-lapack-libs="-L/home/radu/apps/lib -lSimTKlapack" --enable-examples System Architecture: IA-32 Processor Type: Intel Pentium 4 Xeon DP (i686) Operating System: Red Hat Enterprise Linux WS 3 (Taroon Update 7) C/Fortran Compilers: gcc/gfortran v4.1.0 The SimTKlapack library provides ATLAS-tunned Blas and Lapack functions