RcppParallel
RcppParallel copied to clipboard
High-level functions for parallel programming with Rcpp
For example, running the [distance matrix example](https://gallery.rcpp.org/articles/parallel-distance-matrix/) in the RcppParallel gallery with TBB (but not tinythread) as the backend results in unreleased threads after the program finishes. Tested on both...
I've tried to get rid of this by removing R from Windows and doing a complete reinstall, but nothing seems to be working. Even installing an older version fails. I've...
Simple glob-based autodetection. Not sure if these cases cover macOS though. Could you check, please? Closes #163.
Would you be interested in this? I.e., a piece of code that detects tbb and sets `TBB_LIB` and `TBB_INC` automatically. If so, - I can work on this (low priority,...
I am getting the following ODR violation; CRAN asked me to fix ODR violations in my package, and this one came up: ``` ==136164==ERROR: AddressSanitizer: odr-violation (0x7efd2f2f1240): [1] size=168 '__itt__ittapi_global'...
Firstly, please direct me to a more suitable list if this is not where I should seek help with RcppParallel. CRAN would like me to fix clang-ASAN and clang-UBSAN issues...
`RcppParallel v5.1.2+` creates symlinks of TBB libraries into the package directory if externally linked (see a1fddba85101886b35123c73054c0d904f747d11 & #161). This can break RcppParallel when the original files are moved, removed, or...
I don't know if it would be technically possible, but it would be nice to be able to use something like `Rcpp::checkUserInterrupt` inside a thread.
Howdy! This just runs the script in `tbb-update.R` for [TBB 2020.2](https://github.com/oneapi-src/oneTBB/releases/tag/v2020.2) from the travis logs of #111 it looks like there was something weird with the `suppress_warnings` header in 2020.1...
Fixing https://github.com/RcppCore/RcppParallel/issues/185 Avoid setting `mNotAThread` to true when using pthread to allow threads to join/detach. This will allow the resources to be collected upon termination of threads. The leak was...