NEURON's CVode method ignores conservation

NMODL and the Channel Builder.
Post Reply
yan1982
Posts: 3
Joined: Thu Sep 08, 2016 3:50 pm

NEURON's CVode method ignores conservation

Post 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
ted
Site Admin
Posts: 6289
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: NEURON's CVode method ignores conservation

Post 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".
Post Reply