nrnhines

Results 397 comments of nrnhines

It occurred to me that my last performance results ``` ncore 8.2.4-10-g4ad8f84d2 9.0a-269-g72034bb09 1 54.26 44.81 2 30.78 27.03 4 18.41 18.45 8 16.85 17.79 ``` might be due to...

> Addresses a part of #2741. I take it that this PR is not intended to deal with dlls loaded via ```h.nrn_load_dll(...)```, default loading of, e.g. x86_64/libnrnmech.so, or loading via...

> @nrnhines I believe we've discussed this issue in a different context. Would something like this make sense? I've also experienced this issue and am much in favor of this...

To my shame I was unaware of neuronsimulator/nrn#239 . It looks very good and very clean. No VERBATIM blocks remain! And I think similar things could be done with ```...

Seems sufficient to begin an implementation. Note that I presume this will NOT make use of the interpreter Random. Currently, nrnran123.h supports ``` DiscreteUniform( 0 to 2**32 - 1) Uniform(0.0...

The kinetic schemes shown with conditional and alternating reaction/non-reaction work properly with NEURON's nocmodl (and are stable as long as the rates are positive). I do believe, though, that an...

If by empty, you mean no units specified, then that is equivalent to dimensionless, i.e. units syntax of (1).

With respect to integer rules, take a look at https://github.com/nrnhines/glu3d/blob/master/glu3d.mod

It is not known to be thread safe as it depends on the global variables state_discon_allowed_ and state_discon_flag_. But maybe it is thread safe. state_discontinuity() should be deprecated (e.g. replaced...

> > Is there a reference somewhere how users can ... > > I don't know but I'm not writing one. Users should not use and ideally not know about...