aboutsummaryrefslogtreecommitdiff
path: root/MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/Makefile
blob: 09cb864f4a3baf474b1e0a2e29cf355f9207fead (plain)
1
2
3
4
5
6
7
8
LEVEL = ../../../..

PROG     = CoMD
CPPFLAGS = -std=c99 -DDOUBLE
LDFLAGS  = -lm
RUN_OPTIONS = -e -x 10 -y 10 -z 10 --potDir $(PROJ_SRC_DIR)
include $(LEVEL)/MultiSource/Makefile.multisrc