https://github.com/arbor-sim/risotto
Examples of Arbor I/O and interop.
https://github.com/arbor-sim/risotto
Last synced: about 1 year ago
JSON representation
Examples of Arbor I/O and interop.
- Host: GitHub
- URL: https://github.com/arbor-sim/risotto
- Owner: arbor-sim
- License: other
- Created: 2018-10-09T15:08:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T09:44:41.000Z (over 7 years ago)
- Last Synced: 2025-04-14T13:17:04.581Z (about 1 year ago)
- Language: C++
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# risotto
Examples of Arbor I/O and interop.
## Contra/nesci demo
The `contra-demo` directory contains an example of a multithreaded, single rank
arbor simulation in communication with a contra client, communicating voltage
traces while running.
If nesci or contra cannot be found at configure time, we build versions based
on the git submodules under `external/`. These are currently forks of the upstream
versions in order to work around some CMake and python version issues.
If nesci and/or contra are built locally, their corresponding python modules
will be installed under `external/lib/python3.7/site-packages`, relative to
the build directory. This path will need to be added to the python search path
for the `contra-demo-client.py` python client to run.
This code is very preliminary, and is essentially a cut down version of the work
committed in the 2018 Arbor Hackathon.