Getting started
MeosBFC is a new computing cluster based on modern CPU and GPU architectures.
It is intended for deep-learning, machine-learning and for applications requiring newer Operating System.
Main features
- GPU computing. Only for deep-learning and machine-learning applications
- GPU are based on NVIDIA A100 technologies
- Parallel MPI and SMP based applications
- Interactive sessions for post-processing and graphical applications
- Resources management are based on Slurm
- High speed network (Intel Omni-Path and Mellanox InfiniBand) 100G/s
- Parallel file system based on BeeGFS
- Software and packages are installed using Spack package management tool
- Operating System is Rocky Linux 8.7
HPC workflow
A typical use case for an HPC cluster is as follows:
- Connect to the cluster
- Transfer your files to the cluster
- Compile your code and test it or load installed software using module
- Create a job script
- Submit the job
- job gets into the queue
- job gets executed
- job finishes
- Move your results
In this documentation, we will learn each of these points.