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

Updated the documentation with the new meta runtime parameter.

parent 07117754
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,14 @@ Parameters:
--sync Run with time-step synchronization
of particles hit by feedback events.
Simulation meta-options:
--eagle Run with all the options needed for the
EAGLE model. This is equivalent to --hydro
--limiter --sync --self-gravity --stars
--star-formation --cooling --feedback
--black-holes --fof.
Control options:
-a, --pin Pin runners using processor affinity.
......
......@@ -94,7 +94,14 @@ Parameters:
--limiter Run with time-step limiter.
--sync Run with time-step synchronization
of particles hit by feedback events.
Simulation meta-options:
--eagle Run with all the options needed for the
EAGLE model. This is equivalent to --hydro
--limiter --sync --self-gravity --stars
--star-formation --cooling --feedback
--black-holes --fof.
Control options:
-a, --pin Pin runners using processor affinity.
......
......@@ -40,6 +40,13 @@ can be found by typing ``./swift -h``:
--limiter Run with time-step limiter.
--sync Run with time-step synchronization
of particles hit by feedback events.
Simulation meta-options:
--eagle Run with all the options needed for the
EAGLE model. This is equivalent to --hydro
--limiter --sync --self-gravity --stars
--star-formation --cooling --feedback
--black-holes --fof.
Control options:
......
......@@ -30,11 +30,7 @@ fi
# The corresponding parameter file for this run
../../swift \
--cosmology --hydro --self-gravity \
--stars --star-formation \
--cooling --feedback \
--limiter --sync \
--black-holes --fof \
--cosmology --eagle \
--threads=16 --pin \
eagle_12.yml
......@@ -30,10 +30,6 @@ fi
# The corresponding parameter file for this run
../../swift \
--cosmology --hydro --self-gravity \
--stars --star-formation \
--cooling --feedback \
--limiter --sync \
--black-holes --fof \
--cosmology --eagle \
--threads=16 --pin \
eagle_25.yml
......@@ -30,10 +30,6 @@ fi
# The corresponding parameter file for this run
../../swift \
--cosmology --hydro --self-gravity \
--stars --star-formation \
--cooling --feedback \
--limiter --sync \
--black-holes --fof \
--cosmology --eagle \
--threads=16 --pin \
eagle_50.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment