Hi Nick,
I am familiar with your (and Kyle's) work but I admit that I had the false impression the open-source software you were developing were solely dedicated to GPU computing.
The installation of the accelerInt solver failed so I focused on Boost's solvers.
I wrote an example C++ script which integrates a H2-O2 mixture with Boost's ODEint library and the scripts generated by pyjac. I was able to get good results with an implicit RK method but the Rosenbrock integrator gets stuck or takes too long even with low tolerances. Compared with a Euler integration (my own), the RK scheme is still substantially slower; the mechanism used (9 species, 28 reactions) is probably too small to see the benefits of implicit methods.
My main objective is to run my CFD code with DME combustion, which entails more complex mechanisms (39 species, 175 reactions). I will try to see if I get more acceleration which that mechanism.
I have attached my code if someone is also interested with this kind of work. Just change the cantera installation directory in the source/Makefile.
Sincerely,
Solal