
Package index
-
as.cluster()c(<cluster>) - Coerce an Object to a Cluster Object
-
autoStopCluster() - Automatically Stop a Cluster when Garbage Collected
-
availableConnections()freeConnections() - Number of Available and Free Connections
-
availableCores() - Get Number of Available Cores on The Current Machine
-
availableWorkers() - Get Set of Available Workers
-
cloneNode() - Clone one or more nodes
-
freePort() - Find a TCP port that can be opened
-
isConnectionValid()connectionId() - Checks if a Connection is Valid
-
isForkedChild() - Checks whether or not we are running in a forked child process
-
isForkedNode() - Checks whether or not a Cluster Node Runs in a Forked Process
-
isLocalhostNode() - Checks whether or not a Cluster Node Runs on Localhost
-
isNodeAlive() - Check whether or not the cluster nodes are alive
-
killNode() - Terminate one or more cluster nodes using process signaling
-
makeClusterMPI() - Create a Rich Message Passing Interface (MPI) Cluster of R Workers for Parallel Processing
-
makeClusterPSOCK()makeNodePSOCK() - Create a Rich PSOCK Cluster of R Workers for Parallel Processing
-
makeClusterSequential() - Create a "parallel" cluster running sequentially in the current session
-
serializedSize() - Calculate the size of an R object when it is serialized
-
supportsMulticore() - Check If Forked Processing ("multicore") is Supported
-
zzz-parallelly.optionsparallelly.optionsparallelly.debugparallelly.availableCores.customparallelly.availableCores.methodsparallelly.availableCores.minparallelly.availableCores.fallbackparallelly.availableCores.omitparallelly.availableCores.maxparallelly.availableCores.systemparallelly.availableWorkers.methodsparallelly.availableWorkers.customparallelly.fork.enableparallelly.maxWorkers.localhostparallelly.supportsMulticore.disableOnparallelly.supportsMulticore.unstableR_PARALLELLY_AVAILABLECORES_FALLBACKR_PARALLELLY_AVAILABLECORES_OMITR_PARALLELLY_AVAILABLECORES_MAXR_PARALLELLY_AVAILABLECORES_SYSTEMR_PARALLELLY_AVAILABLECORES_MINR_PARALLELLY_FORK_ENABLER_PARALLELLY_SUPPORTSMULTICORE_DISABLEONR_PARALLELLY_SUPPORTSMULTICORE_UNSTABLEfuture.availableCores.customfuture.availableCores.methodsfuture.availableCores.fallbackfuture.availableCores.systemfuture.availableWorkers.methodsfuture.availableWorkers.customfuture.fork.enablefuture.supportsMulticore.unstableR_FUTURE_AVAILABLECORES_FALLBACKR_FUTURE_AVAILABLECORES_SYSTEMR_FUTURE_FORK_ENABLER_FUTURE_SUPPORTSMULTICORE_UNSTABLEparallelly.makeNodePSOCK.setup_strategyparallelly.makeNodePSOCK.validateparallelly.makeNodePSOCK.connectTimeoutparallelly.makeNodePSOCK.timeoutparallelly.makeNodePSOCK.useXDRparallelly.makeNodePSOCK.socketOptionsparallelly.makeNodePSOCK.rshcmdparallelly.makeNodePSOCK.rshoptsparallelly.makeNodePSOCK.triesparallelly.makeNodePSOCK.tries.delayparallelly.makeNodePSOCK.callsR_PARALLELLY_MAKENODEPSOCK_SETUP_STRATEGYR_PARALLELLY_MAKENODEPSOCK_VALIDATER_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUTR_PARALLELLY_MAKENODEPSOCK_TIMEOUTR_PARALLELLY_MAKENODEPSOCK_USEXDRR_PARALLELLY_MAKENODEPSOCK_SOCKETOPTIONSR_PARALLELLY_MAKENODEPSOCK_RSHCMDR_PARALLELLY_MAKENODEPSOCK_RSHOPTSR_PARALLELLY_MAKENODEPSOCK_TRIESR_PARALLELLY_MAKENODEPSOCK_TRIES_DELAYR_PARALLELLY_MAKENODEPSOCK_CALLS - Options Used by the 'parallelly' Package