[ 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 Both sides next revision
gpu [2017/10/17 16:38]
popel [Rules]
gpu [2017/10/17 16:39]
popel [Using cluster]
Line 76: Line 76:
 ==== Using cluster ==== ==== Using cluster ====
  
-Rule number onealways use the GPU queue (never log in machine by ssh). Always use qsub or qsubmit with proper arguments. +As an alternative to ''qsub'', you can use /home/bojar/tools/shell/qsubmit
- +
-For testing and using the cluster interactively you can use qrsh (this should not be used for long running experiments since the console is not closed on the end of the experiment). Following command will assign you a GPU and creates interactive console. +
- +
-  qrsh -q gpu.q -l gpu=1,gpu_ram=2G -pty yes bash +
-   +
-For running experiments you must use qsub command: +
- +
-  qsub -q gpu.q -l gpu=1,gpu_cc_min3.5=1,gpu_ram=2G WHAT_SHOULD_BE_RUN +
-   +
-Cleaner way to use cluster is with /home/bojar/tools/shell/qsubmit+
  
   qsubmit --gpumem=2G --queue="gpu.q" WHAT_SHOULD_BE_RUN   qsubmit --gpumem=2G --queue="gpu.q" WHAT_SHOULD_BE_RUN

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