aboutsummaryrefslogtreecommitdiff
path: root/m/Makefile
diff options
context:
space:
mode:
authorBarry Wardell <barry.wardell@gmail.com>2012-05-01 17:09:05 +0100
committerBarry Wardell <barry.wardell@gmail.com>2012-05-01 18:37:21 +0100
commita8794cd2227c87c7457ba51d040e863be2f981e7 (patch)
tree7d0d7448289790c3d4090742bdfaba39c4f9dced /m/Makefile
parent342f260edadacf1632d3020fa441da1802a96cce (diff)
Generate a separate thorn for CCZ4.
This still uses the same Kranc script as the standard BSSN code, but having a separate thorn means that the BSSN is not negatively affected performance-wise.
Diffstat (limited to 'm/Makefile')
-rw-r--r--m/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/m/Makefile b/m/Makefile
index 3af082a..cf8260b 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -13,13 +13,14 @@ McLachlan_ADM.out: McLachlan_ADM.m
done
McLachlan_BSSN.out: McLachlan_BSSN.m
- rm -rf ML_BSSN*
+ rm -rf ML_BSSN* ML_CCZ4*
./runmath.sh $^
for thorn in ML_BSSN*; do \
./copy-if-changed.sh $$thorn ../$$thorn && \
./create-helper-thorn.sh $$thorn && \
./copy-if-changed.sh $${thorn}_Helper ../$${thorn}_Helper; \
done
+ ./copy-if-changed.sh ML_CCZ4 ../ML_CCZ4
McLachlan_ADMConstraints.out: McLachlan_ADMConstraints.m
rm -rf ML_ADMConstraints*