-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
This issue is to document functionality and features added to PUMI since the December 5, 2024 3.0.0 release (5643b4d).
Note, version 4.0.0 was created to add support for a build without MPI (#425), but a release (e.g., git tag, spack updates, tracking issue, etc.) was not created for it.
New functionality or feature support:
- support building without MPI PCU: Add nompi stub #425
- multiple capstone interface improvements Refactor Capstone support #454, Remove capstone_clis #464, Update capstone test utils to use pcu::PCU object #469, Add capAdapt test utility and framework_meshing C++14 requirement #486
- METIS-only partitioner Add METIS splitter/balancer #487
- doxygen documentation hosted on github pages Host the doxygen documentation through GitHub Pages #484
Bug Fixes:
- fix python interface Update python wrappers #495
- fix PCU::Pack args and const correctness Fix PCU Pack argument constness, remove pointer overloads, and add documentation #490
Other Updates and Improvements:
- Support Omega_h >= 10 support latest omegah with kokkos serial backend #473
- C++20 support Remove deprecated
std::iterator
#482, Enable cxx standard 20 test cases in CI test matrix #483 - CI and testing improvements Fix cleanup-caches workflow for PRs from forks #507, Debug
remove_branch_if_exists
in nightly script #504, ci: remove all PR caches on close #503, Use ninja for CI builds #494, add ctest PROCESSORS property to aid scheduling #472, Add CTest dependencies #488