aboutsummaryrefslogtreecommitdiff
path: root/LICENSE.TXT
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2017-08-21 23:54:28 +0000
committerHal Finkel <hfinkel@anl.gov>2017-08-21 23:54:28 +0000
commit884c683ca1f0f7319be957b36408e2b8fcbadbab (patch)
tree43b64230260d481364bedc05e77ef38962bce724 /LICENSE.TXT
parent6a8f15e89b9d7eef310a0e1817e7ed13c9320f16 (diff)
[test-suite] Adding the miniFE Benchmark
MiniFE is an proxy application for unstructured implicit finite element codes. It is similar to HPCCG and pHPCCG but provides a much more complete vertical covering of the steps in this class of applications. MiniFE also provides support for computation on multicore nodes, including pthreads and Intel Threading Building Blocks (TBB) for homogeneous multicore and CUDA for GPUs. This is a serial build for the test suite. Web: https://mantevo.org/packages/ Github: https://github.com/Mantevo/miniFE When run on an Intel Xeon CPU E5-2699 v4 @ 2.20GHz: compile_time: 65.8697 exec_time: 3.3827 Maximum resident set size (kbytes): 401472 Patch by Brian Homerding, thanks! Differential Revision: https://reviews.llvm.org/D36683 git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@311411 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 e30dd433..f006a638 100644
--- a/LICENSE.TXT
+++ b/LICENSE.TXT
@@ -87,6 +87,7 @@ miniAMR: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR
XSBench: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench
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
Fhourstones: llvm-test/MultiSource/Benchmarks/Fhourstones
Fhourstones-3.1: llvm-test/MultiSource/Benchmarks/Fhourstones-3.1
McCat: llvm-test/MultiSource/Benchmarks/McCat