samplebrain/brain
Claude Heiland-Allen 8aa0dee3d1 parallelize synapse generation using OpenMP
- only tested on Debian Linux with a 16-thread amd64 CPU
- Windows may need DLLs to be shipped with the EXE
- using `-fopenmp` should be made optional via qmake somehow
  (without the flag, parallelization pragmas are ignored
  and it reverts to serial operation)
- assumes `status::update()` among other code is thread-safe,
  it seems to work on my machine without issues...
2022-09-27 13:19:04 +01:00
..
src parallelize synapse generation using OpenMP 2022-09-27 13:19:04 +01:00
test_data big directory re-org 2022-09-04 11:38:20 +01:00
Makefile.in big directory re-org 2022-09-04 11:38:20 +01:00
configure big directory re-org 2022-09-04 11:38:20 +01:00
configure.ac added a readme 2022-09-04 11:50:37 +01:00
dist.sh big directory re-org 2022-09-04 11:38:20 +01:00