Table of Contents

HPC UNITE Cluster

Welcome to the UNITE Cluster Wiki at the Faculty of Mathematics and Informatics, Sofia University.

Discover essential information about our high-performance computing (HPC) resources, including: - General overviews of HPC systems - Software modules and usage examples

Introduction

The HPC UNITE Cluster delivers powerful computing for intensive research tasks like simulations, large-scale data analysis, and complex modeling.

Quick Start

Follow these steps to get started:

1. Request Access If needed, obtain an account: Account Request Instructions

2. SSH Login

   ssh your_username@storage2.unite.uni-sofia.bg  
 

3. Load Software Modules

   module avail  
   module load software_name  
 

4. Submit Jobs

   sbatch my_script.sh  
 

5. Monitor Jobs

   squeue -u your_username  
 

Key Resources

Job Scheduling – Write and submit SLURM scripts

Software Modules – Load libraries and tools

SLURM Examples – Ready-to-use job scripts

Get Support

Contact: nshegunov@fmi.uni-sofia.bg