aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: 93b56b94fd1f9900aecafbf17e3e16e52f5baca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# make.configuration.defn for IOFlexIO
# $Header$

# make sure that IOFlexIO was configured with PUGH
ifeq ($(findstring CactusPUGH/PUGH,$(THORNS)),)
  $(error "IOFlexIO requires PUGH. Please add CactusPUGH/PUGH or remove IOFlexIO from Thornlist !"  
endif


# add the IOFlexIO programs to the Cactus utitlity tools
ALL_UTILS += ieee_recombiner ieee_extract ieee_convert_from_cactus3 ieee_merge

# this is the include path for FlexIO header files
# when compiling the utility programs with the internal FlexIO package
FLEXIO_INC_DIRS = $(CCTK_HOME)$(DIRSEP)arrangements/CactusExternal/FlexIO/src