blob: 2ad5cd89b3e3c958d100e5d82ca0fd7f3c493658 [file] [log] [blame]
LEVEL = ../../../..
PROG = health
CPPFLAGS = -DTORONTO
LDFLAGS = -lm
FP_TOLERANCE = 0.001
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 10 40 1
else
ifdef SMALL_PROBLEM_SIZE
RUN_OPTIONS = 8 15 1
else
RUN_OPTIONS = 9 20 1
endif
endif
include $(LEVEL)/MultiSource/Makefile.multisrc