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
Previous revision
pandoc:introduction-to-vsc:02_connecting_to_vsc:windows_putty [2018/01/31 11:10] – Pandoc Auto-commit pandocpandoc:introduction-to-vsc:02_connecting_to_vsc:windows_putty [2018/01/31 13:16] (current) – Pandoc Auto-commit pandoc
Line 1: Line 1:
 +
 +===== LOGIN ➠ terminal in Windows =====
 +
 +  * Article written by Irene Reichl (VSC Team) <html><br></html>(last update 2017-10-10 by ir).
 +
 +==== Windows ====
 +
 +A terminal connection to the cluster opens on your windows machine by taking advantage of the tool [[http://www.putty.org|PuTTY]]. PuTTY, compare Figure, requires
 +
 +  * host name (VSC 2: vsc2.vsc.ac.at, VSC 3: vsc3.vsc.ac.at),
 +  * port: 22,
 +  * connection type: SSH,
 +
 +after clicking *open%%//%% you will be asked for your user name, password, and OTP.
 +
 +Here, the usual linux commands apply, e.g.,
 +
 +<code bash>
 +[<username>@l21 ~]$ pwd              [gives back the current path]
 +[<username>@l21 ~]$ ls               [lists all directories and files which are in the directory]
 +[<username>@l21 ~]$ mkdir <dir>      [make directory]
 +[<username>@l21 ~]$ cp <a> <b>       [copy  <a> in <b>]
 +[<username>@l21 ~]$ mv <a> <b>       [move  <a> in <b>]
 +</code>
 +In this terminal, your application can be (re-)compiled. Please use the latest “Intel” MPI-Environment as described in [[doku:mpi|MPI Environment]] for VSC-2 (SGE). On VSC-3, batch jobs are submitted under [[doku:slurm|SLURM]] instead of [[doku:sge|SGE]].
 +
 +
 +{{:pandoc:introduction-to-vsc:02_connecting_to_vsc:windows_putty:putty.png?0x400}}
  
  • pandoc/introduction-to-vsc/02_connecting_to_vsc/windows_putty.1517397050.txt.gz
  • Last modified: 2018/01/31 11:10
  • by pandoc