From: František Dvořák Date: Wed, 6 Jan 2016 22:33:39 +0000 (+0100) Subject: Rename node-specific chroust scripts. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=72521c5f4ec564ccefd95b42368163249098127b;p=hadoop-jobstat.git Rename node-specific chroust scripts. --- diff --git a/HOWTO.sh b/HOWTO.sh index 51b71c9..c27680e 100755 --- a/HOWTO.sh +++ b/HOWTO.sh @@ -1,7 +1,7 @@ # !/bin/sh #scp -p root@hador-c1:~/STAT-nodes/nodes.dat . -#./chroust.py -i $((6*3600)) -c hador.txt > nodes.dat -./chroust-opt.py -i $((6*3600)) -c hador.txt > nodes.dat +#./chroust-nodes.py -i $((6*3600)) -c hador.txt > nodes.dat +./chroust-nodes-opt.py -i $((6*3600)) -c hador.txt > nodes.dat ./nodes.dem ./nodes-sum.dem diff --git a/chroust-opt.py b/chroust-nodes-opt.py similarity index 100% rename from chroust-opt.py rename to chroust-nodes-opt.py diff --git a/chroust.py b/chroust-nodes.py similarity index 100% rename from chroust.py rename to chroust-nodes.py