We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2feba8a commit 6973c91Copy full SHA for 6973c91
R/backend_api-evalFuture.R
@@ -98,7 +98,7 @@ canForceSingleThreading <- local({
98
ans <- FALSE
99
if (requireNamespace("RhpcBLASctl", quietly = TRUE)) {
100
## If RhpcBLASctl is compiled without OpenMP support, then it
101
- ## returns NA_integer_, or NULL if RhpcBLASctl (< 0.20-17)
+ ## returns NA_integer_, or NULL if RhpcBLASctl (< 0.20-17) [2020-01-17]
102
old <- RhpcBLASctl::omp_get_max_threads()
103
104
## Success?
0 commit comments