Skip to content

Allow control over nthreads() when launching worker? #70

@droodman

Description

@droodman

Thank you for this excellent package. I understand from the documentation that "whether worker execution is multi-threaded will depend on your operating system." But for my users, it would be very helpful to be able to control the number of threads when creating a worker, so the users don't need to know about and bother with system environment variables.

With Distributed.jl, one can do this. E.g.:

addprocs(1, exeflags="-t4")

creates a new, four-threaded instance.

Might the same functionality be added to Malt.jl?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions