disable support for neighbors of ghosts. see also bff980b56f

This commit is contained in:
Axel Kohlmeyer
2025-04-07 14:37:35 -04:00
parent fdbae98345
commit fe9915f307
2 changed files with 13 additions and 3 deletions

View File

@ -77,6 +77,11 @@ TEST(MliapUnified, VersusLJMelt)
lammps_close(mliap);
}
#if 0
// This setting was producing wrong results and leaking memory.
// Thus support for it was removed from LAMMPS.
TEST(MliapUnified, VersusLJMeltGhost)
{
const char *lmpargv[] = {"melt", "-log", "none", "-nocite"};
@ -112,5 +117,5 @@ TEST(MliapUnified, VersusLJMeltGhost)
lammps_close(ljmelt);
lammps_close(mliap);
}
#endif
} // namespace LAMMPS_NS