blob: 9440653d5d5bfab5cd99f095f1a91c511223da38 [file] [log] [blame]
LEVEL = ../../..
PROG = tramp3d-v4
CPPFLAGS = -fno-exceptions
LDFLAGS = -lstdc++
ifdef SMALL_PROBLEM_SIZE
RUN_OPTIONS = --cartvis 1.0 0.0 --rhomin 1e-8 -n 4 --domain 32 32 32
else
RUN_OPTIONS = --cartvis 1.0 0.0 --rhomin 1e-8 -n 10 --domain 32 32 32
endif
FP_ABSTOLERANCE := 0.0000001
ifeq ($(ARCH),Mips)
# Mips needs a bit more compilation time when Mips64r6 and MSA are used
# together.
RUNTIMELIMIT := 700
endif
include ../../Makefile.multisrc