[lammps-users] Where is workspace.h ????

I try to compile lammps with all packages and the compiler doesn't find the file workspace.h.
Is there a patch ???

Sebastien LEONARD

Workspace.h is part of POEMS, not LAMMPS per se. So you first
must build POEMS (which is in the poems dir) with its own Makefile.

Then you must make sure your LAMMPS Makefile.foo is including
pointers to the the poems dir (-I) and library (-L -lpoems). See the
Makefile.linux.poems file as an example.

This is all explained in Section_start of the docs ...

Steve