aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2001-12-28 21:41:15 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2001-12-28 21:41:15 +0000
commit1c626d9a839b6ec9a0c07b12cf5ff1205b6c270b (patch)
tree91eff3dc0a397ac37895a7a0f467879c34ad5664 /src/make.configuration.defn
parent8a6b1bab6403eb67ccb68492506087ed9a211b57 (diff)
Added utility program. See ThornGuide for details.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@77 4825ed28-b72c-4eae-9704-e50c059e567d
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