[R] Don't cap global number of threads for serialization (#10028)
This commit is contained in:
@@ -20,6 +20,7 @@ pkgs <- c(
|
||||
"igraph",
|
||||
"float",
|
||||
"titanic",
|
||||
"RhpcBLASctl",
|
||||
## imports
|
||||
"Matrix",
|
||||
"methods",
|
||||
|
||||
@@ -2,3 +2,4 @@ library(testthat)
|
||||
library(xgboost)
|
||||
|
||||
test_check("xgboost", reporter = ProgressReporter)
|
||||
RhpcBLASctl::omp_set_num_threads(1)
|
||||
|
||||
Reference in New Issue
Block a user