Create hardware settings.
Hardware( cpu = 1, replicate_parallel = FALSE, scenario_parallel = FALSE, slice_parallel = FALSE, slice_size = NULL, dataset_parallel = FALSE, dataset_slice_size = 500, auto_setup_plan = NULL )
cpu
: number of CPU cores to use, default is 1replicate_parallel
: enable parallel computing for replicates, default is FALSEscenario_parallel
: enable parallel computing for scenarios, default is FALSEslice_parallel
: enable parallel computing for slices, default is FALSEslice_size
: number of subjects per simulated slice, default is NULL (auto-configured by Campsis depending on the specified engine)dataset_parallel
: enable parallelisation when exporting dataset into a table, default is FALSEdataset_slice_size
: dataset slice size when exporting subjects to a table, default is 500. Only applicable if 'dataset_parallel' is enabled.auto_setup_plan
: auto-setup plan with the library future, if not set (i.e. =NULL), plan will be setup automatically if the number of CPU's > 1.hardware settings
Useful links