-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
70ff119
commit 67608e0
Showing
1 changed file
with
77 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters