Skip to content

What is HPC?

Using clusters of computers to solve complex problems faster than a single machine


In general, application for HPC include:

  • Scientific Simulations
  • AI/ML Training
  • Financial Modelling
  • Bioinformatics
  • And more…

Compare with typical PC, using HPC benefits in:

  • Scalability
    • Parallel processing across nodes
  • Efficiency
    • Resource sharing and queueing
  • Cost-Effective
    • Reduce the computational process time by using powerful high-end hardware

Linux:

  • Free, open-source Linux distro from the community

Slurm (Simple Linux Utility for Resource Management):

  • Open-source job scheduler for Linux clusters

Open OnDemand (OOD):

  • Open-source web platform for HPC access via browser

System_Setup