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
c0aa3063
Commit
c0aa3063
authored
9 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Make the new example ready for the restored '-t' command-line parameter
parent
2fc60ea7
No related branches found
No related tags found
1 merge request
!143
Gravity particles
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/ExternalPointMass/externalPointMass.yml
+0
-1
0 additions, 1 deletion
examples/ExternalPointMass/externalPointMass.yml
examples/ExternalPointMass/run.sh
+1
-1
1 addition, 1 deletion
examples/ExternalPointMass/run.sh
with
1 addition
and
2 deletions
examples/ExternalPointMass/externalPointMass.yml
+
0
−
1
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).
...
...
This diff is collapsed.
Click to expand it.
examples/ExternalPointMass/run.sh
+
1
−
1
View file @
c0aa3063
...
...
@@ -7,4 +7,4 @@ then
python makeIC.py 10000
fi
../swift
-g
externalPointMass.yml
../swift
-g
-t
2
externalPointMass.yml
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