Testing netpyne-based M1 model (with multi-compartment muti-channel cells) #220
Description
Download model from: https://github.com/Neurosim-lab/netpyne/tree/coreneuron/examples/coreneuron/m1
Mod files compiled correctly after updating vecstim.mod (and removing unused gabab.mod)
When running simulation with coreneuron get following errors:
[root@instance-1 m1]# ../bin/nrniv -python init.py
NEURON -- VERSION 7.8.0-101-g985d90b+ cmake (985d90b+) 2019-11-10
Duke, Yale, and the BlueBrain Project -- Copyright 1984-2019
See http://neuron.yale.edu/neuron/creditsloading membrane mechanisms from x86_64/.libs/libnrnmech.so
Additional mechanisms from files
mod//ar_traub.mod mod//cadad.mod mod//cadyn.mod mod//cagk.mod mod//cal_mh.mod mod//cal_mig.mod mod//canin.mod mod//can_mig.mod mod//catcb.mod mod//cat_mig.mod mod//cat_traub.mod mod//h_BS.mod mod//HCN1.mod mod//h_harnett.mod mod//hin.mod mod//h_kole.mod mod//h_migliore.mod mod//ican_sidi.mod mod//IC.mod mod//IKsin.mod mod//kap_BS.mod mod//kapcb.mod mod//kapin.mod mod//kBK.mod mod//kctin.mod mod//kdmc_BS.mod mod//kdr_BS.mod mod//kdrin.mod mod//MyExp2SynBB.mod mod//MyExp2SynNMDABB.mod mod//nafx.mod mod//nap_sidi.mod mod//nax_BS.mod mod//savedist.mod mod//vecstim.mod
Failed to setup nrnpy_vec_math
0
Starting sim ...Creating network of 22 cell populations on 1 hosts...
Number of cells on node 0: 151
Done; cell creation time = 1.35 s.
Making connections...
Distributing synapses based on subcellular connectivity rules...
Number of connections on node 0: 5058
Number of synaptic contacts on node 0: 22231
Done; cell connection time = 7.04 s.
Number of stims on node 0: 0
Done; cell stims creation time = 0.00 s.
Recording 2 traces of 1 types on node 0
catcb mechanism not inserted in section compartCell_IT_HH_reduced_0.soma
../bin/nrniv:
near line 1
hinf_catcb=0.3068442636178239
^
catcb mechanism not inserted in section compartCell_IT_HH_reduced_0.soma
../bin/nrniv:
near line 1
minf_catcb=0.0358812246203101
^Running simulation using CoreNEURON for 50.0 ms...
Duke, Yale, and the BlueBrain Project -- Copyright 1984-2019
version id unimplementedMemory (MBs) : After mk_mech : Max 172.4492, Min 172.4492, Avg 172.4492
Memory (MBs) : After MPI_Init : Max 172.4492, Min 172.4492, Avg 172.4492
Memory (MBs) : Before nrn_setup : Max 172.4492, Min 172.4492, Avg 172.4492
error: cadyn mechanism does not exist
Aborted