Skip to content

Conversation

@ilya-agafonov
Copy link
Contributor

Описание

  • Задача: Решетка-тор
  • Вариант: 9
  • Технология: MPI, SEQ
  • Описание : Реализован алгоритм передачи данных между произвольными узлами в топологии 2D Torus. Реализация включает проверку топологии (квадратная сетка), точечную передачу данных (send/recv) и последующую широковещательную рассылку (Bcast) для синхронизации результата между всеми узлами.

Checklist

  • CI is green in my fork (build, tests, docs)
  • Task folder is named agafonov_i_torus_grid and matches branch name
  • clang-format passed locally
  • clang-tidy passed locally (no warnings/errors introduced)
  • Functional tests pass locally
  • Performance tests pass locally
  • Report (README.md) is added and follows the template
  • I confirm that provided information is truthful

@codecov-commenter
Copy link

codecov-commenter commented Jan 3, 2026

Codecov Report

❌ Patch coverage is 0% with 58 lines in your changes missing coverage. Please review.
✅ Project coverage is 15.06%. Comparing base (92b24d3) to head (07d231a).
⚠️ Report is 199 commits behind head on master.

Files with missing lines Patch % Lines
tasks/agafonov_i_torus_grid/mpi/src/ops_mpi.cpp 0.00% 46 Missing ⚠️
tasks/agafonov_i_torus_grid/seq/src/ops_seq.cpp 0.00% 12 Missing ⚠️

❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage.

❗ There is a different number of reports uploaded between BASE (92b24d3) and HEAD (07d231a). Click for more details.

HEAD has 18 uploads less than BASE
Flag BASE (92b24d3) HEAD (07d231a)
19 1
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #289       +/-   ##
===========================================
- Coverage   94.03%   15.06%   -78.97%     
===========================================
  Files          15      189      +174     
  Lines         486     7254     +6768     
  Branches      181     2790     +2609     
===========================================
+ Hits          457     1093      +636     
- Misses          0     6086     +6086     
- Partials       29       75       +46     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

return true;
}

bool TorusGridTaskMPI::RunImpl() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it torus topology? Looks like, no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants