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

Fix build for configuration setting ATLAS_BITS_LOCAL=64 #184

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

pmaciel
Copy link
Member

@pmaciel pmaciel commented Mar 23, 2024

I've tried matching the arguments to the signatures types (maybe there should only be one GatherScatter::setup). This seems to have been a requirement put forward for production ("for O8000" is the comment), so as far as I can tell is is urgent.

@pmaciel pmaciel requested a review from wdeconinck March 23, 2024 11:03
@codecov-commenter
Copy link

codecov-commenter commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.07%. Comparing base (7e1134a) to head (2ab1489).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #184   +/-   ##
========================================
  Coverage    80.07%   80.07%           
========================================
  Files          859      859           
  Lines        63684    63684           
========================================
  Hits         50995    50995           
  Misses       12689    12689           

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

@wdeconinck wdeconinck merged commit 3bcbdb8 into develop Mar 25, 2024
112 checks passed
@wdeconinck
Copy link
Member

Thanks @pmaciel . This should really become a CI configuration to avoid this from happening in future.

wdeconinck added a commit that referenced this pull request Apr 9, 2024
* release/0.37.0: (23 commits)
  Update Changelog
  Version 0.37.0
  Projection base implementation derivatives performance/encapsulation … (#185)
  atlas_io is an adaptor library when eckit_codec is available (#181)
  Fix build for configuration setting ATLAS_BITS_LOCAL=64 (#184)
  Revert "Avoid linker warnings on macOS about 'ld: warning: could not create compact unwind for ...'"
  Cosmetic: readability braces
  Initialize std::array values to zero because valgrind complains, even though c++ standard mandates it should be default-initialized to zero
  Fix bug in TraceT caused by typo where the title was wrong
  Avoid linker warnings on macOS about 'ld: warning: could not create compact unwind for ...'
  Use new LocalConfiguration baseclass functions in util::Config and util::Metadata instead of eckit::Value backdoor
  Removed leftover code missed in PR #175
  Update `SphericalVector` to work with StructuredColumns as source functionspace. (#175)
  Bugfix for regional grids with ny > nx
  Refactoring of interpolation::method::SphericalVector and implementation of adjoint methods. (#168)
  Added test with empty integer sequence.
  Added arrayForEachDim method.
  Add docs build workflow
  Github Actions: Fix macOS MPI slots
  Fix for elements that might have unassigned partition via parallel Delaunay meshgenerator
  ...
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.

3 participants