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

Parallel test failure (on CI) #433

Closed
JDBetteridge opened this issue Aug 30, 2023 · 1 comment
Closed

Parallel test failure (on CI) #433

JDBetteridge opened this issue Aug 30, 2023 · 1 comment

Comments

@JDBetteridge
Copy link
Member

JDBetteridge commented Aug 30, 2023

One of the tests is timing out when run in parallel:
https://github.com/firedrakeproject/gusto/actions/runs/6014541349/job/16314464111

FAILED examples/test_examples_run.py::test_example_runs_parallel[unsaturated_bubble.py]

I can't reproduce the error locally, but there appears to be a deadlock (or potentially more than one).

This is currently holding up #417, and potentially points towards a bigger issue.

I have attached the logfiles from the CI run.
log-files.zip

@tommbendall
Copy link
Contributor

This has now been understood and addressed -- we were actually hitting the time out because the compilation (particularly of steps in the hybridized solver) was very slow. By increasing the time limit and speeding up the compilation by changing the compiler flags, Jack has now addressed this.

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

No branches or pull requests

2 participants