Known issues: - [x] KOKKOS version of pair style uf3 is incomplete. Needs to be removed if not corrected. --- Compile LAMMPS with -fsanitize=<style> and run examples: - [x] address - [ ] leak - [ ] thread (with OpenMP) - [ ] undefined --- - [ ] get new (partial) regression testing up-and-running with GitHub actions --- - [ ] Compile LAMMPS with floating point traps enabled and trapping integer overflows and run examples: --- - [ ] Compile LAMMPS with -Og and debug info and run all examples with valgrind - [x] Same as above and run `ctest -T memcheck` (need to disable death tests to reduce false positives) --- - [x] Compile with -Wvla and try to eliminate flagged variable length arrays --- - [x] compile with IWYU (aka include-what-you-use) to detect unused and missing include statements --- - [ ] apply clang-format --- - [x] review and potentially fix recently reported issues from static code analysis with Coverity scan --- - [x] check compilation on FreeBSD - [x] check compilation on Debian - [x] check compilation on Solaris (via OpenIndiana) - [x] test macOS installer - [x] test flatpak installer - [ ] test Windows installer --- - [x] visually inspect HTML manual - [x] visually inspect PDF manual - [x] update Bibliography (extract citations from doc packages, sort and compare/update with existing file) --- - [ ] update versionadded/versionchanged/deprecated tags to release date - [ ] set release version and remove update entry from version.h - [ ] update flatpak build xml file to use the release branch
Known issues:
Compile LAMMPS with -fsanitize=<style> and run examples:
ctest -T memcheck(need to disable death tests to reduce false positives)