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.
  
When you have gained access to the cluster, the project manager can give you access to the VASP.
+
When you have gained access to the cluster, the project manager can give you access to the VASP license through the [https://www.vasp.at/ VASP portal] thereafter informing [mailto:sigma2@uninett.no].
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 38: Line 38:
  
 
  Host saga
 
  Host saga
              HostName = saga.sigma2.no
+
    HostName = saga.sigma2.no
              user <username>
+
    user <username>
  
  
 
===PuTTY===
 
===PuTTY===

Revision as of 18:03, 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.

When you have gained access to the cluster, the project manager can give you access to the VASP license through the VASP portal thereafter informing [1].

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

Login

ssh

Login via a terminal on UNIX, macOS or Windows Subsystem for Linux

ssh <username>@saga.sigma2.no

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


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


PuTTY