You are on page 1of 8

Globus Toolkit

Enhancements
RBUDP driver
GRAM load balancing
Data replication

Grid

Load calculation
/proc/avgload
/proc/cpuinfo

avgload
Time load-1 load-2 load-3
Eg 13.05 44 .22 .24 .33

Load comparison

Method 1
Calculate load at time t=load1/localcores
Run program in local machine,time t1
Calculate load at time t1=load2/localcores
Pgmload/localcores=load2-load1/localcores
If(1-remoteload/cores>pgmload/localcores)
Run prgm
Else
wait

Method 2
Cpu2006 benchmark
outputs
Local-index and remote-index
N=Local-index/remote-index
If((1/coresremoteload/cores)>(N*pgmload/localcores))
Run prgm
Else
wait

You might also like