Skip to content

CI: Update unit tests from ubuntu-20.04 to ubuntu-24.04 #899

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

Merged
merged 16 commits into from
Apr 29, 2025

Conversation

DilumAluthge
Copy link
Member

GitHub retired their Ubuntu 20 image (for GitHub-hosted runners) on April 15, 2025. Therefore, we are forced to update.

https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/

GitHub retired their Ubuntu 20 image (for GitHub-hosted runners) on April 15, 2025. Therefore, we are forced to update.

https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/
@giordano giordano force-pushed the dpa/ci-ubuntu-20 branch 3 times, most recently from 17937d9 to ac055d3 Compare April 29, 2025 10:14
@giordano
Copy link
Member

Ok, the problem is that in the jobs using mpich from Ubuntu repository with mpiexec -np 4 ... we're executing four processes which have MPI_LOCALNRANKS=4 but MPI.Comm_size(MPI.COMM_WORLD)=1 and all processes have rank 0. I'm quite lost about why this is happening.

@giordano
Copy link
Member

giordano commented Apr 29, 2025

Oh well, I get the same with a C program:

Hello world from processor fv-az1964-164, rank 0 out of 1 processors
Hello world from processor fv-az1964-164, rank 0 out of 1 processors
Hello world from processor fv-az1964-164, rank 0 out of 1 processors
Hello world from processor fv-az1964-164, rank 0 out of 1 processors

Instead with openmpi:

Hello world from processor fv-az1660-563, rank 3 out of 4 processors
Hello world from processor fv-az1660-563, rank 0 out of 4 processors
Hello world from processor fv-az1660-563, rank 2 out of 4 processors
Hello world from processor fv-az1660-563, rank 1 out of 4 processors

What's wrong with mpich?!?!

@giordano
Copy link
Member

I think we're running into pmodels/mpich#7064. I don't think we can really do anything about this.

@giordano giordano marked this pull request as ready for review April 29, 2025 11:27
@giordano giordano added the CI label Apr 29, 2025
@giordano giordano merged commit 17d5b04 into master Apr 29, 2025
43 of 46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants