-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressing review comments and removing gang vector collapse from som…
…e loops - Moving variables with nVertLevels+1 vertical levels to their own loops - Changing loop index variables to conform to the conventions - copyin not required for variables on the RHS, switching to create - copyout also deallocates device memory, so a delete is superfluous - splitting up gang vector collapse loops into two separate loops, as it leads to erroneous results otherwise - Fixing the indentation of loops - Changing data clause to conform to style
- Loading branch information
Showing
1 changed file
with
44 additions
and
33 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