Richard Berger

Results 61 comments of Richard Berger

We could make them link to the folder/files on GitHub. E.g. > Example input scripts available: [examples/VISCOSITY](https://github.com/lammps/lammps/tree/master/examples/VISCOSITY), [examples/KAPPA](https://github.com/lammps/lammps/tree/master/examples/KAPPA) That way we don't have to have yet-another-hosting of the examples folder...

The MPI-IO dump styles are outdated and have **several** TODO items if someone wants to pick it up: * [ ] Upgrade code copied from base classes (incl. usage of...

@akohlmey I looked at this a bit and leaving my findings so far. Even if the forces/torques are zeroed out for 2d, because of the transformations based on the vectors...

Probably related to this: https://discuss.python.org/t/linux-distro-patches-to-sysconfig-are-changing-pip-install-prefix-outside-virtual-environments/18240 Historically speaking: `make install-python` was designed for the use case that motivated this issue. So a regular user doing a local CMake build and installation...

> Is there a reason to assume that only users of Kokkos Kernels in Trilinos will need this vs users of the library that might have precompiled it and then...

> Also if you have some testing instruction for this I'm happy to follow them, I don't think CI will be able to help us assess this PR. Build kokkos...

> @rbberger I'm confused why src/main.cpp shows up in the list of files for this PR, and then displays as an empty file? Does that mean there actually are no...

@stanmoore1 after reviewing the code, I'm concluding that at least from the Python features we have at the moment we are in the clear, since those are all fixes that...

It would be interesting to know if this also happens with the Kokkos version.

Just FYI, when the issue was originally created I've ran this myself for both serial and kokkos and got the same. (all vanilla CMake, nothing special). I even recreated the...