This shows you the differences between two versions of the page.
|
iridium_cluster:tips [2014/03/21 19:45] florido created |
iridium_cluster:tips [2014/03/21 19:48] (current) florido [How not to loose all your job because you closed a ssh terminal] |
||
|---|---|---|---|
| Line 72: | Line 72: | ||
| ==== How not to loose all your job because you closed a ssh terminal ==== | ==== How not to loose all your job because you closed a ssh terminal ==== | ||
| + | |||
| + | On the cluster one can use **byobu**. Byobu is an advanced text window manager that does little | ||
| + | better than screen (read below). To use it, just execute ''byobu'' at the command line. Offcial documentation can be found here: http://byobu.co/documentation.html | ||
| Use **screen**. //GNU screen// is an amazing tool that opens a remote terminal that is independent on your ssh connection. If the connection drops or you accidentally close the ssh window, it will still run your jobs on the cluster. | Use **screen**. //GNU screen// is an amazing tool that opens a remote terminal that is independent on your ssh connection. If the connection drops or you accidentally close the ssh window, it will still run your jobs on the cluster. | ||