Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Бессонов Егор. Задача 2. Вариант 12. Топология сетей передачи данных - Звезда #369

Closed
wants to merge 32 commits into from

Conversation

nCUXe
Copy link
Contributor

@nCUXe nCUXe commented Nov 27, 2024

Главный процесс (ранг 0) играет роль центрального узла, который последовательно обменивается данными с остальными процессами:

  • Выполняет отправку данных всем остальным узлам в сети.
  • Получает ответ от каждого узла после отправки данных.
    Остальные узлы:
  • Получают данные только от центрального узла.
  • Отправляют ответ обратно центральному узлу

Порядок обхода (traversal_order_) используется для отслеживания последовательности взаимодействий.
Например:
Если есть 3 узла (0, 1, 2), то порядок обхода: [0, 1, 0, 2, 0]

@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2024

Codecov Report

Attention: Patch coverage is 94.06780% with 7 lines in your changes missing coverage. Please review.

Project coverage is 96.29%. Comparing base (b456b24) to head (886e8ea).

Files with missing lines Patch % Lines
...bessonov_e_integration_monte_carlo/src/ops_mpi.cpp 93.10% 1 Missing and 3 partials ⚠️
...onov_e_integration_monte_carlo/include/ops_mpi.hpp 80.00% 0 Missing and 1 partial ⚠️
tasks/mpi/bessonov_e_star_topology/src/ops_mpi.cpp 96.55% 0 Missing and 1 partial ⚠️
...onov_e_integration_monte_carlo/include/ops_seq.hpp 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #369      +/-   ##
==========================================
- Coverage   96.31%   96.29%   -0.03%     
==========================================
  Files         437      443       +6     
  Lines       11236    11354     +118     
  Branches     4739     4787      +48     
==========================================
+ Hits        10822    10933     +111     
- Misses        136      137       +1     
- Partials      278      284       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nCUXe nCUXe closed this Nov 27, 2024
@nCUXe nCUXe deleted the bessonov_e_star_topology branch November 27, 2024 20:16
@nCUXe nCUXe restored the bessonov_e_star_topology branch November 27, 2024 20:16
@nCUXe nCUXe deleted the bessonov_e_star_topology branch November 27, 2024 20:16
@nCUXe nCUXe restored the bessonov_e_star_topology branch November 27, 2024 20:16
@nCUXe nCUXe deleted the bessonov_e_star_topology branch November 27, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants