lyc0930 / Parallel-Computing-Experiments

Source files of Parallel Computing in the spring semester of junior (USTC 2020 spring)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel-Computing-Experiments

并行计算课程实验

Parallel Computing


实验 1

利用 MPI,OpenMP 编写简单的程序,测试并行计算系统性能

  • 求素数个数
  • $\pi$

实验 2

利用 MPI 进行 Monte Carlo 方法解决 Nagel Schreckenberg 交通模拟

实验 3

利用 MPI 解决 N 体问题

实验 4

使用MPI,实现PSRS(Parallel sorting by regular sampling)算法

About

Source files of Parallel Computing in the spring semester of junior (USTC 2020 spring)


Languages

Language:C++ 100.0%