aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index b40e1db..ad57bcd 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -17,3 +17,11 @@ MissingPUGHinIOFlexIO:
@echo "IOFlexIO: Please compile with thorn CactusPUGH/PUGH or remove IOFlexIO from Thornlist !"
exit 2
endif
+
+
+# add the recombiner to the Cactus utitlity tools
+ALL_UTILS += ieee_recombiner
+
+# this is the include path for IEEEIO header files
+# when compiling the recombiner with internal IEEEIO package
+IEEEIO_INCLUDE_PATH = $(CCTK_HOME)$(DIRSEP)arrangements/external/IEEEIO/src