Pierre, Don't know if this is exactly what you are looking for but Maui 3.2.6 allows you to run the scheduler without a resource manager. You simply specify in your master scheduler config file the list of hosts to consider and launch Maui. Maui then maintains load information for each of the nodes in the list. To execute an application, simply run the following:
> mbal <EXECUTABLE> The mbal client will determine the host with the best load characteristics and will launch the job on that node using the remote command of your choice (ie, ssh, rsh, etc) There is no queue and only serial jobs are supported. Its very simple. Thanks, Dave On Thu, 6 Mar 2003, Jeremy Enos wrote: > I'm not positive, but if it's a command line task, Maui/PBS might be able > to do this for you. I've cc'd the Maui developer to confirm/unconfirm that. > > Jeremy > > At 05:51 PM 3/6/2003 +0100, Pierre Lafon wrote: > > >Hello, > > > >I looking for a load balancer based on opensource for linux. > >I use on my cluster only application that works whithout calcul parallel > >(as mathematica, maple, magma...). > >So what i looking for is just a "load balancer/dispatching/sheduler" able > >to : > > > >1 - choose the best node of my cluster. > >2 - connect on it. > >3 - execute the application. > > > >Example : a user launch Mathematica in a shell or in a "sub command" on > >the central server, and the application is automaticaly send to the best > >node. > >I also need that the X11 forarding works. > > > >I tried mosix, grid engine, but they are too complex to what i need. > > > >If someone knows a good application for that.... > > > >Thanks for advance and for advice. > > > >Pierre > > > > > >-- > >Pierre Lafon <[EMAIL PROTECTED]> > >Centre de Calcul Formel M�dicis, > >Laboratoire Gage, Ecole Polytechnique. > > > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > >for complex code. Debugging C/C++ programs can leave you feeling lost and > >disoriented. TotalView can help you find your way. Available on major UNIX > >and Linux platforms. Try it free. www.etnus.com > >_______________________________________________ > >Oscar-users mailing list > >[EMAIL PROTECTED] > >https://lists.sourceforge.net/lists/listinfo/oscar-users > -- ------------------------------ Supercluster Development Group Scheduling and Resource Management of Clusters and Grids http://supercluster.org ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
