File: x1.R

package info (click to toggle)
r-cran-parallelly 1.42.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,216 kB
  • sloc: ansic: 111; sh: 13; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
ncores <- parallelly::availableCores(which = "all")
print(ncores)

stopifnot(
  ! "cgroups2.cpu.max" %in% names(ncores)
)