Basic SGE Concepts
Submitted by paoloemilio.maz... on
Queues, Jobs, SlotsUser initiated requests (Jobs) are managed by the SGE system and queued. Normally every job consumes a slot (ideally one slot = one CPU), unless more slots are requested using a parallel environment (see the SGE Queuing Sytem documentation below).To recap, normally:1 Job == 1 slot == 1 queue instance consuming 1 CPUIf N processors are needed, you can request N slots using the parallel environment.





