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

Update to v0.5.0 #78

Merged
merged 77 commits into from
Jun 8, 2022
Merged

Update to v0.5.0 #78

merged 77 commits into from
Jun 8, 2022

Conversation

noelchalmers
Copy link
Member

Lots of new goodies! Now completely memory leak-free, and valgrind-clean!

New Features 🔥

  • New comm_t object to encapsulate all MPI
  • Error handling via std::exceptions
  • New memory<T>, deviceMemory<T>, and pinnedMemory<T> types
    • Memory management objects, with shallow copy semantics and automatic garbage collection
    • memory<T> is essentially a thin wrapper of std::shared_ptr<T[]>
    • deviceMemory<T> and pinnedMemory<T> are thin wrappers of occa::memory
  • New device-aware gather scatter functionality in ogs library, replacing gslib
  • New ParAdogs library for distributed parallel mesh partitioning
  • Device/Host Timers

@codecov
Copy link

codecov bot commented May 1, 2022

Codecov Report

Merging #78 (9068ad0) into master (22ccbfc) will increase coverage by 2.38%.
The diff coverage is 71.36%.

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   83.51%   85.89%   +2.38%     
==========================================
  Files         263      284      +21     
  Lines       21245    19891    -1354     
==========================================
- Hits        17743    17086     -657     
+ Misses       3502     2805     -697     
Impacted Files Coverage Δ
include/operator.hpp 0.00% <0.00%> (ø)
include/parAlmond/parAlmondCoarseSolver.hpp 100.00% <ø> (+14.28%) ⬆️
include/parAlmond/parAlmondparCSR.hpp 100.00% <ø> (ø)
include/platform.hpp 88.70% <ø> (-11.30%) ⬇️
include/precon.hpp 90.00% <ø> (+10.00%) ⬆️
include/settings.hpp 92.85% <ø> (+14.28%) ⬆️
include/solver.hpp 4.16% <ø> (-3.53%) ⬇️
include/timeStepper.hpp 63.63% <ø> (-23.87%) ⬇️
libs/core/comm.cpp 100.00% <ø> (ø)
libs/core/exception.cpp 84.61% <ø> (ø)
... and 372 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 22ccbfc...9068ad0. Read the comment docs.

@noelchalmers noelchalmers merged commit cee9c5e into master Jun 8, 2022
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.

1 participant