Skip to content

Commit a3eea31

Browse files
committed
[test-suite] Adding CoMD Proxy App
CoMD is a reference implementation of typical classical molecular dynamics algorithms and workloads. This is a serial build for the test-suite with eam potential. Link: https://github.com/exmatex/CoMD Reviewers: Meinersbur Differential Revision: https://reviews.llvm.org/D55726 llvm-svn: 352375
1 parent 45e9fc8 commit a3eea31

40 files changed

+6181
-0
lines changed

MultiSource/Benchmarks/DOE-ProxyApps-C/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ add_subdirectory(miniAMR)
44
add_subdirectory(miniGMG)
55
add_subdirectory(RSBench)
66
add_subdirectory(SimpleMOC)
7+
add_subdirectory(CoMD)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
list(APPEND CFLAGS -std=c99 -DDOUBLE)
2+
list(APPEND LDFLAGS -lm)
3+
4+
set(RUN_OPTIONS -e -x 10 -y 10 -z 10 --potDir .)
5+
llvm_multisource(CoMD)
6+
llvm_test_data(CoMD Cu_u6.eam)

0 commit comments

Comments
 (0)