Closed WT215 closed 4 years ago
Hi,
Thank you for making this nice package!
May I ask is there a way to specify the number of cores used in parallel computing for zlm function please?
zlm
Many thanks!
MAST uses getOption("mc.cores") You can set it via options("mc.cores"=4) for 4 cores or whatever you want.
getOption("mc.cores")
options("mc.cores"=4)
Hi,
Thank you for making this nice package!
May I ask is there a way to specify the number of cores used in parallel computing for
zlm
function please?Many thanks!