Update test_improper_style.cpp

This commit is contained in:
alphataubio
2024-06-07 15:41:14 -04:00
parent c4b1704bd3
commit 0f4065f6cd

View File

@ -532,7 +532,7 @@ TEST(ImproperStyle, kokkos_omp)
if (test_config.skip_tests.count(test_info_->name())) GTEST_SKIP();
LAMMPS::argv args = {"ImproperStyle", "-log", "none", "-echo", "screen", "-nocite",
"-pk", "omp", "4", "-sf", "omp"};
"-k", "on", "t", "4", "-sf", "kk"};
::testing::internal::CaptureStdout();
LAMMPS *lmp = init_lammps(args, test_config, true);