LUMI




Getting Started on LUMI


If you face any problems during registration to LUMI give us know by email “hpcsupport@taltech.ee” or in Teams in “HPC Support Chat”.

  1. Login to minu.etais.ee with MyAccessID.

    etais

  2. Write or chose TalTech.

    MyAccessID

  3. Identify yourself with Uni-ID. This is usually six letters, but for longtime employees it could be name.surname.

    etais

  4. Agree with all propositions and press button to continue.

    etais

  5. After notification of successful account creation you need to open a new tab and go to mms.myaccessid.org.

    NB! A new account with “myaccessid” is necessary, even if youalready have a minu.etais.ee accout with TaaT.

    MyAccessID

    After filling in fields needed and agreement with use policy and terms of use, press button “Submit”.

  6. Register your SSH key in MyAccessID. To do this click to Manage SSH key.

    ssh-key-1

    Then add your SSH key into corresponding field. In Linux and Mac public SSH key can be found at .ssh/id_rsa.pub file. Windows by default saves public SSH key at C:\Users\your_username/.ssh/id_rsa.pub. How to generate SSH keys can be found here.

    ssh-key-2

    It is important to add your SSH key immediately after account creation, since this SSH key will be automatic transfer to LUMI and used for user authentication during first and subsequent connection to LUMI.

  7. Contact to Resource Allocator (hpcsupport@taltech.ee). HPC Centre will add LUMI resources to your account. If name of the project is already known add it as well.

    NB! Just adding HPC-LUMI resources to an existing project will not work.

  8. After you receive an answer from HPC Centre, login to minu.etais.ee account.

  9. The corresponding project appear in your ETAIS account.

    workspace

  10. In short time you will receive a letter from info-noreply@csc.fi where you will be given your user name for LUMI.

  11. Try to connect to LUMI with received user name by the command:

     ssh LUMI-user-name@@lumi.csc.fi
    

    NB! Synchronization may take some time, so if you have problems with connection with SSH key, it should wait longer and try again.

  12. Read the documentation on the LUMI homepage https://docs.lumi-supercomputer.eu/firststeps/getstarted/. Especially check the different filesystems and their prices, since LUMI charges TB/hour, as well as the guide for containerization of python environments (pip, conda).