ovilab / atomify

Atomify - a realtime LAMMPS visualizer
GNU General Public License v3.0
151 stars 21 forks source link

Atomify crashes hard if two fixes with same id is created, second with bad command #381

Closed andeplane closed 7 years ago

andeplane commented 7 years ago

For instance, if we use the commands

fix nvt all nvt temp 1.0 1.0 1.0
fix nvt all nvt temp 1.0 1.0 1.0 1.0

LAMMPS crashes (because last command is invalid), but somehow this is handled badly in Atomify probably due to memory problems in LAMMPS.

andeplane commented 7 years ago

This is resolved in https://github.com/lammps/lammps/pull/668