R/detectSGPCores.R

Defines functions `detectSGPCores`

`detectSGPCores` <-
function(logical=TRUE) {
    return(min(detectCores(logical=logical), 50L))
} ### END detectSGPCores Function
CenterForAssessment/SGP documentation built on March 12, 2024, 9:43 a.m.