Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/lmp/tests/test_lammps_spin_dpa3_pt2.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,13 @@ def test_pair_deepmd_mpi_dpa3_spin() -> None:
)


@pytest.mark.skip(
reason=(
"TODO: unskip after adding an empty-local-atom fast path for "
"the spin DPA3 with-comm AOTI artifact. The current artifact can "
"hit a divide-by-zero/SIGFPE when a rank has nloc_real == 0."
)
)
@pytest.mark.skipif(
shutil.which("mpirun") is None, reason="MPI is not installed on this system"
)
Expand Down
Loading