Skip to content

Latest commit

 

History

History

openmp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

parallel programming 并行编程 多线程Multi_thread

多处理器去执行一个计算问题

OpenMP并行编程学习资料

Multi_thread

fork进程 pipe管道 signal信号

线程池

秒杀多线程 多线程从入门到进阶

国立清华大学 并行计算与并行编程课程 "Parallel Programming"

知识点

  1. parallel programming 并行编程

MPI Pthread openMP

  1. Computation Model

Divide and Conquer

  1. GPU programming

CUDA GPU架构 Multi-GPU OPENCL

  1. Distribute Computing programming 分布式计算编程

MapReduce Hadoop Spark

分类

Instruction指令 Data数据

SISD SIMD(所有的core处理相同的指令,但是每个core处理不同的数据,在一个时钟周期) MISD MIMD