From 847f7ae2873ea7ef7bd74c0caeb1877a0ebecf7c Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Wed, 11 Dec 2019 00:59:18 +0100 Subject: [PATCH] Scaleway testing script. --- pir/run.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 pir/run.sh diff --git a/pir/run.sh b/pir/run.sh new file mode 100755 index 0000000..7d3554f --- /dev/null +++ b/pir/run.sh @@ -0,0 +1,7 @@ +# HM-BM1-M +IP=51.159.1.147 +scp -r target/classes root@$IP:~/ +scp test.sh root@$IP:~/ +scp ../graph/collect.py root@$IP:~/ +ssh -t root@$IP -C './test.sh' +ssh root@$IP -C 'cat ~/results.log' | tee results.log