At my university we have 50 computers in the lab. We would like to use a scheduler to schedule our fluid models, and I was wondering what is a good suggestion? TIA
On 09/10/08 18:22, Mag Gam wrote:> At my university we have 50 computers in the lab. We would like to use > a scheduler to schedule our fluid models, and I was wondering what is > a good suggestion?SGE (Sun Grid Engine): http://gridengine.sunsource.net/ http://www.sun.com/software/gridware/ http://en.wikipedia.org/wiki/Sun_Grid_Engine Or if you've got a lot of money you need to burn, you can use LSF: http://www.platform.com/products/platform-lsf -- Tim Utschig <tim at magnumsemi.com> 408-934-3754 (desk) 408-644-3861 (cell)
Mag Gam wrote:> At my university we have 50 computers in the lab. We would like to use > a scheduler to schedule our fluid models, and I was wondering what is > a good suggestion? >you might look at using one of the scientific clustering packages, like Oscar, which implements and manages an MPI cluster. this of course assumes your fluid model software is written to use MPI