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 47eaa6d2 add microbenchmark litsupport plugin use microbenchmark litsu [...] new d4487144 [test-suite] Adding the HACCKernels Benchmark
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: LICENSE.TXT | 1 + .../Benchmarks/DOE-ProxyApps-C++/CMakeLists.txt | 1 + .../DOE-ProxyApps-C++/HACCKernels/CMakeLists.txt | 4 + .../DOE-ProxyApps-C++/HACCKernels/COPYING | 50 ++++++ .../HACCKernels/GravityForceKernel.cpp | 165 ++++++++++++++++++ .../DOE-ProxyApps-C++/HACCKernels/HACCKernels.h | 93 ++++++++++ .../HACCKernels/HACCKernels.reference_output | 5 + .../DOE-ProxyApps-C++/HACCKernels/Makefile | 6 + .../DOE-ProxyApps-C++/HACCKernels/README | 59 +++++++ .../DOE-ProxyApps-C++/HACCKernels/main.cpp | 193 +++++++++++++++++++++ MultiSource/Benchmarks/DOE-ProxyApps-C++/Makefile | 2 +- 11 files changed, 578 insertions(+), 1 deletion(-) create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/CMakeLists.txt create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/COPYING create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/GravityFor [...] create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/HACCKernels.h create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/HACCKernel [...] create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/Makefile create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/README create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/main.cpp