From: Emery C. <ec...@vt...> - 2005-09-28 20:31:28
|
Herbert, By events, do you mean discrete events during the time course? If so, then yes, it does. (If you mean windows events, then no... it's just a simple command line service utility). To do events, you use the global flag as in XPP, but with restrictions. See the Oscill8 documentation for the syntax. See ya, Emery Herbert Sauro wrote: > I don't suppose o8core knows how to handle events? > > Herbert > > -----Original Message----- > From: Emery Conrad [mailto:ec...@vt...] > 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 > > > ------------------------------------------------------- > 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 > > |