aboutsummaryrefslogtreecommitdiff
path: root/LICENSE.TXT
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2017-09-04 18:03:45 +0000
committerHal Finkel <hfinkel@anl.gov>2017-09-04 18:03:45 +0000
commit4dc431a60fb88e76ddcb1905e5c6c968ace076bf (patch)
tree8e664ffeff287991e8a41d5eafefe13df0acf744 /LICENSE.TXT
parentaadda9152249051d9eef5725f904d747ef9aa183 (diff)
[test-suite] Adding the miniGMG benchmark
miniGMG is a compact benchmark for understanding the performance challenges associated with geometric multigrid solvers found in applications built from AMR MG frameworks like CHOMBO or BoxLib when running on modern multi- and manycore-based supercomputers. It includes both productive reference examples as well as highly-optimized implementations for CPUs and GPUs. It is sufficiently general that it has been used to evaluate a broad range of research topics including PGAS programming models and algorithmic tradeoffs inherit in multigrid. miniGMG was developed under the CACHE Joint Math-CS Institute. http://crd.lbl.gov/departments/computer-science/PAR/research/previous-projects/miniGMG/ http://crd.lbl.gov/assets/Uploads/FTG/Projects/miniGMG/miniGMG.tar.gz On an Intel Xeon CPU E5-2699 v4 @ 2.20GHz: compile_time: 22.3845 exec_time: 7.9860 Maximum resident set size (kbytes): 1012464 Patch by Ji Seung "Anna" Kim, thanks! Differential Revision: https://reviews.llvm.org/D36699 git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@312497 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 df7d6dc6..33edae42 100644
--- a/LICENSE.TXT
+++ b/LICENSE.TXT
@@ -86,6 +86,7 @@ smg2000: llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000
miniAMR: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR
Pathfinder: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C/Pathfinder
XSBench: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench
+miniGMG: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C/miniGMG
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