Hi Frederick, Unfortunately, ODE.jl doesn't contain an adaptive stiff solver (yet - PRs are more than welcome). You might try the non-adaptive ode4s with a small step size, but I don't know if this is feasible for your problem. You could also try the new package DASSL.jl <https://github.com/pwl/dassl.jl>, which provides a solver for DAEs.
If you provide some more information (which OS, Julia version etc) about your problems with Sundials, we could also try to work that out ... Best, Alex. On Tuesday, 27 May 2014 21:40:46 UTC+2, Frederick Menninger wrote: > > > > Hello. Learning Julia with fair to middling skills and working on Windows > platform. Just finished a Coursera course on Dynamical Modeling in Systems > Biology. The course used Matlab and I used Julia. Did OK until a stiff > ODE solver was required. Couldn't find anything in the ODE package, and > unable to get anything working from the Sundials package: > > error compiling ode: could not load module libsundials_cvode: > The specified module could not be found. > > > and not enough skills to figure out how to compile and make use of code in > c or fortran. > Will a stiff solver be available soon or was I looking in the wrong > places? If that latter, could someone make more clear how to access the > stiff ODE solver? If the latter, is there anything I could do to help make > it happen? >
