Linking hoc-mod NEURON 7.1 ubuntu
Posted: Thu Jun 24, 2010 3:41 pm
HI all,
I I am right, to run a simulation on linux I have to complie mod files using nrnivmodl (anywhere with all my mod files) and then copy the x86_64 folder (with the succesfully created special file inside) to the directory where my .hoc is placed.
Well, I am doing that and my simulation can't find the compiled mods?
and instead of that I normally get this message
which clearly occurs because the mechanism haven't been found or not?
Any clue is wellcome; by the way
Is this the right way to link hoc and mod files on linux??
Thanks in advance
OJAG
p.s I am running everything in a multicore system of 64 bits
I I am right, to run a simulation on linux I have to complie mod files using nrnivmodl (anywhere with all my mod files) and then copy the x86_64 folder (with the succesfully created special file inside) to the directory where my .hoc is placed.
Well, I am doing that and my simulation can't find the compiled mods?
and instead of that I normally get this message
Code: Select all
oscarjav001@OJAVELLA-PC-VU:~/Escritorio/Network_codes/main$ nrniv functions_net_bgk_multitest_sparse.hoc
NEURON -- Release 7.1 (359:7f113b76a94b) 2009-10-26
Duke, Yale, and the BlueBrain Project -- Copyright 1984-2008
See http://www.neuron.yale.edu/credits.html
1
1
1
nrniv: syntax error
in FS_WT_modif.tem near line 46
insert KPyr
^
xopen("FS_WT_modif.tem")
execute1("{xopen("FS_WT_modif.tem")}")
load_file("../templates/FS_WT_modif.tem")
0
nrniv: Segmentation violation
in FS_WT_modif.tem near line 47
gbar_KPyr=GK_pyr_s
^
Any clue is wellcome; by the way
Is this the right way to link hoc and mod files on linux??
Thanks in advance
OJAG
p.s I am running everything in a multicore system of 64 bits