Skip to content
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

If the user explicitly asked for 1 thread don't add an interactive one. #57454

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

gbaraldi
Copy link
Member

This basically makes the assumption that if the user asked for 1 thread they really want their program to not have threads

This basically makes the assumption that if the user asked for 1 thread they really want their program to not have threads
@IanButterworth
Copy link
Member

IanButterworth commented Feb 18, 2025

As this introduces a complexity to the setting, I think this need the docs to be updated to understand how clear this would be i.e. both -t and JULIA_NUM_THREADS behavior

@giordano giordano added multithreading Base.Threads and related functionality backport 1.12 Change should be backported to release-1.12 labels Feb 18, 2025
@topolarity topolarity requested a review from xal-0 February 18, 2025 16:41
@IanButterworth

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.12 Change should be backported to release-1.12 multithreading Base.Threads and related functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants