See all users jobs in Sun Gridengine
This info is hard to find, but to see what jobs are being run by other users on Sun Gridengine:
qstat -u “*”
This info is hard to find, but to see what jobs are being run by other users on Sun Gridengine:
qstat -u “*”
We recently purchased a new computer cluster here and I was tasked with installing R & Rmpi on the thing. Not an especially easy task, so here’s how you do it.
Firstly we need to install R on the slave image. The slave image is basically a directory tree contained on the master node that the [...]