parallelMap.
Also allows to set a parallelMap with a matching level are parallelized.
The defaults of all settings are taken from your options, which you can
also define in your R profile.
For an introductory tutorial and information on the options configuration, please
go to the project's github page at parallelStart(mode, cpus, socket.hosts, bj.resources = list(), logging,
storagedir, level, show.info, suppress.local.errors = FALSE, ...)parallelStartLocal(show.info, suppress.local.errors = FALSE)
parallelStartMulticore(cpus, logging, storagedir, level, show.info)
parallelStartSocket(cpus, socket.hosts, logging, storagedir, level, show.info,
...)
parallelStartMPI(cpus, logging, storagedir, level, show.info, ...)
parallelStartBatchJobs(bj.resources = list(), logging, storagedir, level,
show.info)
character(1)]
Which parallel mode should be used:
parallelMap.default.mode or, integer(1)]
Number of used cpus.
For local and BatchJobs mode this argument is ignored.
For socket mode, this is the number of processes spawned on localhost, if
you want processes on multiple machines use socket.hosts.
Default character]
Only used in socket mode, otherwise ignored.
Names of hosts where parallel processes are spawned.
Default is the option parallelMap.default.socket.hosts, if this option exists.list]
Resources like walltime for submitting jobs on HPC clusters via BatchJobs.
See submitJobs.
Defaults are taken from your BatchJobs config file.logical(1)]
Should slave output be logged to files via sink under the storagedir?
Files are named "character(1)]
Existing directory where log files and intermediate objects for BatchsJobs
mode are stored.
Note that all nodes must have write access to exactly this path.
Default is the current working directory.character(1)]
You can set this so only calls to parallelMap are parallelized
that have the same level specified.
Default is the option parallelMap.default.level or, if not setlogical(1)]
Verbose output on console for all further package calls?
Default is the option parallelMap.default.show.info or, if not set,
TRUE.logical(1)]
Should reporting of error messages during function evaluations in local mode be suppressed?
Default ist FALSE, i.e. every error message is shown.makePSOCKcluster,
for mpi mode passed to makeCluster.[object Object],[object Object],[object Object],[object Object]
For BatchJobs mode you need to define a storage directory through the argument storagedir or
the option parallelMap.default.storagedir.