Skip to content

nested remote Biocparallel #1

@hummuscience

Description

@hummuscience

It is me again :)

Does the nesting of the futures also work with BiocParallel.FutureParam like doFuture and Future does?

Does this locally:

library("BiocParallel")
register(MulticoreParam(36))

Translate to this when working with a remote machine:

library("BiocParallel.FutureParam")
register(FutureParam())
plan(list(tweak(remote, workers = "monster"), multicore))

With the same syntax of %->% to "peel off" futures?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions