[lammps-users] xtc causes ERROR: Invalid dump style

Hello, I’m running DPD simulations using lammps-19May09, compiled with yes-dpd yes-xtc, and get
ERROR: Invalid dump style
when processing this line of my input script:
dump system_dump system_group xtc 100 system_dump.xtc
If I run the system exactly the same (input file, restart file) but use “atom” instead of “xtc” in that line then everything proceeds without complaints. Any suggestions would be greatly appreciated.

If you compiled with make yes-xtc; make foo, then
it should work. I would do a make clean-all
and a make package-status to insure the XTC package
is installed, then build from scratch.

Steve