[ABE.pm] Anyone use TheSchwartz?

Ted Fiedler fiedlert at gmail.com
Thu Feb 21 15:18:46 PST 2008


On Thu, Feb 21, 2008 at 12:12 PM, Faber J. Fedor <faber at linuxnj.com> wrote:

> > >
> > Like Torque =>
> >
> http://www.clusterresources.com/pages/products/torque-resource-manager.php
>
> Wow!  That looks flexible!  It may also be overkill for what I Want
> since I don't see my application going beyond one machine. I assume
> having the job submission and execution on one machine is a triival

case, no?
>

Ive only ever used it in a multi server scenario once - wehere we submitted
jobs to SAP app servers. I have mostly used it in single server scenario


> Let me see if I've got this right: my CGI script will create a batch
> file ~/scripts/job1.sh containing the following
>
>    #!/bin/bash
>    /usr/bin/perl FooBar.pl --arg1=foo --arg2 bar
>
> and then submit a job using the 'qsub' command which will run my script,
> right?
>
>
Thats pretty much it in a nutshell. There really is no overhead er...
Limited and you can submit jobs to manager queues.  If you are adverse to
using this, you could also use cups or any print server as a job submission
queue. Any one that will run scripts as a backend anyway. Ive done this a
few times in AIX.  Sounds hokey, but quite effective. You can use cron to
bring certain queues up and down at certain times - and just let the jobs
pile up. My suggestion: use Torque.

Ted

-- 
If you mess with a thing long enough, it'll break.
-- Schmidt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/pipermail/abe-pm/attachments/20080221/a94dd3ed/attachment.html 


More information about the ABE-pm mailing list