-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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...
- Loading branch information
1 parent
d4816e3
commit 12f3270
Showing
2 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters