i-Zaak / tvb-hpc

Code generation for TVB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TVB-HPC

This is a Python package for generating code for parameter sweeps and Bayesian inversion.

Getting started

Set up environment

Get the code and make a env to work in

git clone --recursive https://github.com/the-virtual-brain/tvb-hpc
PREFIX=$(pwd)/venv tvb-hpc/env/make-env.sh
source venv/activate

Be sure your git clone is recursive, otherwise some dependencies will not be correctly obtained.

Code

See our examples and test suite (tvb_hpc/tests.py) to get a feel for what's implemented.

About

Code generation for TVB

License:Apache License 2.0


Languages

Language:C++ 72.3%Language:Objective-C 11.5%Language:C 7.3%Language:Python 6.1%Language:HTML 2.7%Language:CMake 0.0%Language:Shell 0.0%