aboutsummaryrefslogtreecommitdiff
path: root/MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/CoMD_info.h
blob: ebb861fa32990fd19be1663ae9fbcd18fb9173ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef CoMD_info_hpp
#define CoMD_info_hpp

#define CoMD_VARIANT "CoMD-serial"
#define CoMD_HOSTNAME "test-suite"
#define CoMD_KERNEL_NAME "'test-suite'"
#define CoMD_KERNEL_RELEASE "'test-suite'"
#define CoMD_PROCESSOR "'test-suite'"

#define CoMD_COMPILER "'test-suite'"
#define CoMD_COMPILER_VERSION "'test-suite'"
#define CoMD_CFLAGS "'-std=c99 -DDOUBLE'"
#define CoMD_LDFLAGS "'-lm'"

#endif