load_proc and run() command in oc
Posted: Tue Apr 10, 2007 4:45 pm
I am using Neuron 5.9.10 and trying to get the run() command to work. Based on the Neuron Programming Tutorial #1 from neuron.duke.edu I am under the impression that I need to load the standard run library, to access this command.
Inserting load_proc("nrnmainmenu") into my file to accomplish this, or running this in oc, I get the following error
This is after downloading Neuron for the first time onto my computer. Any thoughts? I've tried run() without load_proc and gotten
Thanks
Inserting load_proc("nrnmainmenu") into my file to accomplish this, or running this in oc, I get the following error
Code: Select all
oc>load_proc("nrnmainmenu")
egrep: not found
egrep: not found
egrep: not found
sed: can't read /cygdrive/c/tmp/oc1.hl: No such file or directory
nrniv: can't run: $NEURONHOME/lib/hocload.sh proc nrnmainmenu 1
near line 25
load_proc("nrnmainmenu")
^
load_proc("nrnmainmenu")
Code: Select all
oc>run()
nrniv: run undefined function
near line 26
run()
^
run( )