aboutsummaryrefslogtreecommitdiff
path: root/LICENSE.TXT
diff options
context:
space:
mode:
authorBrian Homerding <homerdin@gmail.com>2017-11-06 14:56:25 +0000
committerBrian Homerding <homerdin@gmail.com>2017-11-06 14:56:25 +0000
commitd44871443a1686d9fee6a09f81f89c8fb4a441d4 (patch)
tree10c68ca34d9ec1ad9ca08e346a260a022c7482f8 /LICENSE.TXT
parent47eaa6d218cafdb2b32c6f71ab3f2e3fc442528b (diff)
[test-suite] Adding the HACCKernels Benchmark
Description: The Hardware/Hybrid Accelerated Cosmology Code (HACC), a cosmology N-body-code framework, is designed to run efficiently on diverse computing architectures and to scale to millions of cores and beyond. The gravitational force is the only significant force between particles at cosmological scales, and, in HACC, this force is divided into two components: a long-range component and a short-range component. The long-range component is handled using a distributed grid-based solver, and the short-range component is by more-direct particle-particle computations. On many systems, a tree-based multipole approximation is used to further reduce the computational complexity of the short-range force. The inner-most computation is a direct N^2 particle-particle force calculation of the short-range part of the gravitational force. It is this inner-most calculation that consumes most of the simulation time, is computationally bound, and is what is represented by this benchmark. Link: Web: https://xgitlab.cels.anl.gov/hacc/HACCKernels When run on Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.2GHz: compile_time: 11.6126 exec_time: 13.3000 Differential Revision: https://reviews.llvm.org/D38417 git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@317483 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'LICENSE.TXT')
-rw-r--r--LICENSE.TXT1
1 files changed, 1 insertions, 0 deletions
diff --git a/LICENSE.TXT b/LICENSE.TXT
index 10e24743..671fb3e1 100644
--- a/LICENSE.TXT
+++ b/LICENSE.TXT
@@ -93,6 +93,7 @@ CLAMR: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR
HPCCG: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG
PENNANT: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C++/PENNANT
miniFE: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C++/miniFE
+HACCKernels: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels
Fhourstones: llvm-test/MultiSource/Benchmarks/Fhourstones
Fhourstones-3.1: llvm-test/MultiSource/Benchmarks/Fhourstones-3.1
McCat: llvm-test/MultiSource/Benchmarks/McCat