From: Eric F. <efe...@ph...> - 2008-01-30 09:52:55
|
Hi, I have managed to make SOSlib compile SBML models under AIX (using gcc), and the gain in solving seems very significant. However, it comes with a penalty overhead: the time to compile very large models.=20 Once a model has been compiled the first time, is it possible to reuse the compiled file for several simulations using the same model? Is it also possible to change a variable value using IntegratorInstance_setVariableValue(ii,varindex,val) ? I'll send the patch very soon; that was not very difficult to correct actually. Eric |