NEURON
NEURON is a simulation environment for modeling individual neurons and networks of neurons.
Documentation
Usage
To see what versions of NEURON are available type
module avail neuron
To see what other modules are needed, what commands are available and how to get additional help type
module help neuron
To use NEURON, include a command like this in your batch script or interactive session to load the neuron module:
module load neuron
Be sure you also load any other modules needed, as listed by the module help neuron
command.