Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-02-2011, 05:32 AM
|
#1
|
Member
Registered: Sep 2004
Distribution: Debian Etch
Posts: 45
Rep:
|
Process queue management system
Hi all,
I'll soon have to administer a 48 core production server, with Debian stable on it. This computer will be essentially used for scientific calculations by several users, and I have to install and mantain a fair queueing system to handle users' calculation requests, as I've seen on several computing grids. I'd like users to login and submit calculations to a queue, that should handle the sharing of cpu time and memory between users.
Which (free) software package should I use? Any advice on system and queues setup?
I have good experience with linux in general, but this is the first time I have to perform a similar task.
Thank you
|
|
|
04-02-2011, 05:41 AM
|
#2
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
You might take a look at the TORQUE Resource Manager based on OpenPBS. It's available on many distributions as binary package (package name torque and related ones).
|
|
|
04-02-2011, 08:35 AM
|
#3
|
Member
Registered: Sep 2004
Distribution: Debian Etch
Posts: 45
Original Poster
Rep:
|
Thank you, looking around I also found the slum+maui/moab combination, but both seem too complex and hard to manage. Isn't there something simpler? After all, I have to handle a single machine
|
|
|
04-02-2011, 08:53 PM
|
#4
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,286
|
If you can "partition" the workloads you could look at cgroups and just let the normal Linux scheduler (CFS these days) handle things.
Say users in group "A" can have 12 CPUs and a quarter of the memory - group "B" similar, but different CPUs say.
Group "X" can have everything.
Users are assigned to a group as they login - all work they generate will be assigned to the same group automagically unless you move it somewhere else. All based on PID. I've used it for years to isolate my testing workloads from my session I monitor the tests with - it needs its own small environment.
|
|
|
04-05-2011, 01:27 PM
|
#5
|
Senior Member
Registered: Dec 2004
Location: Marburg, Germany
Distribution: openSUSE 15.2
Posts: 1,339
|
I would suggest to use SGE, which is now under developement as an open source fork at Univa after SUN was bought by Oracle and converted to proprietary software. The criticism you raise is fairly understandable. Reading 700 pages or more of a manual for installing a queuing system is nothing anyone likes to do. The queuing systems being it Torque, SGE, LoadLeveler, ... were designed for distributing jobs to remote nodes - something you won't need, as you have the special case of the qmaster being also the final exechost. Running it local is a special case. I do this even on all workstations of the students, as they can start with small computations local on their dual-core machines and using the "real" cluster later on won't change much for them.
The advantage of SGE is, that it can be installed during evaluation also under a normal user account (you can just run jobs only from this account then). If you are happy with it, you can install it again under the root account to make it available for all users. As Univa is just in the transition process, there are no compiled executables for now of the latest open source version. But you can use one of the former free open source versions from SGE6.2u4
Mailing list: gridengine.org
Wiki: Wiki
Last edited by Reuti; 04-05-2011 at 01:32 PM.
Reason: Forgot to point to mailing list and Wiki.
|
|
|
All times are GMT -5. The time now is 01:04 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|