Skip to content

FluorineDog/parallel_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HUST Parallel Lab

Brief

This project is a school lab on parallel programming, assigned by Jin Hai.

Content

  1. naive lab including Hello-World level samples for pthread, OpenMP, MPI, CUDA;
  2. picture erode via pthread;
  3. picture erode via OpenMP;
  4. picture erode via MPI;
  5. picture erode via CUDA, well optimized;
  6. sudoku project via pthread, well optimized.

Usage

use CMake and CTest to manage the whole project, as usual

mkdir build && cd build
cmake .. && make -j 
make test

CopyLeft

Feel free to steal my idea, but never do PLAGIARISM!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors