annotate distributed/stress_write_jungle.sh @ 15:6e7a01afaaf8

Modified prrogram
author Nobuyasu
date Thu, 23 Jan 2014 05:52:31 +0900
parents 9ed378589601
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 #!/bin/sh
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 #
15
6e7a01afaaf8 Modified prrogram
Nobuyasu
parents: 8
diff changeset
3 #PBS -q cqueue
7
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 #PBS -N write_jungle
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 #PBS -l walltime=00:05:00
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6
8
9ed378589601 Modified benchmark program
Nobuyasu
parents: 7
diff changeset
7 script=/home/mass/share/student/k128576/jungle_benchmark/distributed/nodes_stress_write_jungle.rb
7
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 function run() {
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 while read serv
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 do
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 ssh $serv "/usr/local/bin/ruby $script $schedule $times" &
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 done
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 wait
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 }
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
16
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 uniq $PBS_NODEFILE /tmp/nodes
867cd5f213d3 Added distributed directory
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 run < /tmp/nodes