drake (version 6.2.1)

parallelism_choices: List the types of supported parallel computing in drake.

Description

These are the possible values of the parallelism argument to make().

Usage

parallelism_choices(distributed_only = FALSE)

Arguments

distributed_only

logical, whether to return only the distributed backend types, such as Makefile and parLapply

Value

Character vector listing the types of parallel computing supported.

Details

See the high-performance computing guide # nolint for details on the parallel backends.

See Also

make(), shell_file()

Examples

Run this code
# NOT RUN {
# See all the parallel computing options.
parallelism_choices()
# See just the distributed computing options.
parallelism_choices(distributed_only = TRUE)
# }

Run the code above in your browser using DataLab