Skip to content

Commit

Permalink
skip DotProduct Kokkos test
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohan committed Dec 19, 2022
1 parent 25b4f89 commit 77cef1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_lammps.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_lammps_uncertainty(
if n_species > n_types:
pytest.skip()

if (power == 1) and ("kokkos" in os.environ.get("lmp")):
if (power == 1 or kernel_type=="DotProduct") and ("kokkos" in os.environ.get("lmp")):
pytest.skip()

os.chdir(rootdir)
Expand Down Expand Up @@ -211,7 +211,7 @@ def test_lammps_uncertainty(
### run
fix fix_nve all nve
compute unc all flare/std/atom {coeff_str}
dump dump_all all custom 1 traj.lammps id type x y z vx vy vz fx fy fz c_unc
dump dump_all all custom 1 traj.lammps id type x y z vx vy vz fx fy fz c_unc
dump_modify dump_all sort id
thermo_style custom step temp press cpu pxx pyy pzz pxy pxz pyz ke pe etotal vol lx ly lz atoms
thermo_modify flush yes format float %23.16g
Expand Down

0 comments on commit 77cef1d

Please sign in to comment.