Learn R Programming

clustermq (version 0.8.95)

MULTICORE: Process on multiple cores on one machine

Description

Derives from QSys to provide multicore-specific functions

Arguments

Super class

clustermq::QSys -> MULTICORE

Methods

Public methods

Method new()

Usage

MULTICORE$new(addr = host("127.0.0.1"), ...)

Method submit_jobs()

Usage

MULTICORE$submit_jobs(
  n_jobs,
  ...,
  log_worker = FALSE,
  log_file = NULL,
  verbose = TRUE
)

Method cleanup()

Usage

MULTICORE$cleanup(quiet = FALSE, timeout = 3)

Method finalize()

Usage

MULTICORE$finalize(quiet = FALSE)

Method clone()

The objects of this class are cloneable with this method.

Usage

MULTICORE$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.