This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch multinode
in repository toolchain/lavabench.
at 67fb13a Noddy attempt at multinode
This branch includes the following new commits:
new 67fb13a Noddy attempt at multinode
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch multinode
in repository toolchain/lavabench.
commit 67fb13aa374329a24d56bf3447c0478f41582c22
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 18:26:40 2015 +0200
Noddy attempt at multinode
Change-Id: I95dc6db8218815c4fb99f0886248b13f77ad5b27
---
invoke_session_debian | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index 1650095..ab53ebe 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -39,16 +39,7 @@ mkdir -p /run
mkdir -p /run/hacking
echo $$ > /run/hacking/hacking.pid
-#Sometimes we can't find the server straight away
-c=0
-while test $c -lt 6; do c=$((c+1)); sleep 10; ping -c 1 ${listener_addr} && break; done
-if test $? -ne 0; then
- echo "Failed to find controlling server, exiting"
- echo "<LAVA_TEST_RUNNER>: exiting"
- exit
-fi
-
-echo "root@${ip_addr}" | nc "${listener_addr}" "${listener_port}"
+lava-network-broadcast
#suspend in a way that is portable across shells and doesn't involve a busy-wait
pid=
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch inserted_src
in repository toolchain/semiautobench.
from fbb8d02 Rearrange ABE_DIR usage again
new 59a2d8e Remove TARGETS from parameters
new ef5f9af Figure out targets at runtime
The 2 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:
bench-session-debian.yaml | 3 +--
invoke_session_debian | 13 +++++++++----
2 files changed, 10 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 26bd1f1 * omega.h: Don't include config.h, don't include params.h ag [...]
new 1c1b3bb [ARM][testsuite] Fix FAIL: gcc.target/arm/macro_defs0.c and m [...]
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:
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/arm/macro_defs0.c | 1 +
gcc/testsuite/gcc.target/arm/macro_defs1.c | 1 +
3 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 6c8a324 2015-07-13 John Marino <gnugcc(a)marino.st>
new 26bd1f1 * omega.h: Don't include config.h, don't include params.h ag [...]
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:
gcc/ChangeLog | 17 +++++++++++++++++
gcc/graphite-blocking.c | 11 -----------
gcc/graphite-dependences.c | 13 ++-----------
gcc/graphite-interchange.c | 13 ++-----------
gcc/graphite-isl-ast-to-gimple.c | 12 ++----------
gcc/graphite-optimize-isl.c | 13 +------------
gcc/graphite-poly.c | 15 ++-------------
gcc/graphite-poly.h | 2 ++
gcc/graphite-scop-detection.c | 13 ++-----------
gcc/graphite-sese-to-poly.c | 23 ++---------------------
gcc/graphite.c | 20 ++++++--------------
gcc/omega.h | 4 ++--
12 files changed, 40 insertions(+), 116 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/jenkmarking-multinode
in repository toolchain/abe.
The following commit(s) were added to refs/heads/bernie/jenkmarking-multinode by th [...]
new c910461 Use ABE_DIR consistently
c910461 is described below
commit c910461db00c416400dc47e265f365b5c5d2bc55
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 17:23:26 2015 +0200
Use ABE_DIR consistently
Change-Id: I51e5240da4ce09779b8f682ab1721a6189a3c9ce
---
scripts/Benchmark.job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Benchmark.job b/scripts/Benchmark.job
index d0db028..e8bd00d 100755
--- a/scripts/Benchmark.job
+++ b/scripts/Benchmark.job
@@ -59,7 +59,7 @@ cd "${maindir}"
"${ABE_DIR}"/configure --with-fileserver=148.251.136.42 --with-remote-snapshots=/s [...]
set +e
-"${ABE_DIR}"/abe/scripts/benchmark.sh ${run_flags:+-a "${run_flags//\"/\\\"}"} ${c [...]
+"${ABE_DIR}"/scripts/benchmark.sh ${run_flags:+-a "${run_flags//\"/\\\"}"} ${compi [...]
tmperr=$?
set -e
if test ${tmperr} -eq 0; then
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from f4e3ba8 Update libgomp/testsuite/*/examples-4/* according to latest v [...]
new 90f2e4f 2015-07-13 John Marino <gnugcc(a)marino.st>
new 6c8a324 2015-07-13 John Marino <gnugcc(a)marino.st>
The 2 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:
libgcc/ChangeLog | 4 ++++
libgcc/config/i386/t-dragonfly | 2 ++
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/config/os/bsd/dragonfly/os_defines.h | 5 +++++
4 files changed, 17 insertions(+)
create mode 100644 libgcc/config/i386/t-dragonfly
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.