From dcad453eb122940be183042ecf8c23eaa20885ba Mon Sep 17 00:00:00 2001 From: jackfiled Date: Sat, 8 Mar 2025 00:32:09 +0800 Subject: [PATCH] blog: hpc-2025-intro --- YaeBlog/source/posts/hpc-2025-intro.md | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 YaeBlog/source/posts/hpc-2025-intro.md diff --git a/YaeBlog/source/posts/hpc-2025-intro.md b/YaeBlog/source/posts/hpc-2025-intro.md new file mode 100644 index 0000000..c539db5 --- /dev/null +++ b/YaeBlog/source/posts/hpc-2025-intro.md @@ -0,0 +1,33 @@ +--- +title: High Performance Computing 25 SP Introduction +date: 2025-03-08T00:31:54.5775860+08:00 +tags: +- 高性能计算 +- 学习资料 +--- + +High performance computing is the use of supercomputing and computing clusters to solve advanced problems. + + + +> High Performance Computing: Software execution speedup. +> +> High Throughput Computing: Resource utilization efficiency. + +High performance computing: + +- Provide computer power. +- Full-Domain HPC = Full-Stack HPC + Full-Network HPC. + +Two key weapons: **partitioning** and **duplicating** to increase granularity. + +HPC History: + +- Mainframe computer +- Mini computer +- Cluster +- Grids +- Clouds + + +