You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions of the reduced dentate benchmark (https://github.com/pramodk/reduced_dentate), and I got the following compilation error (code generation issue):
x86_64/corenrn/mod2c/vecevent.cpp(204): error: identifier "id" is undefined
void* vv = (void*)(inst->ptr[indexes[2*pnodecount + id]]);
^
x86_64/corenrn/mod2c/vecevent.cpp(206): error: identifier "vector_pobj" is undefined
hoc_obj_unref(*vector_pobj(vv));
^
x86_64/corenrn/mod2c/vecevent.cpp(206): error: identifier "hoc_obj_unref" is undefined
hoc_obj_unref(*vector_pobj(vv));
^
compilation aborted for x86_64/corenrn/mod2c/vecevent.cpp (code 2)
make: *** [x86_64/corenrn/build/vecevent.o] Error 2
By simply removing this part of the generated code, it eventually compiles. However, there is an issue in the generate code.
I have used nrn + coreneuron + nmodl to produce the special.
I followed the instructions of the reduced dentate benchmark (https://github.com/pramodk/reduced_dentate), and I got the following compilation error (code generation issue):
By simply removing this part of the generated code, it eventually compiles. However, there is an issue in the generate code.
I have used nrn + coreneuron + nmodl to produce the special.