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
a9030eb3
Commit
a9030eb3
authored
6 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Patches
Plain Diff
Get scripts back into dist tarballs
parent
5d1c3d6e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
examples/Makefile.am
+1
-16
1 addition, 16 deletions
examples/Makefile.am
tools/Makefile.am
+18
-0
18 additions, 0 deletions
tools/Makefile.am
with
21 additions
and
17 deletions
Makefile.am
+
1
−
1
View file @
a9030eb3
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
ACLOCAL_AMFLAGS
=
-I
m4
ACLOCAL_AMFLAGS
=
-I
m4
# Show the way...
# Show the way...
SUBDIRS
=
src examples doc tests
SUBDIRS
=
src examples doc tests
tools
# Non-standard files that should be part of the distribution.
# Non-standard files that should be part of the distribution.
EXTRA_DIST
=
INSTALL.swift .clang-format format.sh
EXTRA_DIST
=
INSTALL.swift .clang-format format.sh
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
0
View file @
a9030eb3
...
@@ -1579,6 +1579,7 @@ AM_CONDITIONAL([HAVE_DOXYGEN], [test "$ac_cv_path_ac_pt_DX_DOXYGEN" != ""])
...
@@ -1579,6 +1579,7 @@ AM_CONDITIONAL([HAVE_DOXYGEN], [test "$ac_cv_path_ac_pt_DX_DOXYGEN" != ""])
# Handle .in files.
# Handle .in files.
AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile doc/Makefile doc/Doxyfile tests/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile doc/Makefile doc/Doxyfile tests/Makefile])
AC_CONFIG_FILES([tools/Makefile])
AC_CONFIG_FILES([tests/testReading.sh], [chmod +x tests/testReading.sh])
AC_CONFIG_FILES([tests/testReading.sh], [chmod +x tests/testReading.sh])
AC_CONFIG_FILES([tests/testActivePair.sh], [chmod +x tests/testActivePair.sh])
AC_CONFIG_FILES([tests/testActivePair.sh], [chmod +x tests/testActivePair.sh])
AC_CONFIG_FILES([tests/test27cells.sh], [chmod +x tests/test27cells.sh])
AC_CONFIG_FILES([tests/test27cells.sh], [chmod +x tests/test27cells.sh])
...
...
This diff is collapsed.
Click to expand it.
examples/Makefile.am
+
1
−
16
View file @
a9030eb3
#
tHIS FI
le is part of SWIFT.
#
This fi
le is part of SWIFT.
# Copyright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk),
# Copyright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk),
# Matthieu Schaller (matthieu.schaller@durham.ac.uk).
# Matthieu Schaller (matthieu.schaller@durham.ac.uk).
#
#
...
@@ -105,18 +105,3 @@ EXTRA_DIST = CoolingBox/coolingBox.yml CoolingBox/energy_plot.py CoolingBox/make
...
@@ -105,18 +105,3 @@ EXTRA_DIST = CoolingBox/coolingBox.yml CoolingBox/energy_plot.py CoolingBox/make
# Default parameter file
# Default parameter file
EXTRA_DIST
+=
parameter_example.yml
EXTRA_DIST
+=
parameter_example.yml
# Scripts to plot task graphs
EXTRA_DIST
+=
plot_tasks.py analyse_tasks.py process_plot_tasks_MPI process_plot_tasks
# Scripts to plot threadpool 'task' graphs
EXTRA_DIST
+=
analyse_threadpool_tasks.py
\
plot_threadpool.py
\
process_plot_threadpool
# Script for scaling plot
EXTRA_DIST
+=
plot_scaling_results.py
\
plot_scaling_results_breakdown.py
# Script for gravity accuracy
EXTRA_DIST
+=
plot_gravity_checks.py
This diff is collapsed.
Click to expand it.
tools/Makefile.am
0 → 100644
+
18
−
0
View file @
a9030eb3
# Scripts to plot task graphs
EXTRA_DIST
=
task_plots/plot_tasks.py task_plots/analyse_tasks.py
\
task_plots/process_plot_tasks_MPI task_plots/process_plot_tasks
# Scripts to plot threadpool 'task' graphs
EXTRA_DIST
+=
task_plots/analyse_threadpool_tasks.py
\
task_plots/plot_threadpool.py
\
task_plots/process_plot_threadpool
# Script for scaling plot
EXTRA_DIST
+=
plot_scaling_results.py
\
plot_scaling_results_breakdown.py
# Script for gravity accuracy
EXTRA_DIST
+=
plot_gravity_checks.py
# Combine ICs.
EXTRA_DIST
+=
combine_ics.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