Skip to content

Commit c7feed5

Browse files
authored
[doc] Add links to the technologies in README.md (#695)
1 parent ed93b28 commit c7feed5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Resources:
1616

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

2424
### Rules for submissions:
2525
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).

0 commit comments

Comments
 (0)