Difference between revisions of "Getting started"

From mn.kjemi.vaspwiki
Jump to: navigation, search
m
m
Line 4: Line 4:
 
Fill in the form and choose the appropriate project. It is recommended to use your UiO username.
 
Fill in the form and choose the appropriate project. It is recommended to use your UiO username.
  
The project manager can give you access to the VASP license through the [https://www.vasp.at/ VASP portal] and thereafter informing [mailto:sigma2@uninett.no sigma2@uninett.no] to give your user the necessary group affiliations (<code> xvasp vasp5 </code>).
+
The project manager can give you access to the VASP license through the [https://www.vasp.at/ VASP portal] and thereafter informing [mailto:sigma2@uninett.no sigma2@uninett.no] to give your user the necessary group affiliations (xvasp and vasp5).
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 30:
 
==Login==
 
==Login==
 
===ssh===
 
===ssh===
Login via a terminal on UNIX, macOS or Windows Subsystem for Linux
+
Login with ssh using a terminal app on UNIX, macOS or Windows Subsystem for Linux
  
 
<code> ssh <username>@saga.sigma2.no </code>
 
<code> ssh <username>@saga.sigma2.no </code>
  
Define by creating or editing the file <code> ~/.ssh/config </code>
+
Define hostnames and usernames by creating or editing the file <code> ~/.ssh/config </code>
 
 
  
 
  Host saga
 
  Host saga
Line 41: Line 40:
 
     user <username>
 
     user <username>
  
 +
Login with
 +
<code> ssh saga </code>
 +
 +
Copy files from cluster to current folder
 +
<code> scp saga:<path/filename> . </code>
 +
 +
Copy files from current folder to cluster home directory
 +
<code> scp <filename> saga:. </code>
  
 
===PuTTY===
 
===PuTTY===

Revision as of 18:25, 25 September 2021

User acess

Go to www.metacenter.no > User Login (Passwords) > 1. Request a user account > HPC

Fill in the form and choose the appropriate project. It is recommended to use your UiO username.

The project manager can give you access to the VASP license through the VASP portal and thereafter informing sigma2@uninett.no to give your user the necessary group affiliations (xvasp and vasp5).

Project Manager Group Resources
NN4604K Jonathan M. Polfus Electrochemistry Saga
NN9136K Lasse Vines LENS Saga
NN9180K Clas Persson Structure Physics Saga

Login

ssh

Login with ssh using a terminal app on UNIX, macOS or Windows Subsystem for Linux

ssh <username>@saga.sigma2.no

Define hostnames and usernames by creating or editing the file ~/.ssh/config

Host saga
   HostName = saga.sigma2.no
   user <username>

Login with ssh saga

Copy files from cluster to current folder scp saga:<path/filename> .

Copy files from current folder to cluster home directory scp <filename> saga:.

PuTTY