What is the simplest batch scheduler to set up on a small linux cluster?
Posted
by Peltier
on Super User
See other posts from Super User
or by Peltier
Published on 2010-01-21T13:04:13Z
Indexed on
2010/03/23
19:53 UTC
Read the original article
Hit count: 276
We have about 10 heterogeneous machines we would like to run various jobs on. The current situation is that people log in on a machine with ssh, see if other people are running stuff on it, then use screen to run the job.
I'd like to automate this process, but I don't have enough time to install a full-fledged cluster solution. So what's the simplest thing I can do?
© Super User or respective owner