fix warnings
[pluto.git] / examples / tce / Makefile
blobb95c0767e4bd3c17e0a733ed7d7c90a9db7b6285
1 SRC=tce-4index-transform
3 PLCFLAGS=--codegen-context=32
4 TILEFLAGS =
6 include ../common.mk
8 $(SRC).par2d.c:
9 $(PLC) $(SRC).c --parallel --multipipe $(TILEFLAGS) $(PLCFLAGS) --output $(SRC).kernel.par2d.c
11 par2d: $(SRC).par2d.c decls.h util.h
12 $(CC) $(OPT_FLAGS) -openmp -lm $(SRC).par2d.c -o par2d