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

cmdlineargs test: on 32-bit systems, impose a constant upper limit on the number of threads #39854

Merged
merged 1 commit into from
Feb 28, 2021

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented Feb 28, 2021

Before this PR, if the computer has e.g. 200 CPU threads, then the cmdlinearargs test will use 400 threads.

After this PR, on 32-bit systems, the cmdlinearargs will never use more than 50 threads.

The behavior on 64-bit systems is unchanged.

@DilumAluthge DilumAluthge added the backport 1.6 Change should be backported to release-1.6 label Feb 28, 2021
@DilumAluthge
Copy link
Member Author

DilumAluthge commented Feb 28, 2021

Hopefully this fixes the test failures on tester_linux32.

Edit: looks like it did fix those failures, at least for now.

@DilumAluthge DilumAluthge merged commit c79309b into master Feb 28, 2021
@DilumAluthge DilumAluthge deleted the dpa/cmdlinearargs-32-bit branch February 28, 2021 06:48
KristofferC pushed a commit that referenced this pull request Mar 2, 2021
… the number of threads (#39854)

(cherry picked from commit c79309b)
@KristofferC KristofferC mentioned this pull request Mar 2, 2021
52 tasks
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label Mar 14, 2021
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request May 9, 2021
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
… the number of threads (#39854)

(cherry picked from commit c79309b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants