Introduction ============ Practice ~~~~~~~~ - We work online - Use GitHub repository - Use Pull Requests - Merge into the master branch - Test verification - Task distribution is random for each student. - An example for each technology can be found in the corresponding directory: ``tasks//example``. - In each repository, the README.md contains a link to the course documentation (**read it fully!!!**). - Additionally, each repository includes an example of a properly formatted PULL REQUEST. - Submission of all tasks is mandatory to pass the course. - A task that has been merged into the master branch continues to be monitored. If a task fails in the master, it is disabled, and a record of this is added to the score table. All disabled tasks will result in a zero points result for those tasks at the end of the semester. It can be seen that your task is disabled due to the following reason: the directory of your task has been renamed from ``seq/nesterov_a_vector_sum`` to ``seq/nesterov_a_vector_sum_disabled`` - All resources for using the repository will be provided here: - `Git for half an hour: A Beginner’s Guide `__ - `Getting Started with Git and GitHub: A Beginner’s Guide `__ - `Git: A Quick Start Guide to Using Core Operations with Explanations `__ - `Conflicts resolving in Git `__ - `Google testing framework (gtest) `__ - `GoogleTest Primer `__ - `GitHub Actions documentation `__ - `Parallel Programming Technologies. Message Passing Interface (MPI) `__ - `Typing and Layout in the System LaTeX `__ - `LaTeX for the beginners `__ - `What is OpenMP? `__ - `TBB-1 `__ - `Writing Multithreaded Applications in C++ `__ - `Multithreading: New Features of the C++11 Standard `__ - `Introduction to Parallel Computing `__ \* *All instructions, repositories, and tables may be updated during the learning process for better usability. Be prepared for changes, check and update them periodically!!!*