Dear Lammps user,
In my input script I wrote following command:
dump dmpvtk all vtk 100 dump*.myforce.vtk id type vx fx
But I get the error:
ERROR: Invalid dump style (…/output.cpp:574)
also I did :
make yes-USER-VTK
make mpi
And also when I do “make yes-USER-VTK” it works, but the next command line give me:
make[1]: Verzeichnis „/home/mborreguero/Work/lammps-11Aug17/src/Obj_mpi“ wird betreten
…/…/lib/quip/Makefile.lammps:17: *** Environment or make variable QUIP_ROOT must be set… Schluss.
make[1]: Verzeichnis „/home/mborreguero/Work/lammps-11Aug17/src/Obj_mpi“ wird verlassen
make[1]: Verzeichnis „/home/mborreguero/Work/lammps-11Aug17/src/Obj_mpi“ wird betreten
…/…/lib/quip/Makefile.lammps:17: *** Environment or make variable QUIP_ROOT must be set… Schluss.
make[1]: Verzeichnis „/home/mborreguero/Work/lammps-11Aug17/src/Obj_mpi“ wird verlassen
Makefile:158: die Regel für Ziel „mpi“ scheiterte
make: *** [mpi] Fehler 2
Could some one maybe help me?
Thank you in advance,
Best,
Morgane
Dear Lammps user,
In my input script I wrote following command:
dump dmpvtk all vtk 100 dump*.myforce.vtk id type vx fx
But I get the error:
ERROR: Invalid dump style (../output.cpp:574)
also I did :
make yes-USER-VTK
make mpi
And also when I do "make yes-USER-VTK" it works, but the next command line
give me:
make[1]: Verzeichnis „/home/mborreguero/Work/lammps-11Aug17/src/Obj_mpi“
wird betreten
../../lib/quip/Makefile.lammps:17: *** Environment or make variable
QUIP_ROOT must be set.. Schluss.
make[1]: Verzeichnis „/home/mborreguero/Work/lammps-11Aug17/src/Obj_mpi“
wird verlassen
make[1]: Verzeichnis „/home/mborreguero/Work/lammps-11Aug17/src/Obj_mpi“
wird betreten
../../lib/quip/Makefile.lammps:17: *** Environment or make variable
QUIP_ROOT must be set.. Schluss.
make[1]: Verzeichnis „/home/mborreguero/Work/lammps-11Aug17/src/Obj_mpi“
wird verlassen
Makefile:158: die Regel für Ziel „mpi“ scheiterte
make: *** [mpi] Fehler 2
this has *nothing* to do with USER-VTK, but an incorrect installation of
the USER-QUIP package.
Could some one maybe help me?
you need to read the "Getting started" section in the LAMMPS manual more
carefully. it is all explained there in great detail.
axel.
Dear Alex,
ok I will focus on QUIP. Thank you
Best,
Morgane