Skip to content

Commit 6973c91

Browse files
Clarify that RhpcBLASctl 0.20-17 is from 2020 [ci skip]
1 parent 2feba8a commit 6973c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/backend_api-evalFuture.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ canForceSingleThreading <- local({
9898
ans <- FALSE
9999
if (requireNamespace("RhpcBLASctl", quietly = TRUE)) {
100100
## If RhpcBLASctl is compiled without OpenMP support, then it
101-
## returns NA_integer_, or NULL if RhpcBLASctl (< 0.20-17)
101+
## returns NA_integer_, or NULL if RhpcBLASctl (< 0.20-17) [2020-01-17]
102102
old <- RhpcBLASctl::omp_get_max_threads()
103103

104104
## Success?

0 commit comments

Comments
 (0)