Search found 20 matches

by zyc
Sat Mar 04, 2017 11:22 pm
Forum: Parallel NEURON
Topic: How to build network model for coreNeuron 
Replies: 24
Views: 54046

Re: How to build network model for coreNeuron 

Thank you. Threre are still some errors. Must I use the cuda in pgi? I don't have the modulefile of cuda, so I add the cuda to environment path. When I try to compile with cuda in pgi, there raised some errors like "undefined reference to `cudaMemGetInfo' ". I  set the environment variable...
by zyc
Wed Mar 01, 2017 9:43 am
Forum: Parallel NEURON
Topic: How to build network model for coreNeuron 
Replies: 24
Views: 54046

Re: How to build network model for coreNeuron 

Thank you. I installed Neuron successfully. But there is another error when I run coreNeuron with GPU. The error is "call to cudaGetSymbolAddress returned error 13: Other". I use the following commands to compile coreNeuron: module purge module load /home/zyc/pgi/modulefiles/pgi64/16.10 /h...
by zyc
Sun Feb 26, 2017 8:26 am
Forum: Parallel NEURON
Topic: How to build network model for coreNeuron 
Replies: 24
Views: 54046

Re: How to build network model for coreNeuron 

Thank you. I have tried to install the neuron on github, but there raised a error while compiling, which is "./.libs/liboc.so: undefined reference to `__pgdbg_stub'". How can I deal with this? 
by zyc
Sun Feb 26, 2017 2:42 am
Forum: Parallel NEURON
Topic: How to build network model for coreNeuron 
Replies: 24
Views: 54046

Re: How to build network model for coreNeuron 

Thank you so much! I have found the ringtests on github, but when I use ringtest.py to build model, it shows that 'hoc.HocObject' has no attribute 'nrnbbcore_write'. Could you please tell me what's the version of neuron do you use? Thank you.
by zyc
Tue Feb 21, 2017 2:58 am
Forum: Parallel NEURON
Topic: How to build network model for coreNeuron 
Replies: 24
Views: 54046

How to build network model for coreNeuron 

I am a beginner of coreNeuron. I have tested the "ring network" of coreNeuron. Now I want to modify the size and the structure of the network, but I don't know how these network files(.dat file) are built by neuron so I am not able to modify the network. I wonder how can I use neuron to bu...