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 b504e71 [test-suite,CUDA] disable [l]lrint(1.f) checks on CUDA 7.0,7.5 new a66beb2 Revert "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: LICENSE.TXT | 1 - 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 +- 18 files changed, 1 insertion(+), 1503 deletions(-) delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/CMakeLists.txt delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/Makefile delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/CMakeLists.txt delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/CalculateXS.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/GridInit.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/LICENSE delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/Main.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/Makefile delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/Materials.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/XSBench.referenc [...] delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/XSbench_header.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/XSutils.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/glibc_compat_rand.c delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/glibc_compat_rand.h delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/io.c