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 76d83f07 [test-suite] Revert rL317483 (HACCKernels Benchmark) new 8e89fc2d Revert "[test-suite] Revert rL317483 (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 | 5 + .../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 | 7 + .../DOE-ProxyApps-C++/HACCKernels/README | 59 +++++++ .../DOE-ProxyApps-C++/HACCKernels/main.cpp | 193 +++++++++++++++++++++ MultiSource/Benchmarks/DOE-ProxyApps-C++/Makefile | 2 +- 11 files changed, 580 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