Published April 6, 2022
| Version 4.7.1.1
Software
Open
ANNarchy/ANNarchy: 4.7.1.1
- 1. TU Chemnitz
Description
- Changed default compiler flags used by ANNarchy:
- cython modules build during setup.py use only
-O3
- c++ (model compile) default flags are now:
-O3 -ffast-math -fno-finite-math-only -march=native
(following Brian2 default flags)
- cython modules build during setup.py use only
- Improved automatic format selection for rate-coded models (experimental, we greatly appreciate bug reports).
- HomogeneousCorrelatedSpikeTrains:
corr
can now be a single value. TimedPoissonPopulation:
rates
can now be a single value.Bugfixes:
- Monitor: fixed start and stop times.
- CUDA: device configuration (annarchy.json) was ignored.
Files
ANNarchy/ANNarchy-4.7.1.1.zip
Files
(1.7 MB)
Name | Size | Download all |
---|---|---|
md5:9f3b051b09ef852ea3f68fa3d7b4ff2f
|
1.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ANNarchy/ANNarchy/tree/4.7.1.1 (URL)