Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Resources:

### Parallel programming technologies:
The following parallel programming technologies are considered in practice:
* `Message Passing Interface (MPI)`
* `OpenMP (Open Multi-Processing)`
* `oneAPI Threading Building Blocks (oneTBB)`
* `Multithreading in C++ (std::thread)`
* [Message Passing Interface (MPI)](https://www.mpi-forum.org/)
* [OpenMP (Open Multi-Processing)](https://www.openmp.org/)
* [oneAPI Threading Building Blocks (oneTBB)](https://github.com/oneapi-src/oneTBB)
* [Multithreading in C++ (`std::thread`)](https://en.cppreference.com/w/cpp/thread/thread)

### Rules for submissions:
1. You are not supposed to trigger CI jobs by frequent updates of your pull request. First you should test you work locally with all the scripts (code style).
Expand Down
Loading