NMODL to C converter for CoreNEURON
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.
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.
- 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.
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.