Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Grid Engine

by gizmo_mathboy (Friar)
on May 18, 2009 at 03:35 UTC ( [id://764575]=note: print w/replies, xml ) Need Help??


in reply to Grid Engine

Lots of questions I have before I can really make a good comment.

Are you talking about a job scheduler, resource manager or parallelization?

At work I use Torque for a resource manager, Maui for the scheduler (when I get it working) and typically MPI (various forks but I'm probably gonna settle on OpenMPI).

Are you submitting jobs to a queue?

Are you writing the software that is the job queue?

Are you running on a bunch of nodes/cores and what to parallelize things?

Replies are listed 'Best First'.
Re^2: Grid Engine
by baxy77bax (Deacon) on May 18, 2009 at 10:22 UTC
    "Are you talking about a job scheduler, resource manager or parallelization?"

    well i'm talking about the whole thing, i think it is pretty resource wasteful and jobs are poorly distributed . it eats too much of my resources, so sometimes i just log on directly to each node and start my job's manually.

    the answer to your other 3 questions are

    Yes

    Yes

    Yes

    my colleges and me are doing all those things :)

      It might not be Perl, but from what you're mentioning about wasting resources, you might want to look at Alan Sussman's work on P2PGrid ... I saw the 2006 presentation, and he was working on having the programs register what resources they need (so they'd be assigned to appropriate machines ... so you didn't waste the machines w/ 32GB of RAM on something that only needed CPU time, not memory)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://764575]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-26 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found