Skip to content

[pull] develop from lammps:develop#110

Merged
pull[bot] merged 3 commits intocomphy-lab:developfrom
lammps:develop
Mar 5, 2026
Merged

[pull] develop from lammps:develop#110
pull[bot] merged 3 commits intocomphy-lab:developfrom
lammps:develop

Conversation

@pull
Copy link

@pull pull bot commented Mar 5, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

drjbarker and others added 3 commits February 27, 2026 12:55
When running on more than one processor and when atoms belong to different fix groups the nve/spin fix would hang and not integrate.

The issue is caused only in the case that sectoring is true (e.g. MPI with more than one processor) and a sector contains some atoms with the nve/spin fix and some without. There are while loops that become infinite because `i' never gets changed because `mask[i] & groupbit' keeps evaluating as false.

This is fixed by advancing `i' even if we don't need to integrate some spins.
@pull pull bot locked and limited conversation to collaborators Mar 5, 2026
@pull pull bot added the ⤵️ pull label Mar 5, 2026
@pull pull bot merged commit 2a2465e into comphy-lab:develop Mar 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants