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.defn6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 4642d40..d51e272 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -1,4 +1,8 @@
# make.configuration.defn for IOHDF5
-# add the recombiner to the Cactus utitlity tools
+# add the recombiner and the IEEEIO converter to the Cactus utitlity tools
ALL_UTILS += hdf5_recombiner
+
+ifeq ($(findstring CactusExternal/FlexIO,$(THORNS)),CactusExternal/FlexIO)
+ALL_UTILS += hdf5_convert_from_ieeeio
+endif