An open API service indexing awesome lists of open source software.

https://github.com/luocfprime/parallel_computation_course_lab

并行计算实验仓库
https://github.com/luocfprime/parallel_computation_course_lab

Last synced: 5 months ago
JSON representation

并行计算实验仓库

Awesome Lists containing this project

README

          

# Parallel Computation Course Lab

## lab1: calculate pi

three methods are implemented:

1. integral
2. series
3. monte-carlo

## lab2: multi-thread parallel convolution via pthread

## lab3: multi-process parallel convolution via MPI

## lab4: multi-level parallel convolution via MPI and OpenMP