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

