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
Méso-NH
Méso-NH code
Commits
d7486da4
Commit
d7486da4
authored
1 year ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 22/05/2023: minor: REMAP_SXP1_YP2_Z_SX_YP2_ZP1_ll: remove MPPDB_CHECK
parent
815b94a5
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/LIB/SURCOUCHE/src/mode_splittingz_ll.f90
+0
-14
0 additions, 14 deletions
src/LIB/SURCOUCHE/src/mode_splittingz_ll.f90
with
0 additions
and
14 deletions
src/LIB/SURCOUCHE/src/mode_splittingz_ll.f90
+
0
−
14
View file @
d7486da4
...
...
@@ -1072,8 +1072,6 @@ CONTAINS
#endif
USE
MODD_VAR_ll
,
ONLY
:
TCRRT_COMDATA
USE
MODD_CONFZ
,
ONLY
:
NZ_SPLITTING
! for debug IZ=1=flat_inv; IZ=2=flat_invz ; IZ=1+2=the two
USE
MODE_MPPDB
!
IMPLICIT
NONE
!
...
...
@@ -1088,12 +1086,6 @@ CONTAINS
!
!-------------------------------------------------------------------------------
IF
(
MPPDB_INITIALIZED
)
THEN
!Check all INOUT arrays
CALL
MPPDB_CHECK
(
PFIELDIN
,
"REMAP_SXP1_YP2_Z_SX_YP2_ZP1_ll beg:PFIELDIN"
)
CALL
MPPDB_CHECK
(
PFIELDOUT
,
"REMAP_SXP1_YP2_Z_SX_YP2_ZP1_ll beg:PFIELDOUT"
)
END
IF
!$acc data present( PFIELDIN, PFIELDOUT )
!
!* 1. UPDATE THE ZONES NOT SENT OR RECEIVED BY THE PROCESSOR ITSELF
...
...
@@ -1128,12 +1120,6 @@ CONTAINS
ENDIF
!$acc end data
IF
(
MPPDB_INITIALIZED
)
THEN
!Check all INOUT arrays
CALL
MPPDB_CHECK
(
PFIELDIN
,
"REMAP_SXP1_YP2_Z_SX_YP2_ZP1_ll end:PFIELDIN"
)
CALL
MPPDB_CHECK
(
PFIELDOUT
,
"REMAP_SXP1_YP2_Z_SX_YP2_ZP1_ll end:PFIELDOUT"
)
END
IF
!
END
SUBROUTINE
REMAP_SXP1_YP2_Z_SX_YP2_ZP1_ll
...
...
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