Skip to content

parallelStart(mode = ) has no option for batchtools #48

@smilesun

Description

@smilesun

If I want to reduce a large registry , I want to use parallelMap, but parallelStart only has mode = "batchjobs" which will corrupt a lot of functions in batchtools.

parallelStart(mode = "BatchJobs", resources = list(walltime = 3600)) ---------------------------------------------------------------------------------------------
  parallelExport("getFront", "reg") # make sure the slave process could use the variables being exported
  parallelLibrary("mlr", "batchtools", "ParamHelpers", "emoa", "smoof", "OpenML")
  parallelSource("experiments/experiments_global_defs.R")

So this will mask all functions in batchtools to batchjob functions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions