registerParallelBackend {DockerParallel}R Documentation

Register/deregister the parallel backend

Description

Register/deregister the parallel backend. These methods will be dispatched based on the worker container. The parallel framework depends on the container image. If the container uses the foreach framework, there is no need to define deregisterParallelBackend as its default method will deregister the foreach backend. There is no default method defined for registerParallelBackend.

Usage

registerParallelBackend(container, cluster, verbose, ...)

deregisterParallelBackend(container, cluster, verbose, ...)

## S4 method for signature 'DummyContainer'
registerParallelBackend(container, cluster, verbose, ...)

## S4 method for signature 'DummyContainer'
deregisterParallelBackend(container, cluster, verbose, ...)

Arguments

container

The worker container.

cluster

S4 DockerCluster object.

verbose

Integer. The verbose level, default 1.

...

The additional parameter that will be passed to the registration function

Value

No return value

Functions


[Package DockerParallel version 1.0.4 Index]