Сметанин Дмитрий. Технология SEQ. Сортировка Хоара с четно-нечетным слиянием Бэтчера. Вариант 14 #219
Merged
allnes merged 2 commits intolearning-process:masterfrom Mar 7, 2026
Conversation
Ramzan8-88
pushed a commit
to Ramzan8-88/ppc-2026-threads
that referenced
this pull request
Mar 4, 2026
…e). Вариант 2. (learning-process#219) **Описание** -------------------- **Задание:** Передача от всех одному (reduce) **Вариант:** 2 **Технология:** SEQ + MPI ### Краткое содержание Реализованы две версии операции редукции (суммирования элементов): - **Последовательная (SEQ)** версия, выполняющая суммирование всех элементов входного вектора с помощью обычного цикла. - **Параллельная версия на MPI**, в которой входные данные распределяются между процессами с использованием `MPI_Scatterv. Каждый процесс вычисляет локальную частичную сумму, после чего итоговый результат получается с помощью собственного древовидного алгоритма редукции и точечных MPI-сообщений. Обе реализации полностью интегрированы в инфраструктуру PPC. ### **Содержание отчёта** Файл `report.md` содержит: - постановку задачи и ограничения; - описание последовательного алгоритма; - схему распараллеливания в MPI и шаблон коммуникаций; - детали реализации и обработку граничных случаев; - экспериментальную среду (CPU, ОС, компилятор, число процессов); - результаты замеров производительности SEQ и MPI; - таблицы времени выполнения, ускорения и эффективности; - анализ масштабируемости и выводы. ---------------------------------------------- ## Checklist - [x] CI is green in my fork (build, tests, docs) - [x] Task folder is named `<last>_<initial>_<short>` and matches branch name - [x] clang-format passed locally - [x] clang-tidy passed locally (no warnings/errors introduced) - [x] Functional tests pass locally - [x] Performance tests pass locally - [x] Report (`report.md`) is added and follows the template - [x] I confirm that provided information is truthful
SinevArtem
pushed a commit
to SinevArtem/ppc-2026-threads
that referenced
this pull request
Mar 16, 2026
…лиянием Бэтчера. Вариант 14 (learning-process#219) * Initial commit * fix clang build
LarisaEgorova
pushed a commit
to LarisaEgorova/ppc-2026-threads
that referenced
this pull request
Mar 17, 2026
…лиянием Бэтчера. Вариант 14 (learning-process#219) * Initial commit * fix clang build
GoriachevaKsenia
pushed a commit
to GoriachevaKsenia/ppc-2026-threads
that referenced
this pull request
Mar 21, 2026
…лиянием Бэтчера. Вариант 14 (learning-process#219) * Initial commit * fix clang build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Описание
Чек-лист
smetanin_d_hoare_even_odd_batchelorclang-formatлокально в моем форке (нет ошибок форматирования)clang-tidyлокально в моем форке (нет предупреждений/ошибок)(
smetanin_d_hoare_even_odd_batchelor), а не вmasterдостоверными