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
5c113c01
Commit
5c113c01
authored
1 year ago
by
ESCOBAR MUNOZ Juan
Browse files
Options
Downloads
Patches
Plain Diff
Juan 07/03/2024:prep_real_case.f90 , add CALL INIT_HALO_D for OPENACC(DEFONLY) compilation
parent
bd0147e0
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/prep_real_case.f90
+2
-0
2 additions, 0 deletions
src/MNH/prep_real_case.f90
with
2 additions
and
0 deletions
src/MNH/prep_real_case.f90
+
2
−
0
View file @
5c113c01
...
...
@@ -441,6 +441,7 @@ USE MODE_IO_MANAGE_STRUCT, only: IO_File_add2list, IO_File_find_byname
USE
MODE_ll
#ifdef MNH_OPENACC
USE
MODE_MNH_ZWORK
,
only
:
MNH_ALLOC_ZWORK
USE
MODD_HALO_D
,
ONLY
:
INIT_HALO_D
#endif
USE
MODE_MODELN_HANDLER
USE
MODE_MPPDB
...
...
@@ -907,6 +908,7 @@ CALL CLEANLIST_ll(TZFIELDS_ll)
#ifdef MNH_OPENACC
CALL
MNH_ALLOC_ZWORK
(
1
)
CALL
INIT_HALO_D
()
#endif
CALL
SECOND_MNH
(
ZTIME2
)
...
...
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