Skip to content

Quick Start

1. Prepare Your Access

Sign in with NTUA, then set up your SSH key.

2. Find Your Account Details

In View Your Projects, copy your Username and the selected project's SLURM account. Check provisioning under Remote accounts.

3. Connect by SSH

Use your HPC username:

ssh YOUR_USERNAME@login.hpc.ntua.gr

Login instructions · Transfer your code and data

4. Compile on the Login Node

Compile your code in your home directory on the login node. Use the same software module when compiling and running.

5. Submit Your First Job

Save the one-GPU script as gpu-job.sh. Set its #SBATCH --account to your project's SLURM account and update the executable path and resource requests.

sbatch gpu-job.sh
squeue -u "$USER"

Job limits · Monitor jobs · Check usage · Help · Contact