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 9ccbae62 [test-suite] Fix implicit function decl in miniGMG new 689907ed [test-suite] Adding the RSBench proxy app
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 + MultiSource/Benchmarks/DOE-ProxyApps-C/Makefile | 3 +- .../RSBench}/CMakeLists.txt | 4 +- .../DOE-ProxyApps-C/{XSBench => RSBench}/LICENSE | 4 +- .../Benchmarks/DOE-ProxyApps-C/RSBench/Makefile | 7 + .../RSBench}/glibc_compat_rand.c | 0 .../{miniAMR => RSBench}/glibc_compat_rand.h | 0 .../Benchmarks/DOE-ProxyApps-C/RSBench/init.c | 139 +++++++++++++ .../Benchmarks/DOE-ProxyApps-C/RSBench/io.c | 228 +++++++++++++++++++++ .../Benchmarks/DOE-ProxyApps-C/RSBench/main.c | 200 ++++++++++++++++++ .../{XSBench/Materials.c => RSBench/material.c} | 49 ++--- .../Benchmarks/DOE-ProxyApps-C/RSBench/rsbench.h | 105 ++++++++++ .../RSBench/rsbench.reference_output | 40 ++++ .../Benchmarks/DOE-ProxyApps-C/RSBench/utils.c | 27 +++ .../Benchmarks/DOE-ProxyApps-C/RSBench/xs_kernel.c | 227 ++++++++++++++++++++ 16 files changed, 997 insertions(+), 38 deletions(-) copy MultiSource/Benchmarks/{TSVC/ControlFlow-dbl => DOE-ProxyApps-C/RSBench}/CMak [...] copy MultiSource/Benchmarks/DOE-ProxyApps-C/{XSBench => RSBench}/LICENSE (93%) create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/Makefile copy MultiSource/Benchmarks/{DOE-ProxyApps-C++/CLAMR => DOE-ProxyApps-C/RSBench}/g [...] copy MultiSource/Benchmarks/DOE-ProxyApps-C/{miniAMR => RSBench}/glibc_compat_rand [...] create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/init.c create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/io.c create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/main.c copy MultiSource/Benchmarks/DOE-ProxyApps-C/{XSBench/Materials.c => RSBench/materi [...] create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/rsbench.h create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/rsbench.referenc [...] create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/utils.c create mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/xs_kernel.c