This commit is contained in:
xpillons 2020-12-14 11:09:50 +00:00
Родитель 8d65f1b72e
Коммит ccd2e432db
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ grep ondemand_fqdn playbooks/inventory
# Submit a simple test job
```
qsub -l select=1:slot_type=hb60rs -- sleep 60
qsub -l select=1:slot_type=hb60rs -- bash -c "sleep 60"
qstat
```