Overview
Note
For an overview of the LUMI supercomputer, see the LUMI documentation.
Puhti and Mahti are CSC's supercomputers. Puhti has been available for CSC users since 2 September 2019 and Mahti has been available since 26 August 2020. LUMI is the one of the pan-European pre-exascale supercomputers, located in CSC's data center in Kajaani. The CPU-partition of LUMI (LUMI-C) has been available since early 2022, and general availability of the GPU-partition (LUMI-G) is projected for September 2022.
Puhti contains CPU nodes with a range of memory sizes as well as a large GPU partition (Puhti AI), while Mahti contains homogeneous CPU nodes and is meant for larger jobs (minimum 128 CPU-cores). Mahti also contains a GPU partition from 2021 (Mahti AI) with latest generation Nvidia GPUs. See specifications for details on the systems and this page for an outline of differences between LUMI-C and Mahti.
CSC supercomputers use the Linux operating system and we recommend that you are familiar with basics of Linux command line usage before starting.
Accessing Puhti and Mahti
To be able to use CSC's supercomputers, you need to have a CSC user account that belongs to a computing project that has access to the respective supercomputer. CSC user accounts and projects are managed in MyCSC portal. Further instructions are provided in the Accounts section of this user guide.
Note
To access the LUMI supercomputer, you need to create a LUMI-specific project. For more details on getting started with LUMI, see the LUMI documentation.
Connecting to the supercomputers
Connect using a ssh client:
ssh yourcscusername@puhti.csc.fi
or
ssh yourcscusername@mahti.csc.fi
This will connect you to one of the login nodes. If you need to connect to a specific login node, use the command:
ssh yourcscusername@puhti-login<number 11-12>.csc.fi
or
ssh yourcscusername@mahti-login<number 11-12>.csc.fi
Where yourcscusername is the username you get from CSC.
For more details, see the connecting page.
Puhti can also be accessed via Puhti web interface available at www.puhti.csc.fi.
Scalability
Don't allocate more resources to your job that it can use efficiently. This needs to be verified for each new code and job type (different input) by a scaling test. The policy is that the job should be at least 1.5 times faster when you double the resources (cores). Instructions for performing a scalability test. Please also consider other important factors related to performance.
Projects and quotas
Working in Puhti is based on projects. The computing and storage resources are allocated to projects and when you start a batch job, you must always define the project that the job belongs to.
Projects are managed with MyCSC portal, were you can add services, resources and users to your CSC projects.
In Puhti, you can check your currently active Puhti-projects with command:
csc-projects
-p
. For example:
[kkayttaj@puhti ~]$ csc-projects -p project_2012345
-----------------------------------------------------------------
Project: project_2012345 Owner: Kalle Käyttäjä
Title: "Ortotopology modeling"
Start: 2015-12-17 End: 2022-03-16 Status: open
Budget: 1174188 Used 1115284 Remain: 58904
Latest resource grant: 2019-03-04
-----------------------------------------------------------------
The disk areas of your Puhti projects can be checked with command:
csc-workspaces
Using Puhti and Mahti
- Systems: What computational resources are available
- Connecting: How to connect to CSC supercomputers
- Puhti web interface: How to connect to Puhti using the web interface
- Disk areas: What places are there for storing data on CSC supercomputers
- Modules: How to find the programs you need
- Applications: Application specific instructions.
- Running jobs: How to run programs on the supercomputers
- Using compilers and building your applications:
- Debugging applications: How to debug your applications
- Performance analysis: How to understand the performance of your applications