Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RODIER Quentin
Méso-NH code
Commits
5e76c0ba
Commit
5e76c0ba
authored
8 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 16/06/2016: OpenACC: get_halo_d: added a mppdb_check3d to allow cross-checks with get_halo
parent
f7d3e2df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/MNH/get_halo.f90
+4
-0
4 additions, 0 deletions
src/MNH/get_halo.f90
with
4 additions
and
0 deletions
src/MNH/get_halo.f90
+
4
−
0
View file @
5e76c0ba
...
...
@@ -139,6 +139,7 @@ USE MODE_MNH_ZWORK, ONLY : GWEST , GEAST, GSOUTH , GNORTH
!
USE
MODD_CONF
,
ONLY
:
NHALO
USE
MODE_DEVICE
USE
MODE_MPPDB
!
IMPLICIT
NONE
!
...
...
@@ -288,6 +289,9 @@ IF (LX .OR. LY) THEN
CALL
ADD3DFIELD_ll
(
TZ_PSRC_ll
,
PSRC
)
CALL
UPDATE_HALO_ll
(
TZ_PSRC_ll
,
IERROR
,
HDIR
=
HDIR
)
CALL
CLEANLIST_ll
(
TZ_PSRC_ll
)
ELSE
!Necessary to allow comparisons/checks with standard GET_HALO
CALL
MPPDB_CHECK3D
(
PSRC
,
"UPDATE_HALO_ll"
,
PRECISION
)
ENDIF
!Copy the halo on the host PSRC to Zxxxx_OUT and put it in the PSRC copy on the device
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment