Page 1 of 1

NEURON's CVode method ignores conservation

Posted: Fri Sep 22, 2017 6:47 pm
by yan1982
Hello,
When I running nrnivmod command for a mod file, i get the following notice:

NEURON's CVode method ignores conservation
Notice: LINEAR is not thread safe

How can i do to disable this notice?

Thank

Re: NEURON's CVode method ignores conservation

Posted: Sun Sep 24, 2017 2:57 pm
by ted
The first message is almost certainly benign (unless there's an error in some mod file's CONSERVE statement). The second message means that the mod file will have to be revised and the mechanism recompiled if you plan to use it in multithreaded simulations. If neither of these caveats apply, I'd just ignore the messages. If you are absolutely determined to get rid of them, you'll have to redirect stdout and stderr messages to a file. Linux users (should) know how to do this, and OS X users can imitate what Linux users would do. I'm not sure what MSWin users should do; maybe it's the same as for Linux and OS X? If not, do a web search for "input/output redirection under mingw".