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
4db13fc2
Commit
4db13fc2
authored
4 years ago
by
ESCOBAR Juan
Browse files
Options
Downloads
Patches
Plain Diff
Juan 09/11/2020:ppm.f90, comment not usefull get_halo(Z0..)
parent
28ebc0be
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/MNH/ppm.f90
+19
-19
19 additions, 19 deletions
src/MNH/ppm.f90
with
19 additions
and
19 deletions
src/MNH/ppm.f90
+
19
−
19
View file @
4db13fc2
...
...
@@ -2704,9 +2704,9 @@ ENDIF
#ifndef MNH_OPENACC
CALL
GET_HALO
(
ZPHAT
,
HNAME
=
'ZPHAT'
)
#else
!
$
acc update self(ZPHAT)
CALL
GET_HALO
(
ZPHAT
(:,:,:),
HDIR
=
"Z0_X"
,
HNAME
=
'ZPHAT'
)
!
$
acc update device(ZPHAT)
!
acc update self(ZPHAT)
!
CALL GET_HALO
_D
(ZPHAT(:,:,:), HDIR="Z0_X", HNAME='ZPHAT')
!
acc update device(ZPHAT)
#endif
!
!$acc kernels
...
...
@@ -2739,9 +2739,9 @@ CALL GET_HALO(ZPHAT(:,:,:), HDIR="Z0_X", HNAME='ZPHAT')
#ifndef MNH_OPENACC
CALL
GET_HALO
(
ZFPOS
,
HNAME
=
'ZFPOS'
)
! JUAN
#else
!
$
acc update self(ZFPOS)
CALL
GET_HALO
(
ZFPOS
(:,:,:),
HDIR
=
"Z0_X"
,
HNAME
=
'ZFPOS'
)
! JUAN
!
$
acc update device(ZFPOS)
!
acc update self(ZFPOS)
!
CALL GET_HALO
_D
(ZFPOS(:,:,:), HDIR="Z0_X", HNAME='ZFPOS') ! JUAN
!
acc update device(ZFPOS)
#endif
!
!$acc kernels
...
...
@@ -2767,9 +2767,9 @@ CALL GET_HALO(ZFPOS(:,:,:), HDIR="Z0_X", HNAME='ZFPOS') ! JUAN
#ifndef MNH_OPENACC
CALL
GET_HALO
(
ZFNEG
,
HNAME
=
'ZFNEG'
)
! JUAN
#else
!
$
acc update self(ZFNEG)
CALL
GET_HALO
(
ZFNEG
,
HDIR
=
"Z0_X"
,
HNAME
=
'ZFNEG'
)
! JUAN
!
$
acc update device(ZFNEG)
!
acc update self(ZFNEG)
!
CALL GET_HALO
_D
(ZFNEG, HDIR="Z0_X", HNAME='ZFNEG') ! JUAN
!
acc update device(ZFNEG)
#endif
!
!$acc kernels
...
...
@@ -3039,7 +3039,7 @@ IF ( L2D ) THEN
CALL
MPPDB_CHECK
(
PR
,
"PPM_S0_Y end:PR"
)
! RETURN
ELSE
!not L2D
!
!
CALL
GET_HALO2
(
PSRC
,
TZ_PSRC_HALO2_ll
,
HNAME
=
'PSRC'
)
ZPSRC_HALO2_SOUTH
(:,:)
=
TZ_PSRC_HALO2_ll
%
HALO2
%
SOUTH
(:,:)
!$acc update device (ZPSRC_HALO2_SOUTH)
...
...
@@ -3150,9 +3150,9 @@ CASE ('OPEN')
#ifndef MNH_OPENACC
CALL
GET_HALO
(
ZPHAT
,
HNAME
=
'ZPHAT'
)
#else
!
$
acc update self(ZPHAT)
CALL
GET_HALO
(
ZPHAT
(:,:,:),
HDIR
=
"Z0_Y"
,
HNAME
=
'ZPHAT'
)
!
$
acc update device(ZPHAT)
!
acc update self(ZPHAT)
!
CALL GET_HALO
_D
(ZPHAT(:,:,:), HDIR="Z0_Y", HNAME='ZPHAT')
!
acc update device(ZPHAT)
#endif
!
!$acc kernels
...
...
@@ -3187,9 +3187,9 @@ CALL GET_HALO(ZPHAT(:,:,:), HDIR="Z0_Y", HNAME='ZPHAT')
#ifndef MNH_OPENACC
CALL
GET_HALO
(
ZFPOS
,
HNAME
=
'ZFPOS'
)
! JUAN
#else
!
$
acc update self(ZFPOS)
CALL
GET_HALO
(
ZFPOS
(:,:,:),
HDIR
=
"Z0_Y"
,
HNAME
=
'ZFPOS'
)
! JUAN
!
$
acc update device(ZFPOS)
!
acc update self(ZFPOS)
!
CALL GET_HALO
_D
(ZFPOS(:,:,:), HDIR="Z0_Y", HNAME='ZFPOS') ! JUAN
!
acc update device(ZFPOS)
#endif
!
!$acc kernels
...
...
@@ -3216,9 +3216,9 @@ CALL GET_HALO(ZFPOS(:,:,:), HDIR="Z0_Y", HNAME='ZFPOS') ! JUAN
#ifndef MNH_OPENACC
CALL
GET_HALO
(
ZFNEG
,
HNAME
=
'ZFNEG'
)
! JUAN
#else
!
$
acc update self(ZFNEG)
CALL
GET_HALO
(
ZFNEG
,
HDIR
=
"Z0_Y"
,
HNAME
=
'ZFNEG'
)
! JUAN
!
$
acc update device(ZFNEG)
!
acc update self(ZFNEG)
!
CALL GET_HALO
_D
(ZFNEG, HDIR="Z0_Y", HNAME='ZFNEG') ! JUAN
!
acc update device(ZFNEG)
#endif
!
!$acc kernels
...
...
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