weiweizhang6338 / parallel_programming

A collection of code examples for learning parallel programming concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parallel_programming

A collection of code examples for learning parallel programming concepts

Contact

Suggestions for specific content can be sent to: CoffeeBeforeArch@gmail.com

Environment

Operating System: Ubuntu 20.04

Text Editor: VIM

C++ Compiler: g++ (10.0 experimental)

Concepts covered in C++ Crash Course

Introduction

Video Concepts Files
Link C++11 Threads
Link Pthreads
Link OpenMP
Link Parallel STL
Link Intel TBB

About

A collection of code examples for learning parallel programming concepts

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%