Skip to content

kupermind/mod2c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOD2C

NMODL to C converter for CoreNEURON

MOD2C is NMODL to C adapted for CoreNEURON simulator. More information about NMODL can be found here.

Requirements

Installation

Once you clone the repository, you can build mod2c using CMake as follows:

cd mod2c
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/install/directory
make
make install

Note that mod2c is used only during the compilation phase of the CoreNEURON simulator and hence should be built only for the front-end/login nodes in cross-compile environments like BG-Q, Cray, Intel MIC etc.

License

  • See LICENSE.txt
  • See NEURON
  • The mechanisms and test datasets appearing in the CoreNeuron repository are subject to separate licenses. More information is available on the NMC portal website NMC portal, the specific licenses are described in the ME-type model packages downloadable from that website.

Contributors

To facilitate the future distributions of the software the Blue Brain Project wishes to remain the sole owner of the copyright. Therefore we will ask contributors to not modify the existing copyright. Contributors will however be gratefully acknowledged in the corresponding CREDIT.txt file.

About

Converter for mod files to C code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.7%
  • Yacc 5.9%
  • AMPL 3.2%
  • C++ 1.8%
  • CMake 1.6%
  • Lex 0.6%
  • Other 0.2%