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

Support OpenACC with Cray compiler + use OpenACC_Fortran_FLAGS #225

Merged
merged 3 commits into from
Sep 25, 2024

Conversation

wdeconinck
Copy link
Member

The Atlas ACC feature was not working on Cray compilers because only the Fortran compiler supports OpenACC. This means that functions like acc_map_data with Cray could only be called via C-bindings.

This PR adapts 'atlas_acc_support` library to use C-bindings to a Fortran implementation when the C++ compiler ID is not "NVHPC".

Additionally some cleanup of the use of OpenACC_Fortran_FLAGS is done.

@wdeconinck wdeconinck merged commit 5380f6b into develop Sep 25, 2024
71 checks passed
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