Rate This Document
Findability
Accuracy
Completeness
Readability

Overview

High-performance computing (HPC) is a computer cluster system that connects computer systems by using interconnection technologies. It relies on the integrated computing capability of all the connected systems to execute computing tasks at scale. For this reason, HPC is also often referred to as an HPC cluster. HPC is a parallel computing system that can process a large amount of data and high-speed computing tasks that cannot be processed by common computers. It splits large-scale computing tasks, distributes the tasks to servers for parallel computing, and then summarizes the computing results to obtain the final results, implementing powerful computing functions.

You can create empty, Hyper MPI, and KML projects under a Kunpeng HPC project.

This document uses the basic math library as an example to describe how to create, compile, and run an HPC application project and how to deploy SDKs, helping you quickly get started with application development.