Skip to content

Errors related to multi-core systems (e.g. > 64 cores on Threadripper) #264

Closed
@straussmaximilian

Description

@straussmaximilian

The python multiprocessing module has a a core limit, leading to problems when setting large number of cores in Python.

Currently, there is a process limit in AlphaPool, that caps at 50 processes. However, this limit is not used everywhere (e.g. n_jobs in ML). This leads to errors when running on systems with large number of CPUs.

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