Show
Ignore:
Timestamp:
03/02/10 11:11:07 (2 years ago)
Author:
apdavison
Message:

Added the ability to set the atol and rtol parameters of NEURON's cvode solver in the extra_params argument of setup() (patch from Johannes Partzsch).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/installation.txt

    r718 r719  
    3434    loading membrane mechanisms from /home/andrew/dev/pyNN/hoc/i686/.libs/libnrnmech.so 
    3535    Additional mechanisms from files 
    36      adexp.mod alphaisyn.mod alphasyn.mod expisyn.mod hh_traub.mod netstim2.mod refrac.mod reset.mod stdwa_guetig.mod stdwa_softlimits.mod stdwa_songabbott.mod stdwa_symm.mod tmgsyn.mod vecstim.mod 
     36     adexp.mod alphaisyn.mod alphasyn.mod expisyn.mod hh_traub.mod netstim2.mod refrac.mod reset.mod 
     37     stdwa_guetig.mod stdwa_softlimits.mod stdwa_songabbott.mod stdwa_symm.mod tmgsyn.mod vecstim.mod 
    3738 
    3839If your model relies on other NMODL mechanisms, call the ``load_mechanisms()`` function with the path to the directory containing the ``.mod`` files. 
     
    99100This will install PyNEST to your Python ``site-packages`` directory, and may require root privileges. 
    100101If you wish to install it elsewhere, see the full installation instructions. 
     102Make sure you have the GNU Scientific Library (GSL) installed, 
     103otherwise some PyNN standard models (e.g. ``IF_cond_exp``) will not be available. 
    101104 
    102105Now try it out::