temporarily skip some tests for REAXFF until working on PR #2708
This commit is contained in:
@ -525,7 +525,7 @@ TEST(PairStyle, plain)
|
||||
|
||||
// pair style rann does not support pair_modify nofdotr
|
||||
// temporarily disable testing pair style reax/c until we merge the other fixes
|
||||
if ((test_config.pair_style != "rann") && (test_config.pair_style != "reax/c")) {
|
||||
if ((test_config.pair_style != "rann") && !(test_config.pair_style.find("reax") != std::string::npos)) {
|
||||
if (!verbose) ::testing::internal::CaptureStdout();
|
||||
restart_lammps(lmp, test_config, true);
|
||||
if (!verbose) ::testing::internal::GetCapturedStdout();
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
lammps_version: 24 Aug 2020
|
||||
date_generated: Tue Sep 15 09:44:24 202
|
||||
epsilon: 5e-11
|
||||
skip_tests: omp
|
||||
prerequisites: ! |
|
||||
pair reax/c
|
||||
fix qeq/reax
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
lammps_version: 10 Feb 2021
|
||||
date_generated: Fri Feb 26 23:09:06 2021
|
||||
epsilon: 2e-10
|
||||
skip_tests: omp
|
||||
prerequisites: ! |
|
||||
pair reax/c
|
||||
fix qeq/reax
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
lammps_version: 10 Feb 2021
|
||||
date_generated: Fri Feb 26 23:09:08 2021
|
||||
epsilon: 5e-13
|
||||
skip_tests: omp
|
||||
prerequisites: ! |
|
||||
pair reax/c
|
||||
pre_commands: ! |
|
||||
|
||||
Reference in New Issue
Block a user