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
80de01e8
Commit
80de01e8
authored
Feb 11, 2020
by
Matthieu Schaller
Browse files
Add the missing task and subtask types to the python analsysis scripts
parent
f33c3d60
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/task_plots/analyse_tasks.py
View file @
80de01e8
...
...
@@ -93,6 +93,7 @@ TASKTYPES = [
"kick2"
,
"timestep"
,
"timestep_limiter"
,
"timestep_sync"
,
"send"
,
"recv"
,
"grav_long_range"
,
...
...
@@ -116,6 +117,9 @@ TASKTYPES = [
"bh_in"
,
"bh_out"
,
"bh_ghost"
,
"bh_swallow_ghost1"
,
"bh_swallow_ghost2"
,
"bh_swallow_ghost3"
,
"fof_self"
,
"fof_pair"
,
"count"
,
...
...
@@ -135,16 +139,21 @@ SUBTYPES = [
"tend_bpart"
,
"xv"
,
"rho"
,
"part_swallow"
,
"bpart_merger"
,
"gpart"
,
"multipole"
,
"spart"
,
"stars_density"
,
"stars_feedback"
,
"sf_counts"
"bpart"
,
"sf_counts"
,
"bpart_rho"
,
"bpart_swallow"
,
"bpart_feedback"
,
"bh_density"
,
"bh_swallow"
,
"do_swallow"
,
"do_gas_swallow"
,
"do_bh_swallow"
,
"bh_feedback"
,
"count"
,
]
...
...
tools/task_plots/plot_tasks.py
View file @
80de01e8
...
...
@@ -170,6 +170,7 @@ TASKTYPES = [
"kick2"
,
"timestep"
,
"timestep_limiter"
,
"timestep_sync"
,
"send"
,
"recv"
,
"grav_long_range"
,
...
...
@@ -193,6 +194,9 @@ TASKTYPES = [
"bh_in"
,
"bh_out"
,
"bh_ghost"
,
"bh_swallow_ghost1"
,
"bh_swallow_ghost2"
,
"bh_swallow_ghost3"
,
"fof_self"
,
"fof_pair"
,
"count"
,
...
...
@@ -212,16 +216,21 @@ SUBTYPES = [
"tend_bpart"
,
"xv"
,
"rho"
,
"part_swallow"
,
"bpart_merger"
,
"gpart"
,
"multipole"
,
"spart"
,
"stars_density"
,
"stars_feedback"
,
"sf_counts"
,
"bpart"
,
"bpart_rho"
,
"bpart_swallow"
,
"bpart_feedback"
,
"bh_density"
,
"bh_swallow"
,
"do_swallow"
,
"do_gas_swallow"
,
"do_bh_swallow"
,
"bh_feedback"
,
"count"
,
]
...
...
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