-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems OK... #2
Comments
That is very interesting. Very interesting indeed. First off, the buddy size thing shouldn't need to be enabled -- it's only on if you use --delta as an option. Also, neuronReverseState() should be something important. So you're saying that running in synch=3 gives the same results as synch=1? Mind==blown
|
Okay, i'm going to take another look at my coat, make sure there's no major errors or omissions and doublecheck everything. If you're available tomorrow to do a quick glance at my code I would really appreciate a second set of eyes. Thank you!
|
Leaving off |
Mark -- it's winter .. you don't need a "coat" :-)). Happy "coating" .. Enjoy, On Thu, Jul 16, 2015 at 4:16 PM, Mark Plagge [email protected]
Christopher D. Carothers Director, Center for Computational Innovations e-mail: [email protected] fax: (518) 276-4033 |
Hahah, well I did leave some pointers in my coat - I’m always leaving them around — Mark P. Plagge —
|
Yeah - the delta is a toggle option. And that error with neuronReverseState should not happen - the function is there. I’ll see if there’s something I’m missing.
|
in the optimistic debug scheduler never seems to trip??? Manually setting that variable to a way lower value caused it to fire and subsequently run the reverse event handler. |
Okay, what exactly is that variable and where is it? |
That's the trip condition to start doing rollbacks in optimistic debug mode. You have too much event memory allocated if that never trips. |
So when I run it like this:
Things seem to work OK? It was looking for an undefined function (
neuronReverseState()
) so I just commented those calls out.The text was updated successfully, but these errors were encountered: