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

fix slow test suite issue #484 + minor cleanups #485

Merged
merged 22 commits into from
Nov 27, 2023
Merged

Conversation

danieljprice
Copy link
Owner

Type of PR:
cleanup / fix issue #484

Description:
The ultimate cause of #484 causing timeouts in the test suite is that we oversubscribe the threads available with MPI+openMP. Hence we now only use 2 openMP threads when running with 4 MPI threads to check the hybrid parallelisation in the test suite.

Testing:
On my laptop, 4 mpi + 4 openMP takes 330s for a test that takes 15s with 4 mpi + 2 openMP threads.

Did you run the bots? yes

Did you update relevant documentation in the docs directory? no

@danieljprice danieljprice merged commit 93286dc into master Nov 27, 2023
177 checks passed
@danieljprice danieljprice deleted the test-suite-issues branch November 27, 2023 04:27
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