Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan authored Apr 3, 2024
1 parent c7f80d5 commit eaac773
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _posts/2019-03-04-并行与分布式计算(1).md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
redirect_from: /_posts/2019-03-04-%E5%B9%B6%E8%A1%8C%E4%B8%8E%E5%88%86%E5%B8%83%E5%BC%8F%E8%AE%A1%E7%AE%97-1/
tags: 并行与分布式计算
tags: 学习笔记与作业
title: 并行与分布式计算(1)
---

Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-03-25-并行与分布式计算(2).md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
redirect_from: /_posts/2019-03-25-%E5%B9%B6%E8%A1%8C%E4%B8%8E%E5%88%86%E5%B8%83%E5%BC%8F%E8%AE%A1%E7%AE%97-2/
title: 并行与分布式计算(2)
tags: 并行与分布式计算
tags: 学习笔记与作业
---

## 课后作业
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
redirect_from: /_posts/2019-04-15-%E5%AE%9E%E7%8E%B0%E4%B8%80%E4%B8%AA%E5%A4%9A%E7%BA%BF%E7%A8%8B%E5%B9%B6%E5%8F%91%E8%AE%BF%E9%97%AE%E7%9A%84%E9%98%9F%E5%88%97/
tags: 并行与分布式计算
tags: 课程实验与项目
---

## Project1: 实现一个多线程并发访问的队列
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-04-29-并行与分布式计算(4).md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
redirect_from: /_posts/2019-04-29-%E5%B9%B6%E8%A1%8C%E4%B8%8E%E5%88%86%E5%B8%83%E5%BC%8F%E8%AE%A1%E7%AE%97-4/
tags: 并行与分布式计算
tags: 课程实验与项目
---
> Consider a sparse matrix stored in the compressed row format (you may find a description of this format on the web or any suitable text on sparse linear algebra). Write an OpenMP program for computing the product of this matrix with a vector. Download sample matrics from the [Matrix Market](https://math.nist.gov/MatrixMarket/data/Harwell-Boeing/psadmit/1138_bus.html) and test the performance of your implementation as a function of matrix size and number of threads.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-05-26-MPI编程实训.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
redirect_from: /_posts/2019-05-26-MPI%E7%BC%96%E7%A8%8B%E5%AE%9E%E8%AE%AD/
tags: 并行与分布式计算
tags: 课程实验与项目
---
> 转载自超算习堂的在线实训。
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-05-27-并行与分布式计算(5).md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
redirect_from: /_posts/2019-05-27-%E5%B9%B6%E8%A1%8C%E4%B8%8E%E5%88%86%E5%B8%83%E5%BC%8F%E8%AE%A1%E7%AE%97-5/
tags: 并行与分布式计算
tags: 课程实验与项目
---
## 题目要求
现实世界的很多场景中,需要计算最短路径,如导航中的路径规划等,但是如何在大规模路径中快速找出最短路径,是一个具有挑战性的问题。本项目要求利用MPI+OpenMP,从一个至少包含1万个节点,10万条边的图中,寻找最短路径,边上的权重可随机产生。统一测试程序的执行时间,进行排名,根据排名计算成绩。
Expand Down
6 changes: 2 additions & 4 deletions _posts/2019-05-28-并行与分布式计算(6).md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
redirect_from: /_posts/2019-05-28-%E5%B9%B6%E8%A1%8C%E4%B8%8E%E5%88%86%E5%B8%83%E5%BC%8F%E8%AE%A1%E7%AE%97-6/
title: CUDA练习两则
tags:
- 并行与分布式计算
- CUDA
title: 并行与分布式计算(6)
tags: 课程实验与作业
---

## CUDA-homework-1
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-06-17-并行与分布式计算(7).md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
redirect_from: /_posts/2019-06-17-%E5%B9%B6%E8%A1%8C%E4%B8%8E%E5%88%86%E5%B8%83%E5%BC%8F%E8%AE%A1%E7%AE%97-7/
title: OpenMP实现并行快速傅里叶变换
tags: 并行与分布式计算
tags: 课程实验与项目
---
## 题目

Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-07-08-并行与分布式计算复习笔记.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
redirect_from: /_posts/2019-07-08-%E5%B9%B6%E8%A1%8C%E4%B8%8E%E5%88%86%E5%B8%83%E5%BC%8F%E8%AE%A1%E7%AE%97%E5%A4%8D%E4%B9%A0%E7%AC%94%E8%AE%B0/
title: 并行与分布式计算·复习笔记
tags: 并行与分布式计算
tags: 学习笔记与作业
---

> 本文档为合作笔记,各讲内容分别由下述成员完成:
Expand Down
3 changes: 1 addition & 2 deletions _posts/2019-09-04-计算机图形学·作业(一).md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
redirect_from: /_posts/2019-09-04-%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9B%BE%E5%BD%A2%E5%AD%A6-%E4%BD%9C%E4%B8%9A-%E4%B8%80/
title: 计算机图形学·作业(一)
tags:
- 计算机图形学
tags: 学习笔记与作业
---

## 计算机图形学·作业(一)
Expand Down

0 comments on commit eaac773

Please sign in to comment.