LEVEL = ../../../..
PROG = ft
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS += 6000 100000
else
RUN_OPTIONS +=  1500 100000
endif
HASH_PROGRAM_OUTPUT = 1
include $(LEVEL)/MultiSource/Makefile.multisrc

