Skip to content
Snippets Groups Projects
Commit c0aa3063 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

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!143Gravity particles
......@@ -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).
......
......@@ -7,4 +7,4 @@ then
python makeIC.py 10000
fi
../swift -g externalPointMass.yml
../swift -g -t 2 externalPointMass.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment