Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
ab08bd9d
Commit
ab08bd9d
authored
6 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Missing columns in the parameter example file.
parent
1383d2d9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/parameter_example.yml
+3
-3
3 additions, 3 deletions
examples/parameter_example.yml
with
3 additions
and
3 deletions
examples/parameter_example.yml
+
3
−
3
View file @
ab08bd9d
...
...
@@ -137,9 +137,9 @@ DomainDecomposition:
# new decomposition, or number of steps (>1) between decompositions
minfrac
:
0.9
# (Optional) Fractional of all particles that should be updated in previous step when
# using CPU time trigger
usemetis
0
# Use serial METIS when ParMETIS is also available.
adaptive
1
# Use adaptive repartition when ParMETIS is available, otherwise simple refinement.
itr
100
# When adaptive defines the ratio of inter node communication time to data redistribution time, in the range 0.00001 to 10000000.0.
usemetis
:
0
# Use serial METIS when ParMETIS is also available.
adaptive
:
1
# Use adaptive repartition when ParMETIS is available, otherwise simple refinement.
itr
:
100
# When adaptive defines the ratio of inter node communication time to data redistribution time, in the range 0.00001 to 10000000.0.
# Lower values give less data movement during redistributions, at the cost of global balance which may require more communication.
# Parameters related to the equation of state ------------------------------------------
...
...
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