eckit icon indicating copy to clipboard operation
eckit copied to clipboard

ECKIT-635 FAM Map data structure

Open mcakircali opened this issue 5 months ago • 1 comments

Description

Map data structure on FAM (Fabric Attached Memory) via OpenFAM API

Contributor Declaration

By opening this pull request, I affirm the following:

  • All authors agree to the Contributor License Agreement.
  • The code follows the project's coding standards.
  • I have performed self-review and added comments where needed.
  • I have added or updated tests to verify that my changes are effective and functional.
  • I have run all existing tests and confirmed they pass.

mcakircali avatar Jul 02 '25 19:07 mcakircali

Codecov Report

:x: Patch coverage is 9.09091% with 10 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 65.71%. Comparing base (f210f7d) to head (5907c2b).

Files with missing lines Patch % Lines
src/eckit/exception/Exceptions.cc 0.00% 5 Missing :warning:
src/eckit/net/Endpoint.cc 0.00% 3 Missing :warning:
src/eckit/filesystem/URI.cc 0.00% 2 Missing :warning:
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #209      +/-   ##
===========================================
- Coverage    65.74%   65.71%   -0.04%     
===========================================
  Files         1131     1131              
  Lines        57508    57518      +10     
  Branches      4332     4332              
===========================================
- Hits         37808    37796      -12     
- Misses       19700    19722      +22     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov-commenter avatar Jul 02 '25 19:07 codecov-commenter