From 9e5808cbc9fc1b6489a408d9f842beec75ba5456 Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Mon, 25 Sep 2017 10:21:01 +0100 Subject: [PATCH] Don't attempt to export old _MPI.py scripts --- examples/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 5501601f95..496d2c0050 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -# This file is part of SWIFT. +# tHIS FIle is part of SWIFT. # Copyright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk), # Matthieu Schaller (matthieu.schaller@durham.ac.uk). # @@ -95,9 +95,7 @@ EXTRA_DIST = BigCosmoVolume/makeIC.py \ EXTRA_DIST += parameter_example.yml # Scripts to plot task graphs -EXTRA_DIST += plot_tasks_MPI.py plot_tasks.py \ - analyse_tasks_MPI.py analyse_tasks.py \ - process_plot_tasks_MPI process_plot_tasks +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 \ -- GitLab