From 099ccc96f6323a79286df5dcc39d52eb23727da9 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Thu, 18 Feb 2016 23:41:56 +0000 Subject: [PATCH] Added IC generations scripts to the 'make dist' --- examples/Makefile.am | 9 +++++++++ examples/{PertubedBox => PerturbedBox}/makeIC.py | 0 2 files changed, 9 insertions(+) rename examples/{PertubedBox => PerturbedBox}/makeIC.py (100%) diff --git a/examples/Makefile.am b/examples/Makefile.am index 6abaf5a542..f451113c5e 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -61,3 +61,12 @@ swift_fixdt_mpi_SOURCES = main.c swift_fixdt_mpi_CFLAGS = $(MYFLAGS) $(AM_CFLAGS) $(MPI_FLAGS) -DENGINE_POLICY="engine_policy_fixdt | engine_policy_keep $(ENGINE_POLICY_SETAFFINITY)" swift_fixdt_mpi_LDADD = ../src/.libs/libswiftsim_mpi.a $(HDF5_LDFLAGS) $(HDF5_LIBS) $(MPI_LIBS) +# Scripts to generate ICs +EXTRA_DIST = UniformBox/makeIC.py \ + PerturbedBox/makeIC.py \ + SedovBlast/makeIC.py SedovBlast/makeIC_fcc.py SedovBlast/solution.py \ + SodShock/makeIC.py SodShock/solution.py SodShock/glass_001.hdf5 SodShock/glass_002.hdf5 SodShock/rhox.py \ + CosmoVolume/getIC.sh \ + BigCosmoVolume/makeIC.py \ + BigPerturbedBox/makeIC_fcc.py \ + GreshoVortex/makeIC.py GreshoVortex/solution.py diff --git a/examples/PertubedBox/makeIC.py b/examples/PerturbedBox/makeIC.py similarity index 100% rename from examples/PertubedBox/makeIC.py rename to examples/PerturbedBox/makeIC.py -- GitLab