From: Herbert S. <Her...@kg...> - 2005-09-27 21:37:26
|
I don't suppose o8core knows how to handle events? Herbert=20 -----Original Message----- From: Emery Conrad [mailto:ec...@vt...]=20 Sent: Tuesday, September 27, 2005 2:06 PM To: Nick Allen Cc: osc...@li... Subject: [Oscill8-devel] oscill8 is ready for you Nick, Oscill8 should be ready for you now. Here's a sample command-line invocation of the core that will mimic xppaut (note that you are explicitly giving o8core command line options for the time series run): > o8core.exe -m yeast.ode -ts:out out.txt -ts:t_end 2500 -ts:n_points 500 -ts:format xpp -v 1 NOTE: it's pretty important that you set -v 1 (otherwise you'll get VERY verbose output). ALSO: We should talk about how to streamline things if you're going to do multiple calls to o8core for many, many time series... the initialization and run and data write take about 2.2 seconds on my laptop for the budding yeast model), but the actual solver run itself takes less than about 3/4 second or so..., so you stand to gain a lot if we do a simple socket connection or something (which is what I already have implemented for others). Emery ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Oscill8-devel mailing list Osc...@li... https://lists.sourceforge.net/lists/listinfo/oscill8-devel |