Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

MOD2C

NMODL to C converter for CoreNEURON

Build Status

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

This version supports GPU code generation using OpenACC. Use latest version of CoreNeuron.

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.

You can’t perform that action at this time.