sge

Ceci est une ancienne révision du document !


SGE: Sun Grid Engine, est un gestionnaire de travaux (batch scheduler).
Depuis 2011, est remplacé par 2 projets libres qui partent des sources de la dernière version publiée libre:

modifier les propriétes de la queue de soumission

un seul job à la fois:

 qstat -f
queuename                      qtype resv/used/tot. load_avg arch          states
---------------------------------------------------------------------------------
all.q@octopus                  BIP   0/1/1          1.00     lx24-amd64    

sinon:

[root@octopus ~]# source /local/export/sge/default/common/settings.sh 
[root@octopus ~]# qconf -mq all.q

et changer le nombre de slots

Check my job status

qstat -s prs -u $USER    #check jobs that are pending, running, or suspended
qstat -t -u $USER        #display the nodes where the job is running
qstat -ext -s p -u $USER #display extended information for my pending jobs

To switch jobs waiting in the queue from one queue to another:

qalter -l <short,long,medium,debug> <job>

or to modify all jobs submitted

qalter -l <short,long,medium,debug> -u $USER
qalter -l q=all.q <job> --> to switch to default low priority queue.
qstat -s h #jobs in hold status
qstat -s r #jobs in running status
qstat -s r -u $USER #jobs that are mine and running
qstat -s s -u $USER #jobs that are mine and suspended

Fichiers

  • sur fury, voir /donnees/provisoire/logiciels/SGE
  • dernière version gratuite: 6u5
  • version installée: 6u3
  • voir: Open Grid Scheduler, fork libre de SGE depuis rachat par Oracle

Docs

  • sge.1309939761.txt.gz
  • Dernière modification : 2017/08/25 09:55
  • (modification externe)