Search found 3 matches

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: 12661

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: 13317

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: 12661

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 ...