Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
swm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SWM
swm
Commits
461e9710
Commit
461e9710
authored
Jan 11, 2019
by
Martin Claus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed OpenMP CPP macros
parent
276acad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/model.h
include/model.h
+3
-3
No files found.
include/model.h
View file @
461e9710
...
...
@@ -5,9 +5,9 @@ Header file for shallow water model. Meant to set different physics.
#define FILE_MODEL_SEEN
/* OpenMP */
#define OMP_COLLAPSE(N) collapse(
max(1, N-1)
)
#define OMPCHUNK
Nx
#define OMPSCHEDULE
GUIDED
#define OMP_COLLAPSE(N) collapse(
N-1
)
#define OMPCHUNK
5
#define OMPSCHEDULE
STATIC
/* Switch for Shallow Water Model */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment