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.defn4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index c52aca4..b44abf3 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -7,3 +7,7 @@ ifeq ($(findstring CactusExternal/FlexIO,$(THORNS)),CactusExternal/FlexIO)
ALL_UTILS += hdf5_convert_from_ieeeio
FLEXIO_INC_DIRS = $(CCTK_HOME)$(DIRSEP)arrangements/CactusExternal/FlexIO/src
endif
+
+ifeq ($(findstring CactusIO/IOSDF,$(THORNS)),CactusIO/IOSDF)
+ALL_UTILS += hdf5_convert_from_sdf
+endif