Description
The training covers the basic use case for a supercomputer. During this training, you will learn many useful Linux commands that will allow you to prepare and run a job on a Supercomputer. You will familiarize yourself with the Linux toolset to make your work on the supercomputer more convenient. The training covers basic Bash scripting. It does not provide an in-depth description on how to run a job on HPC. That is covered by Running Calculations the HPC way training provided at ACK Cyfronet AGH.
Date
27 October 2025, 12:00 – 15:00 (CEST) Online
Agenda
- Environmental variables and storage spaces - learning distinct features of the supercomputer; variables, env vars, export, $HOME, $SCRATCH, $USER, $PLG_GROUPS_STORAGE.
- File permissions - understanding ownership of files; ls -l, chmod.
- Transferring files to and from the supercomputer - tar, scp.
- Running a job and viewing results - sbatch, find, grep, mc.
- Scripting in bash - for, sleep, date, seq, bc.