Skip to content

nrnhines/nrntmp

Repository files navigation

test change 1 for git

NEURON is a simulator for models of neurons and networks of neuron.
See http://neuron.yale.edu for installers, source code,
documentation, tutorials, announcements of courses and conferences,
and a discusson forum.

Basic installation on Linux from the nrn...tar.gz file is:

  Build InterViews first from the mercurial repository at
  http://neuron.yale.edu/hg/neuron/iv or the iv...tar.gz file at
  http://neuron.yale.edu/ftp/neuron/versions/alpha/

  ./configure
  make
  make install

Particularly useful configure options:
  --prefix=`pwd`
    Install in place
  --without-x
    If the InterViews graphics library is not installed.
  --with-iv=/where/you/installed/it
    If iv was not installed in <prefix>/../iv
  --with-paranrn
    Parallel models on cluster computers using MPI (openmpi or mpich2)
  --with-nrnpython
    Use Python as an alternative interpreter (as well as the native
    HOC interpreter). This is required to use the Reaction-Diffusion
    extension.

If sources are obtained from the mercurial repository,
http://neuron.yale.edu/hg/neuron/nrn ,
create the automake, autoconf, libtool generated files by:
  sh build.sh

For more installation information see:
http://neuron.yale.edu/neuron/download/getdevel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published