Skip to content

Start julia with multiple worker threads by default #43672

Open
@jtrakk

Description

@jtrakk

This will help new Julia programmers who don't know about JULIA_NUM_THREADS=auto get fast execution. It also symbolizes how Julia supports the increasing parallelism of modern technical computing. Anybody who needs sequential execution, e.g. for debugging, can use JULIA_NUM_THREADS=1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureIndicates new feature / enhancement requestsmultithreadingBase.Threads and related functionalityspeculativeWhether the change will be implemented is speculative

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions