[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
grid [2021/04/13 11:43]
127.0.0.1 external edit
grid [2023/01/09 15:06] (current)
zeman [Advanced usage]
Line 6: Line 6:
 TODO: describe alternatives, e.g.: MetaCentrum / Cesnet cluster (all MFF students can use it), Amazon EC2, Microsoft Azure (some colleagues may have sometime free vouchers). TODO: describe alternatives, e.g.: MetaCentrum / Cesnet cluster (all MFF students can use it), Amazon EC2, Microsoft Azure (some colleagues may have sometime free vouchers).
  
 +**TODO: IN 2022 MOVING FROM SGE TO SLURM** (see [[slurm|slurm guidelines]]) -- **commands like ''qsub'' and ''qstat'' will stop working!**
 ===== List of Machines ===== ===== List of Machines =====
 Last update: 2017/06. All machines have Ubuntu 18.04. Last update: 2017/06. All machines have Ubuntu 18.04.
Line 157: Line 158:
  
 ''qsub **-q** cpu-troja.q'' ''qsub **-q** cpu-troja.q''
-This way your job is submitted to the Troja queue. The default is ''cpu-ms.q''. You can also use e.g. +This way your job is submitted to the Troja queue. The default is ''cpu-*.q''. You can also use e.g. 
-''-q '(troja*|ms*)''' to submit on any machine in those two queues (but **don't use ''-q '*'''** as this includes also [[:gpu|gpu.q]]),+''-q '(cpu-t*|cpu-m*)''' to submit on any machine in those two queues (but **don't use ''-q '*'''** as this includes also [[:gpu|gpu.q]]),
 ''-q '*@hector[14]''' to submit on hector1 or hector4, ''-q '*@hector[14]''' to submit on hector1 or hector4,
-''-q '[tm]*@!(hector*|iridium)''' to submit on any troja/ms machine except hectors and iridium.+''-q 'cpu-*@!(hector*|iridium)''' to submit on any troja/ms machine except hectors and iridium.
 However, usually you should specify just the queue (cpu-troja.q vs. cpu-ms.q), not a particular machine, and instead use ''-l'' to specify the needed resources in a general way. However, usually you should specify just the queue (cpu-troja.q vs. cpu-ms.q), not a particular machine, and instead use ''-l'' to specify the needed resources in a general way.
  
Line 212: Line 213:
 You can change some properties of already submitted jobs (both waiting in the queue and running). Changeable properties are listed in ''man qsub''. You can change some properties of already submitted jobs (both waiting in the queue and running). Changeable properties are listed in ''man qsub''.
  
-''**man** qsub qstat qalter qhold queue_conf sge_types complex''+''[[https://gridscheduler.sourceforge.net/htmlman/htmlman1/qsub.html|man qsub]] qstat qalter qhold queue_conf sge_types complex''
 Find out all the gory details which are missing here. You'll have to do it one day anyway:-). Find out all the gory details which are missing here. You'll have to do it one day anyway:-).
  

[ Back to the navigation ] [ Back to the content ]