start
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
start [2025/02/01 16:28] – created nshegunov | start [2025/04/07 16:55] (current) – [Resources] nshegunov | ||
---|---|---|---|
Line 2: | Line 2: | ||
Welcome to the UNITE Cluster Wiki, hosted at Faculty of Mathematics and informatics, | Welcome to the UNITE Cluster Wiki, hosted at Faculty of Mathematics and informatics, | ||
+ | In this wiki you can find: | ||
+ | * Basic general overview information about HPC systems. | ||
+ | * How to get access to the UNITE CLUSTER. | ||
+ | * Software and modules on the UNITE cluster and how to use them. | ||
+ | |||
+ | ===== Introduction ===== | ||
+ | |||
+ | Welcome to **HPC Unite cluster**, the high-performance computing (HPC) cluster designed to support computationally intensive research and applications. Whether you are running simulations, | ||
+ | |||
+ | ===== Quick started ===== | ||
+ | |||
+ | To begin using the cluster, follow these steps: | ||
+ | |||
+ | 1. **Request an Account** – If you don’t have an account, you need to request one. [[Access| Instructions for obtaining account]] | ||
+ | |||
+ | 2. **Connect to the Cluster** – Access the system via SSH: | ||
+ | <code bash> | ||
+ | ssh your_username@storage2.unite.uni-sofia.bg | ||
+ | </ | ||
+ | |||
+ | 3. **Load Modules** – Use the module system to access available software: | ||
+ | <code bash> | ||
+ | module avail | ||
+ | module load [software_name] | ||
+ | </ | ||
+ | |||
+ | 4. **Submit Jobs** – Run your tasks using the job scheduler: | ||
+ | <code bash> | ||
+ | sbatch my_script.sh | ||
+ | </ | ||
+ | |||
+ | 5. **Monitor Jobs** – Check your job status: | ||
+ | <code bash> | ||
+ | squeue -u your_username | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Resources ===== | ||
+ | |||
+ | * [[Access| How to get access? ]] | ||
+ | |||
+ | * [[Software|Available Hardware ]] | ||
+ | |||
+ | * [[Hardware| Available Software ]] | ||
+ | |||
+ | * [[SLURM tutorial| Job Scheduling (Learn how to write Slurm scripts, to run your programs)]] | ||
+ | |||
+ | * [[What are Linux modules?| Adding libraries (Learn how to how to add libraries to your programs)]] | ||
+ | |||
+ | * [[examples| Example SLURM scpirts (List of complete examples to run on the cluster)]] | ||
+ | |||
+ | ===== Support ===== | ||
+ | |||
+ | For assistance, please contact our support team: | ||
+ | |||
+ | - **Email:** [Support Email] | ||
- | The contents of the wiki is divided in to several main topics. | ||
- | - General information about HPC systems. | ||
- | - Information for fist time HPC users. | ||
- | - Software and modules on the UNITE cluster and how to use them. |
start.1738427308.txt.gz · Last modified: 2025/02/01 16:28 by nshegunov