Skip to content
Snippets Groups Projects
Commit 51c8e9b6 authored by Pavel Jirásek's avatar Pavel Jirásek
Browse files

SCSS doc / Postupy - PBS

parent c85da542
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!303Předělání onboardovací dokumentace
...@@ -10,17 +10,17 @@ $ qstat -f <ID_úlohy> | grep comment ...@@ -10,17 +10,17 @@ $ qstat -f <ID_úlohy> | grep comment
# Postup # Postup
* Změna walltime holdnutých "H" úloh na 12 hodin (maximální limit fronty qfree). * Změna walltime holdnutých "H" úloh na 12 hodin (maximální limit fronty qfree).
``` ```bash
$ qalter -l walltime=12:00:00 `qselect -u <Login> -s H` $ qalter -l walltime=12:00:00 `qselect -u <Login> -s H`
``` ```
* Přesunutí dotčených úloh do fronty qfree. * Přesunutí dotčených úloh do fronty qfree.
``` ```
$ qmove qfree `qselect -u <Login> -s H` $ qmove qfree `qselect -u <Login> -s H`
``` ```
* Uvolnění dotčených úloh ve frontě qfree do stavu "Q", což znamená, že jakmile se na ně dostane řada, rozběhnou se (stav "R"). * Uvolnění dotčených úloh ve frontě qfree do stavu "Q", což znamená, že jakmile se na ně dostane řada, rozběhnou se (stav "R").
``` ```
$ qrls `qselect -u <Login> -s H` $ qrls `qselect -u <Login> -s H`
``` ```
Příkaz pro vypsání úloh uživatele ve stavu Hold: Příkaz pro vypsání úloh uživatele ve stavu Hold:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment