-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realm: Too many simultaneous local client threads #1612
Comments
82 tasks
Are you running with |
Yes |
And if you remove the |
See #1508. If you need |
Both including |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating legion from
7990f5e9e
to65d1a3b7d
, I non-deterministically get the following error during the initialization phase of the HTR solver:*** FATAL ERROR (proc 1): in gasneti_fatal_threadoverflow() at bed-gasnet/source/extended-ref/gasnet_extended_common.c:63: GASNet Extended API: Too many simultaneous local client threads (limit=256). To raise this limit, configure GASNet using --with-max-pthreads-per- node=N.
The backtrace of the error is
I haven't been able to reproduce the issue in debug mode and I am only able to reproduce the issue on a system where it is not possible to connect to the node to attach a debugger so I can't produce (for now) more detailed backtraces.
@elliottslaughter, can you please add this issue to #1032 ?
The text was updated successfully, but these errors were encountered: