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

OpenACC port of atm_bdy_reset_speczone_values #1270

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

Conversation

abishekg7
Copy link
Collaborator

@abishekg7 abishekg7 commented Jan 17, 2025

This PR enables the GPU execution of the atm_bdy_reset_speczone_values subroutine using OpenACC directives for the data movements and loops.

A new timer, 'atm_bdy_reset_speczone_values [ACC_data_xfer]', has been added for host-device data transfers in this subroutine.

@mgduda mgduda requested review from mgduda and jim-p-w January 18, 2025 01:06
@mgduda mgduda added Atmosphere OpenACC Work related to OpenACC acceleration of code labels Jan 18, 2025
@mgduda
Copy link
Contributor

mgduda commented Jan 31, 2025

@abishekg7 The code changes themselves look good. Can you add a PR description and some detail to the commit message?

This commit enables the GPU execution of the atm_bdy_reset_speczone_values
subroutine using OpenACC directives for the data movements and loops. A new
timer, 'atm_bdy_reset_speczone_values [ACC_data_xfer]', has been added for
host-device data transfers in this subroutine.
@abishekg7 abishekg7 force-pushed the atmosphere/port_atm_bdy_reset_speczone_values branch from f69d18b to 7a8aa40 Compare January 31, 2025 18:18
@abishekg7
Copy link
Collaborator Author

@abishekg7 The code changes themselves look good. Can you add a PR description and some detail to the commit message?

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Atmosphere OpenACC Work related to OpenACC acceleration of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants