view distributed/stress_write_jungle.sh @ 7:867cd5f213d3

Added distributed directory
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sat, 11 Jan 2014 03:24:53 +0900
parents
children 9ed378589601
line wrap: on
line source

#!/bin/sh
#
#PBS -q tqueue
#PBS -N write_jungle
#PBS -l walltime=00:05:00

script=/home/mass/share/student/k128576/jungle_benchmark/nodes_stress_write_jungle.rb

function run() {
 while read serv
 do
  ssh $serv "/usr/local/bin/ruby $script $schedule $times" &
 done   
 wait
}

uniq $PBS_NODEFILE /tmp/nodes
run < /tmp/nodes