Skip to content
Prev 59425 / 63430 Next

Does parallel::mclapply work under emulation (Rosetta 2) on Apple Silicon?

Setting aside the documented problems of running R natively on Apple's M1 machines (https://developer.r-project.org/Blog/public/2020/11/02/will-r-work-on-apple-silicon/index.html) and similarly the current lack of native versions of many eco-system components (e.g. the discussion here:https://github.com/neurolabusc/AppleSiliconForNeuroimaging?), will code using?parallel::mclapply()?run as expected (i.e. on Intel hardware) under emulation (Rosetta 2)? Has anyone tested this??
Thank you.