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

Pypicongpu compile test compiles with GCC9 #5250

Closed
ikbuibui opened this issue Jan 24, 2025 · 2 comments · Fixed by #5256
Closed

Pypicongpu compile test compiles with GCC9 #5250

ikbuibui opened this issue Jan 24, 2025 · 2 comments · Fixed by #5256
Assignees
Labels
bug a bug in the project's code

Comments

@ikbuibui
Copy link
Contributor

ikbuibui commented Jan 24, 2025

GCC 9 should be disabled since #5246 but while working on #5249 I ran into this error - https://gitlab.com/hzdr/crp/picongpu/-/jobs/8938122835
It looks like we still try compiling with GCC9. I had a quick look but it wasnt immediately obvious to me where this is coming from

@ikbuibui ikbuibui added the bug a bug in the project's code label Jan 24, 2025
@BrianMarre
Copy link
Member

BrianMarre commented Jan 24, 2025

the CI test actually specifies gcc-11, see here.
It seems to fallback to the default gcc of the container for some reason.

We might be able to fix it by switching to the ubuntu 22.04 container.

@SimeonEhrig
Copy link
Contributor

GCC 9 will be removed in general. It does not support C++20.
The new minimum GCC version is 10.

https://codebase.helmholtz.cloud/crp/alpaka-group-container/-/merge_requests/62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in the project's code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants