From Prof Ripley :
The CRAN policy says:
'If running a package uses multiple threads/cores it must never use more
than two simultaneously: ...'
Packages
RNiftyReg Rfast data.table quanteda sentometrics sylcount
attempt to use more, often all the cores of a 24-core machine and this
shows under clang's or Intel's OMP runtime with messages like
OMP: Warning #96: Cannot form a team with 24 threads, using 2 instead.
when we have set OMP_THREAD_LIMIT=2 as a defensive measure. See the
clang-fedora log or clang-UBSAN additional issue on the CRAN result page
for your package.
How to control OpenMP thread usage is discussed in 'Writing R
Extensions' §1.2.1.1.
It is possible this comes from another package you use, in which case
take it up with the maintainer of that package and set OMP_THREAD_LIMIT
yourself.
Please correct ASAP and before Feb 20 to safely retain the package on CRAN.
From Prof Ripley :
The CRAN policy says:
'If running a package uses multiple threads/cores it must never use more
than two simultaneously: ...'
Packages
RNiftyReg Rfast data.table quanteda sentometrics sylcount
attempt to use more, often all the cores of a 24-core machine and this
shows under clang's or Intel's OMP runtime with messages like
OMP: Warning #96: Cannot form a team with 24 threads, using 2 instead.
when we have set OMP_THREAD_LIMIT=2 as a defensive measure. See the
clang-fedora log or clang-UBSAN additional issue on the CRAN result page
for your package.
How to control OpenMP thread usage is discussed in 'Writing R
Extensions' §1.2.1.1.
It is possible this comes from another package you use, in which case
take it up with the maintainer of that package and set OMP_THREAD_LIMIT
yourself.
Please correct ASAP and before Feb 20 to safely retain the package on CRAN.