From: Moriyoshi K. <mo...@ri...> - 2010-04-02 10:01:37
|
The GUI interface apparently got stuck because the step interval of the stepper ended up being excessively large with little activities of the associated processes. You need to set MaxStepInterval to a value large enough in such cases. -- moriyoshi On Tue, Mar 30, 2010 at 12:47 AM, Erin <she...@um...> wrote: > Hello, > > I'm having a lot of problems developing models because when I try to > test them the Osogo session monitor hangs and crashes. To simplify I > tried to use the sample em file from page 10 of the E-Cell handbook > ("ecell3-users-manual-0606.pdf"), however this simple em also crashes > the Osago session monitor when I try to run the model. I get no > errors when loading the model. I'm not sure how to get an error log > when this happens so I can't be more specific, but I recommend that > you try to run the sample em also and see whether it causes the > monitor to hang. > > I am using E-Cell 3.2.0p1 on Ubuntu 9.10. > > Thank you, > > Erin > > The em I'm using from page 10 is below: > > Stepper ODEStepper( ODE_1 ) > { > # no property > } > System System( / ) > { > StepperID ODE_1; > > Variable Variable( SIZE ) > { > Value 1e-18; > } > > Variable Variable( S ) > { > Value 10000; > } > > Variable Variable( P ) > { > Value 0; > } > > Process MassActionFluxProcess( E ) > { > Name "A mass action from S to P." > k 1.0; > > VariableReferenceList [ S0 :.:S -1 ] > [ P0 :.:P 1 ]; > } > } > > -- > Erin Rachael Shellman > The University of Michigan > Bioinformatics PhD Candidate > http://www.erinshellman.com > she...@um... > (937) 321.1129 > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Ecell-devel mailing list > Ece...@li... > https://lists.sourceforge.net/lists/listinfo/ecell-devel > |