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
c44e4375
Commit
c44e4375
authored
5 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Added missing analysis scripts to the tarball make target
parent
cb6c208a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/Makefile.am
+27
-1
27 additions, 1 deletion
tools/Makefile.am
with
27 additions
and
1 deletion
tools/Makefile.am
+
27
−
1
View file @
c44e4375
...
...
@@ -15,4 +15,30 @@ EXTRA_DIST += plot_scaling_results.py \
EXTRA_DIST
+=
plot_gravity_checks.py
# Combine ICs.
EXTRA_DIST
+=
combine_ics.py
EXTRA_DIST
+=
combine_ics.py
\
parallel_replicate_ICs.py
# Scripts to analyse the raw runtime
EXTRA_DIST
+=
analyse_runtime.py
# Python plot style sheets
EXTRA_DIST
+=
stylesheets/mnras.mplstyle
\
stylesheets/README
# Task dependencies plots
EXTRA_DIST
+=
plot_task_dependencies.py
\
plot_task_level.py
# Cell hierarchies
EXTRA_DIST
+=
make_cell_hierarchy.sh
\
data/cell_hierarchy.html
# Cell dumps
EXTRA_DIST
+=
analyse_dump_cells.py
\
process_cells
\
process_cells_helper
# Checking scripts
EXTRA_DIST
+=
check_interactions.sh
\
check_ngbs.py
\
check_mpireports.py
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