Skip to content

v5.0.x: io/romio341: fix support for GCC 4.8 compilers #11101

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 1 commit into from
Dec 6, 2022

Conversation

jsquyres
Copy link
Member

ROMIO 3.4.1 requires <stdatomic.h>, but this is not checked by the embedded configure, causing a failure at compilation time if the compiler (such as GCC 4.8 provided by RHEL7 like distros).

Explicitly check for <stdatomic.h> and disable the io/romio341 component and the third party ROMIO if not available.

Refs. #11088

Signed-off-by: Gilles Gouaillardet [email protected]
(cherry picked from commit c2ac975)

ROMIO 3.4.1 requires <stdatomic.h>, but this is not checked by
the embedded configure, causing a failure at compilation time
if the compiler (such as GCC 4.8 provided by RHEL7 like distros).

Explicitly check for <stdatomic.h> and disable the io/romio341
component and the third party ROMIO if not available.

Refs. open-mpi#11088

Signed-off-by: Gilles Gouaillardet <[email protected]>
(cherry picked from commit c2ac975)
@jsquyres jsquyres added this to the v5.0.0 milestone Nov 22, 2022
@janjust janjust merged commit bb1ff91 into open-mpi:v5.0.x Dec 6, 2022
@jsquyres jsquyres deleted the pr/v5.0.x/romio-fix branch September 2, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants