Search found 4 matches

by sdtran
Fri Jan 11, 2019 2:16 pm
Forum: Other questions
Topic: [Solved] Disabling NEURON warnings
Replies: 2
Views: 2568

Re: Disabling NEURON warnings

Oh, duh. Thank you.
by sdtran
Wed Jan 09, 2019 3:41 pm
Forum: Other questions
Topic: [Solved] Disabling NEURON warnings
Replies: 2
Views: 2568

[Solved] Disabling NEURON warnings

The error message is below: 1 NEURON: Can't take derivative of Vector with less than two points 1 near line 0 1 ^ I am trying to compute the ISI by deriving the vector, and it's encased in a try/except clause, so no worries if it fails. Is there a way to silence this warning? I searched the NEURON f...
by sdtran
Thu Jun 14, 2018 5:05 pm
Forum: UNIX/Linux
Topic: [SOLVED] undefined references in makefile?
Replies: 1
Views: 35963

Re: [SOLVED] undefined references in makefile?

configure with CXXFLAGS='-D_GLIBCXX_USE_CXX11_ABI=0'
documentation here
by sdtran
Thu Jun 14, 2018 1:55 pm
Forum: UNIX/Linux
Topic: [SOLVED] undefined references in makefile?
Replies: 1
Views: 35963

[SOLVED] undefined references in makefile?

Linux LAPTOP-KJ7BN7BP 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 x86_64 x86_64 x86_64 GNU/Linux Ubuntu 18.04 Error message: ../ivoc/ivocmain.o: In function `ivocmain': /home/sdtran/neuron/nrnsrc/src/ivoc/ivocmain.cpp:354: undefined reference to `__cxa_throw_bad_array_new_length' ./...