ncores <- parallelly::availableCores(which = "all")
print(ncores)
stopifnot(
"cgroups.cpuset" %in% names(ncores),
ncores[["cgroups.cpuset"]] == 32L,
ncores[["cgroups.cpuquota"]] == 2L
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.