Search found 4 matches

by AMaxion
Wed Feb 26, 2025 10:58 am
Forum: Other questions
Topic: CVode convergence error
Replies: 0
Views: 19975

CVode convergence error

Hello everyone, I want to optimize my model, but for certain parameter combinations I get an error, which crashes the program. err=-7 CVode-- At t = 81881.7 and h = 3.99816e-07, the corrector convergence failed repeatedly or with |h| = hmin. 382 NEURON: variable step integrator error 382 near line 0...
by AMaxion
Wed Jul 05, 2023 5:53 am
Forum: Adding new mechanisms and functions to NEURON
Topic: Running Model on HPC
Replies: 2
Views: 27991

Re: Running Model on HPC

Hello,

thank you for your reply. Unfortunatly, I can't run nrniv. I alwas get "command not found".

Best,
Anna
by AMaxion
Mon Jun 19, 2023 2:37 am
Forum: Adding new mechanisms and functions to NEURON
Topic: NameError: Name Not Defined for Distributed Mechanism
Replies: 3
Views: 30482

Re: NameError: Name Not Defined for Distributed Mechanism

Hi,

you need to do it the other way around:

Code: Select all

axon.insert('mathews_KLVA')
Best,
Anna
by AMaxion
Fri Jun 16, 2023 3:26 am
Forum: Adding new mechanisms and functions to NEURON
Topic: Running Model on HPC
Replies: 2
Views: 27991

Running Model on HPC

Dear Neuron Comunity, I'm trying to run my model on a high performance computer (HPC). On my local computer everything runs fine, but if I run it on the HPC I get the following error: axon.insert('ks') ValueError: argument not a density mechanism name. I installed the latest version of Neuron 8.2.2 ...