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 78f89e8 [test-suite, CUDA] Added lit.local.cfg for CUDA tests. new 813877e Add XSBench
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: MultiSource/Benchmarks/CMakeLists.txt | 1 + .../Benchmarks/DOE-ProxyApps-C/CMakeLists.txt | 2 + MultiSource/Benchmarks/DOE-ProxyApps-C/Makefile | 7 + .../DOE-ProxyApps-C/XSBench/CMakeLists.txt | 5 + .../DOE-ProxyApps-C/XSBench/CalculateXS.c | 124 +++++++++ .../Benchmarks/DOE-ProxyApps-C/XSBench/GridInit.c | 171 +++++++++++++ .../Benchmarks/DOE-ProxyApps-C/XSBench/LICENSE | 18 ++ .../Benchmarks/DOE-ProxyApps-C/XSBench/Main.c | 285 +++++++++++++++++++++ .../Benchmarks/DOE-ProxyApps-C/XSBench/Makefile | 8 + .../Benchmarks/DOE-ProxyApps-C/XSBench/Materials.c | 188 ++++++++++++++ .../XSBench/XSBench.reference_output | 47 ++++ .../DOE-ProxyApps-C/XSBench/XSbench_header.h | 124 +++++++++ .../Benchmarks/DOE-ProxyApps-C/XSBench/XSutils.c | 169 ++++++++++++ .../DOE-ProxyApps-C/XSBench/glibc_compat_rand.c | 57 +++++ .../DOE-ProxyApps-C/XSBench/glibc_compat_rand.h | 17 ++ .../Benchmarks/DOE-ProxyApps-C/XSBench/io.c | 278 ++++++++++++++++++++ MultiSource/Benchmarks/Makefile | 2 +- 17 files changed, 1502 insertions(+), 1 deletion(-) create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CMakeLists.txt create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/Makefile create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/CMakeLists.txt create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/CalculateXS.c create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/GridInit.c create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/LICENSE create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/Main.c create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/Makefile create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/Materials.c create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/XSBench.referenc [...] create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/XSbench_header.h create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/XSutils.c create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/glibc_compat_rand.c create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/glibc_compat_rand.h create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/io.c