makePlan: Make a plan for the future parallel backend

View source: R/parallel_helpers.R

makePlanR Documentation

Make a plan for the future parallel backend

Description

Make a plan for the future parallel backend

Usage

makePlan(ncores)

Arguments

ncores

number of cores

Details

This function gets the number of cores set by user and subsequently makes a plan that is operating system dependent. If it is on windows, it uses multisession since forks are not an option. Otherwise it uses multicore. If you would like to pass a custom plan.


be-green/quantspace documentation built on March 20, 2024, 5:30 p.m.