Ganita
From Zori Wiki
[edit]
Ganita notes
Ganita is the computational cluster for the Lester group at UC Berkeley. These notes are meant to be used internally, but might help in your particular configuration.
1. If your process dies with core:
You need to make sure that all the zombie processes are dead:
pdsh -a ps aux | grep username
(pdsh is "parallel distributed shell" -a means all processors)
And look for:
/usr/bin/lamd zombie processes (S) tkill
or even zori programs that you did not want to be there.
pdsh -a killall -9 lamd
will kill all your Zombie lam daemons.
2. To graphically view the load of the cluster use
wwstatus.gui
3. To view the cluster load use in the console:
wwstatus.cmd

