Difference: SunGridEngineAdmin (10 vs. 11)

Revision 112010-03-31 - ChrisNell

Line: 1 to 1
 
META TOPICPARENT name="SunGridEngine"

Sun Grid Engine Administration

Line: 42 to 42
  Go to Project Configuration and click on Add. Enter the name of the project and choose user sets or users who are eligible to submit jobs to this project by clicking on the buttons below. E.g., say you want to add a user set: click on the left button, and in the new window that pops up, choose the applicable user sets.
Added:
>
>

Parallel environments

A parellel environment defines a schema for how multiple-CPU jobs are to be run. Run a job in a parallel environment by adding "-pe " to the qsub command. For example, add "-pe fillup 2" to run a job which reserves 2 slots on the same host for job execution. The "fillup" environment was created so that multi-threaded, CPU-intensive jobs do not "clobber" other jobs placed on the same host. More complex parallel environments are likely required for MPI, etc., jobs, but no such environments have been configured yet.

Parallel environments can be created using "qconf -ap ", modified with "qconf -mp ", and listed with "qconf -spl". A new parallel environment must have name its added to the "pe_list" variable of some queue ("gconf -mq ") before being usable. More information is found at http://wikis.sun.com/display/gridengine62u2/Managing+Parallel+Environments

 

Consumables

Changing existing consumables

Line: 77 to 83
  Let's keep a log of administration changes made to the cluster, to help us undo bad changes if they occur.
  • kevinlb, 4/11/07: added the flag "batch" to the arrowtest.q queue, in order to allow batch jobs to be submitted. Now as far as I can tell the test queue works.
Added:
>
>
  • cnell, 3/31/10: added "fillup" parallel environment to all.q in order to allow jobs which reserve a whole machine.
  -- FrankHutter - 11 Oct 2006
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback