use_targets_scheduler: Detect the scheduler on the system.

View source: R/use_targets.R

use_targets_schedulerR Documentation

Detect the scheduler on the system.

Description

Automatically detect the resource manager on the system.

Usage

use_targets_scheduler()

Details

Not a user-side function. Do not invoke directly.

Value

Character of length 1 with the name of the resource manager. One of the following:

  • "multicore": local forked processes on Linux-like systems.

  • "multiprocess": local platform-independent and multi-process.

  • "slurm": SLURM clusters.

  • "sge": Sun Grid Engine clusters.

  • "lsf": LSF clusters.

Examples

use_targets_scheduler()

targets documentation built on Oct. 12, 2023, 5:07 p.m.