RcppParallel icon indicating copy to clipboard operation
RcppParallel copied to clipboard

High-level functions for parallel programming with Rcpp

Results 26 RcppParallel issues
Sort by recently updated
recently updated
newest added

I didn't detect this because I had the old workaround in place, but after #178, I suppose that 640468165c05611ba81d76b757fd3f195a93b285 broke this?

Hello, I noticed that my package currently has additional issues on CRAN for [the Intel checks](https://www.stats.ox.ac.uk/pub/bdr/Intel/dtwclust.out). There's a segfault when calling `defaultNumThreads`: ``` *** caught segfault *** address 0x7d41257b2144, cause...

HI I have trouble to install qs2 from @traversc in https://github.com/qsbase/qs2/issues/3 He suggested me to ask you help. When I install RcppParallel I got : ``` > remotes::install_github("RcppCore/RcppParallel",force = T)...

[Documentation](https://rcppcore.github.io/RcppParallel/tbb.html#portability) says packages should call tbb only `#if RCPP_PARALLEL_USE_TBB`, which is false on Alpine Linux due to I was able to successfully install RcppParallel using the system TBB (via `--configure-vars='TBB_LIB=/usr/lib...

Some sort of errors appears when i try to install RcppParallel and it appears like an infinite loop when i try to install "glmtoolbox": ![Captura de tela de 2024-10-25 18-15-32](https://github.com/user-attachments/assets/ea7778bf-4f06-4357-bfd7-f425269c28a1)

I am trying to install RcppParallel on my Snapdragon X laptop, which has an ARM64-based processor, but the installation is failing with the error shown below, > install.packages("RcppParallel", type =...