This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
running_x_applications [2020/08/14 16:27] root |
running_x_applications [2021/08/04 17:37] (current) root |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Running X Applications ====== | ====== Running X Applications ====== | ||
- | You can run an X Windows application on the head node e.g. firefox. | + | You can run an X Windows application on the head node e.g. igv and fastqc. |
* Run an X Server on your client machine (e.g. XMing or MobaXTerm on Windows). | * Run an X Server on your client machine (e.g. XMing or MobaXTerm on Windows). | ||
* Make sure "X Forwarding" | * Make sure "X Forwarding" | ||
Line 7: | Line 7: | ||
* Option in putty (Connection / SSH / X11). | * Option in putty (Connection / SSH / X11). | ||
* Can be quite slow depending on the application and the network connection. | * Can be quite slow depending on the application and the network connection. | ||
+ | |||
+ | Get a GUI view of the cluster jobs, nodes, etc. | ||
< | < | ||
Line 12: | Line 14: | ||
</ | </ | ||
- | < | ||
- | salloc -n 10 xterm | ||
- | </ | ||