This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository test-suite.
from 526c4d85 [test-suite] Adding CoMD Proxy App new dad9a2bb [test-suite] Revert rL349493 (Adding CoMD Proxy App)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../Benchmarks/DOE-ProxyApps-C/CMakeLists.txt | 1 - .../Benchmarks/DOE-ProxyApps-C/CoMD/CMakeLists.txt | 6 - MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/CoMD.c | 1107 -------------------- .../DOE-ProxyApps-C/CoMD/CoMD.reference_output | 97 -- .../Benchmarks/DOE-ProxyApps-C/CoMD/CoMDTypes.h | 85 -- .../Benchmarks/DOE-ProxyApps-C/CoMD/CoMD_info.h | 15 - .../Benchmarks/DOE-ProxyApps-C/CoMD/Cu_u6.eam | 303 ------ .../Benchmarks/DOE-ProxyApps-C/CoMD/LICENSE.md | 18 - .../Benchmarks/DOE-ProxyApps-C/CoMD/Makefile | 8 - .../Benchmarks/DOE-ProxyApps-C/CoMD/README.TXT | 81 -- .../DOE-ProxyApps-C/CoMD/cmdLineParser.c | 228 ---- .../DOE-ProxyApps-C/CoMD/cmdLineParser.h | 40 - .../Benchmarks/DOE-ProxyApps-C/CoMD/constants.h | 41 - .../DOE-ProxyApps-C/CoMD/decomposition.c | 66 -- .../DOE-ProxyApps-C/CoMD/decomposition.h | 33 - MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/eam.c | 839 --------------- MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/eam.h | 23 - .../Benchmarks/DOE-ProxyApps-C/CoMD/haloExchange.c | 662 ------------ .../Benchmarks/DOE-ProxyApps-C/CoMD/haloExchange.h | 86 -- .../Benchmarks/DOE-ProxyApps-C/CoMD/initAtoms.c | 232 ---- .../Benchmarks/DOE-ProxyApps-C/CoMD/initAtoms.h | 38 - .../Benchmarks/DOE-ProxyApps-C/CoMD/linkCells.c | 457 -------- .../Benchmarks/DOE-ProxyApps-C/CoMD/linkCells.h | 50 - .../Benchmarks/DOE-ProxyApps-C/CoMD/ljForce.c | 235 ----- .../Benchmarks/DOE-ProxyApps-C/CoMD/ljForce.h | 11 - .../Benchmarks/DOE-ProxyApps-C/CoMD/memUtils.h | 30 - .../Benchmarks/DOE-ProxyApps-C/CoMD/mycommand.c | 290 ----- .../Benchmarks/DOE-ProxyApps-C/CoMD/mycommand.h | 37 - .../Benchmarks/DOE-ProxyApps-C/CoMD/mytype.h | 29 - .../Benchmarks/DOE-ProxyApps-C/CoMD/parallel.c | 201 ---- .../Benchmarks/DOE-ProxyApps-C/CoMD/parallel.h | 66 -- .../DOE-ProxyApps-C/CoMD/performanceTimers.c | 309 ------ .../DOE-ProxyApps-C/CoMD/performanceTimers.h | 68 -- .../Benchmarks/DOE-ProxyApps-C/CoMD/random.c | 75 -- .../Benchmarks/DOE-ProxyApps-C/CoMD/random.h | 20 - .../Benchmarks/DOE-ProxyApps-C/CoMD/timestep.c | 146 --- .../Benchmarks/DOE-ProxyApps-C/CoMD/timestep.h | 16 - .../Benchmarks/DOE-ProxyApps-C/CoMD/yamlOutput.c | 108 -- .../Benchmarks/DOE-ProxyApps-C/CoMD/yamlOutput.h | 19 - MultiSource/Benchmarks/DOE-ProxyApps-C/Makefile | 1 - 40 files changed, 6177 deletions(-) delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/CMakeLists.txt delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/CoMD.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/CoMD.reference_output delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/CoMDTypes.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/CoMD_info.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/Cu_u6.eam delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/LICENSE.md delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/Makefile delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/README.TXT delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/cmdLineParser.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/cmdLineParser.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/constants.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/decomposition.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/decomposition.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/eam.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/eam.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/haloExchange.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/haloExchange.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/initAtoms.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/initAtoms.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/linkCells.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/linkCells.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/ljForce.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/ljForce.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/memUtils.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/mycommand.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/mycommand.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/mytype.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/parallel.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/parallel.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/performanceTimers.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/performanceTimers.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/random.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/random.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/timestep.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/timestep.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/yamlOutput.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/yamlOutput.h