powered by
These are the possible values of the parallelism argument to make().
parallelism
make()
parallelism_choices(distributed_only = FALSE)
logical, whether to return only the distributed backend types, such as Makefile and parLapply
Makefile
parLapply
Character vector listing the types of parallel computing supported.
See the high-performance computing guide # nolint for details on the parallel backends.
make(), shell_file()
shell_file()
# 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