« December 2009
SunMonTueWedThuFriSat
  
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  
       
Today

Blog::Navigation

Blog::Editing

Bookmarks::Blogroll

Blog::Referrers

Today's Page Hits: 1164

Site notes

This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.

Powered by Roller Weblogger.
« SCS2.2.1P2 and ... | Main | sge in rocks cluster... »
Thursday May 25, 2006

make frontend as sge_execd host

There is request from ROCKS user to make frontend as sge execd host Even through this is not the best practice, but I understand the desire from user that want to use all CPU for sge jobs. This note describe one possible way

  • in frontend, login as root
  • cd /opt/gridengine
  • ./install_execd accept most default by hit return, except answer y to create local spool and supply /opt/gridengine/default/spool >
  • By default sge will use all CPU for running jobs, for frontend one should reserve at least one CPU for the frontend's other functions and only use slots-1 for sge. If you have two cpu for frontend then one should change the slots for sge from 2 to 1.

    qconf -mattr queue slots 1 all.q@.local

Comments:

Post a Comment:
Comments are closed for this entry.
Copyright (C) 2003, hstsao