view distributed/stress_write_jungle.sh @ 15:6e7a01afaaf8

Modified prrogram
author Nobuyasu
date Thu, 23 Jan 2014 05:52:31 +0900
parents 9ed378589601
children
line wrap: on
line source

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

script=/home/mass/share/student/k128576/jungle_benchmark/distributed/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