Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
c0aa3063
Commit
c0aa3063
authored
Apr 08, 2016
by
Matthieu Schaller
Browse files
Make the new example ready for the restored '-t' command-line parameter
parent
2fc60ea7
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/ExternalPointMass/externalPointMass.yml
View file @
c0aa3063
...
...
@@ -9,7 +9,6 @@ UnitSystem:
# Parameters for the task scheduling
Scheduler
:
nr_threads
:
2
# The number of threads per MPI rank to use.
nr_queues
:
0
# The number of task queues to use. Use 0 to let the system decide.
cell_max_size
:
8000000
# Maximal number of interactions per task (this is the default value).
cell_sub_size
:
8000000
# Maximal number of interactions per sub-task (this is the default value).
...
...
examples/ExternalPointMass/run.sh
View file @
c0aa3063
...
...
@@ -7,4 +7,4 @@ then
python makeIC.py 10000
fi
../swift
-g
externalPointMass.yml
../swift
-g
-t
2
externalPointMass.yml
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment