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

Change CI to use OpenMPI instead of MPICH #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paulromano
Copy link
Member

As soon as we fixed one CI problem, another one popped up. GitHub actions recently changed the default ubuntu distro to 22.04 from 20.04, which appears to have caused problems when linking against Nek5000. As far as I can tell, this appears to be related to the use of MPICH, which on Ubuntu 22.04 adds several extra compile flags for link-time optimization. Switching to OpenMPI fixes the problem for me locally 🤞

@paulromano
Copy link
Member Author

Well, looks like there is an issue building the current version of nekRS on Ubuntu 22.04, but that should be fixed by the nekRS v22 update #170. @hapfang you'll probably need to make the change that I have here in order to get tests passing on your branch.

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.

1 participant