Skip to content

GASNet: Too many simultaneous local client threads #1898

@elliottslaughter

Description

@elliottslaughter

In some configurations, GASNet may generate the following error:

GASNet Extended API: Too many simultaneous local client threads (limit=256). To raise this limit, configure GASNet using --with-max-pthreads-per-node=N

This happens when too many threads attempt to access GASNet at once. It is especially likely to happen if the user also passes -ll:force_kthreads, but it can (in principle) happen without it as well.

The workaround for this issue is to set -gex:immediate 0.

I'm not aware of whether a permanent solution to this issue is planned or not, but at the very least we need to document the workaround.

Split from #1508 (comment)

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