Prepare the model
Use the modified NEURON frontend to prepare morphologies, mechanisms, and network inputs.
cd src/nrn_modify
./configure --prefix ../../install \
--without-iv --with-paranrn \
--with-nrnpython=`which python`
make -j8
make install