You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#' Configs of the default parallel runtime environment
|
|
#'
|
|
const ___config_runtime_env = function() {
|
|
Environment::set_threads(32);
|
|
Environment::set_libpath(@HOME);
|
|
} |