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

Removal of mpas_pool_get_array_gpu calls for 2 routines #17

Merged
merged 1 commit into from
Apr 11, 2018
Merged

Removal of mpas_pool_get_array_gpu calls for 2 routines #17

merged 1 commit into from
Apr 11, 2018

Commits on Apr 6, 2018

  1. Removal of mpas_get_array_gpu calls

    Replaced the mpas_pool_get_array_gpu function by mpas_pool_get_array
    for the routines solve_diagnostics and init_coupled_diagnostics.
    The _gpu calls has !$acc data copyin directives and it transfers the
    variables on to gpu. The two functions solve_diagnostics and init_coupled_
    diagnostics functions are also called outside the time integration. The
    data copying is corrupting the GPU data later in the timestep.
    This results in NaNs.
    supreethms1809 committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    67608e0 View commit details
    Browse the repository at this point in the history